Technology Blogs by Members
Explore a vibrant mix of technical expertise, industry insights, and tech buzz in member blogs covering SAP products, technology, and events. Get in the mix!
cancel
Showing results for 
Search instead for 
Did you mean: 
Sergiu
Contributor
Lower your expectations to avoid disappointments by diving into uncomfortable details.

I have read the hype about the high expectation from RPA implementation that can automate out of the box “magically” primary documents registering into SAP system without any user intervention or at least less intervention, which consequently leads to company higher process efficiency.

I studied and practiced on RPA courses to understand the concept and have a hand-on sense of RPA in action. Once in a course forum I stopped and reflected on a question from a participant: “Most of the use cases are API calls from the Bot. For these cases, can you guide advantages of using Bots over coding a script to call the same APIs?” and answer from moderator “Besides calling APIs directly, our RPA tool is an orchestration platform to provide a completed toolset such as repository, monitoring, scheduling, logging, and security. You can extend our prebuilt API bots for instance with additional fields and modify our pre-delivery code to handle the additional fields.” I had the same questions in mind so I decided to share in this blog my opinion about assessment steps and expectations from RPA automation.

With recent courses in mind and hands-on experience from SAP project implementations from SAP R/3 to SAP ECC, I agree that an RPA software is an integrated development environment, flexible and universal. It offers attended bots supervised by the user or unattended bots in the "farm" of virtual machines with schedulers and monitoring dashboards. Things evolved, I can tell it from my own back in time experience. In the early 2000th, in my first SAP R/3 project, I tried to record a transaction using a macro screen recorder but I failed because the software messed up with pixels and finding fields on the screen. Failing with screen recorder and without ABAP knowledge at that time, I developed up a solution to generate batch input script with MS Excel and Word, I published it here. Afterward, I founded similar examples from other enthusiasts. 🙂 Over the time, I had to move from batch input script to robust tools like LSMW with code, ABAP programs, and BAPI for real-time integrations.

Nowadays there are many RPA software players and Gartner expects the RPA software market to look very different three years from now. Large software companies, such as IBM, Microsoft, and SAP, are partnering with or acquiring RPA software providers, which means they are increasing the awareness and traction of RPA software on their sizable customer bases.

I opine on the general capabilities of RPA in the context of actual available artificial intelligence technologies.

RPA tools and SAP native tools provide the same capabilities to automate the creation of documents or other objects. What is the difference then?

There is no out of box automation “magic”. Robotic Process Automation is the result of a fully implemented project with phases resembling ASAP methodology.

Implementation stages: Prepare RPA, Solution Design, Build RPA, Test RPA, Stabilize RPA, Constant improvement. Team roles: Business Analyst, Solution Architect, Developer, System Administrator.

RPA High-Level Architecture comprised of Studio and Orchestrator.

Orchestrator - enterprise architecture server to manage robots, ideal for large deployments of robots covering complex processes, but it can also be deployed in scenarios dealing with short and repetitive processes and fewer robots.

Studio - Automate with highly intuitive tools (note code), process recorders; drag & drop, use templates.

Tool capabilities comparison. RPA offers a standardized registering solution with structured data stored in common CSV or user-friendly Excel. RPA has computer vision capabilities but it lacks of out of box templates for all types of documents or even for invoices mostly presented for automation in demos. Recognition of scanned invoices is an important step of implementation, with sequences developed for each invoice format, with further data processing into the required structure. Thus, once you have structured data it does not matter what tools you use an RPA bot or SAP native tool, the result is the same-posted document. With structured data and mapped external master data to internal master I can assure you that SAP tools already provide that kind of “robotic automation” with centralized native logs for processed transactions and reprocessing of errors in background or dialog mode, with an automatic schedule or manual launching even with SAP R/3, early 2000th.

Considering all the above, I would take the decision of automation based on the landscape and team capabilities I have. I noticed the differences in logs storing. RPA stores logs outside of SAP in the preferred format. Over RPA logs I would prefer, SAP batch input logs with screens and fields scripts with values, easy to reprocess, or debug in dialog mode. I developed complex batch input with checking of data or adding data from SAP tables or other BAPI all integrated into one program. In case of complex validations, over RPA screen scrapping I would prefer a BAPI or developed RFC. RPA has strong integration capabilities to scrap and fill web forms, which could be efficient for B2B integration, for instance, payment orders processing, which lack of third party APIs. In the case of small projects or proof of concept, such integration one can realize using other development tools, Python Selenium (available with docker) and  PyAutoGUI. SAP data can be consumed as web service using  OData RESTful APIs, find an example for ERP here and an example for BW here.

Once again, RPA does provide a robust automation IDE but does not provide a magic solution that cannot be realized with other development kits. I consider that complex bots require the use of developed or native SAP of APIs instead of a long list of screen scraping and dialog posting which is not always as fast as background posting.

The business case study presented in demos.

RPA at work processing invoices in SAP without a purchase order from PDF format.

This scenario covers only a small part of real cases because:

Automation requirements fulfilled. Low complexity and High volume.

Logistic complex business scenario.

RPA at work processing logistic invoices in SAP with reference to purchase order from various printed formats.

  • The logistic invoice with one hundred items of spare parts, matching items from Good Receipt and Invoice Receipt.

  • The company has thousands of vendors, but with only several invoices per month.

  • Each vendor has its own format of an invoice.

  • Invoices printed on paper.

  • The vendor does not provide external codes and descriptions of material; master data B2B mapping missing.


If the vendor does not follow the mapping rules of your company and does not provide a PDF invoice with material codes and material descriptions of your company than the RPA computer vision component is not able to return correct data or any valuable data at all.

Implementation time and costs to develop, and maintain, ongoing internal resources to monitor and improve above complex business scenarios will fairly fall behind the efficiency of professional employees responsible for invoices posting.

Automation requirements are unfulfilled. High complexity and Low volume.

RPA automation of business scenario for logistic invoice postings needs long-term improvement in the company to meet at least requirements: digital invoices in PDF, a unification of invoice format so that for each invoice format to have at least 1000 invoices per day and B2B material master data mapping. Probably at this stage of digitalization, it is more efficient to exchange B2B invoices in XML format.

B2B e-invoicing is a complex process where RPA and Machine Learning are components of an integrated solution like Ariba, Tradeshift, Pagero, or other solutions with stages of processing, validation, posting, confirmation supervised by support teams.

When I think strictly of processes to automate with RPA in SAP for almost every company undoubtedly I think first of all about high qualified employees which spend probably half of the time with processing the same downloaded XLS files and merging data to compose final reports. Developing reports in ABAP is a laborious work, therefore only the most important reports are developed to substitute XLS processing. RPA can be a great tool to automate report generation and broadcasting by email or used even as an extractor for SAP BI reporting by saving data into persistent tables.

What is your opinion about the role and suitability of RPA capabilities in the SAP landscape?

 

Update on 07.03.2021.

Starting with the first week of March 2021 Power Automate Desktop (PAD) from Microsoft is available for Windows 10 at no additional cost both for personal and business use. SAP users rely a lot on MS Office Excel, Outlook, and Word to preprocess data after extracting from SAP and prior to uploading into SAP. Democratizing of PAD offers an opportunity for everyone to explore and automate simple and repetitive flows with no code or with minimum code which runs in assisted mode on desktop.

 

Update on 08.04.2021.

In Europe, more countries adopt SAF-T (Standard Audit File for Tax) that is an international standard for the electronic exchange of reliable accounting data from organizations to a national tax authority or external auditors. Companies will have to conform with SAF-T and also to provide e-invoicing in XML format and that is more efficient for B2B flows than scraping invoices with an RPA.

Update on 31.07.2021.

Looking back at what I said initially the debate is still in place now of why all script managers are named as RPA. Humor can be a cure to set the right expectation backed by reality. I like this The Expert (Short Comedy Sketch) 🙂 which reflects what consultants are dealing with in real life. When a  project is classified from beginning as Research & Development then expected results could surpass the reality because this is exactly the scope of such activity.

Choice overload amongst RPA tools may cause jumping from one tool to another in attempt to find the promised citizen low-code. It is important to understand that similarities and differences are normal between tools, but none can surpass the same technology on which all rely.

Gartner recently published the Magic Quadrant for Robotic Process Automation that highlights the strengths and cautions to help you make the best choice for your needs.


 

 

Magic Quadrant for Robotic Process Automation


 

Update on 03.11.2021
Starting with September 2021, the Romanian Ministry of Finance, through the National Center for Financial Information, will implement a pilot program for Romanian e-Invoice, an electronic invoicing system that will allow uploading, storing and downloading invoices issued by businesses in relation to public institutions for the operationalization of the regulatory framework provided by Directive 2014/55 / ​​EU on electronic invoicing in the field of public procurement.


The pilot program for the implementation of an electronic invoicing system on Business to Government (B2G) relationship will lay the foundations for the extension of the platform for further developments and will provide the necessary know-how to develop the generalized electronic invoicing system on Business to Business relationship( B2B).

Update on 09.05.2022
The hype on RPA has cooled down with NASDAQ sell-off. At the top of Magic Quadrant we have UiPath. The stock price of UiPath Inc. (PATH) on 24.05.2021 was $90 and today on 09.05.2022 the price is reaching $16. One may argue that UiPath is not a good representative of this sector, however this teaches us a good lesson and you can read more about it here.  What You Can Do Now? Maybe you approve of automation software, or maybe you don’t. Either way, it is certainly possible that there’s a niche business sector with growth potential here.

Labels in this area