Create an automation using SAP WinGUI Recorder
- How to use Recorder in SAP GUI for Windows
Prerequisites
- Step 1
What is the Recorder?
You can automate complex workflows easily using the Recorder in Cloud Studio. It automatically captures applications and designs automations accurately at the same time. The Recorder records the steps you perform across the screens of an application. Then you can export the recording in the automation designer of the Cloud Studio where a workflow is built.
Make sure your screen display settings (Scale and layout) are set to 100%.
-
Switch to your desktop, right-click and select Display Settings.
-
Select 100% in Scale and layout.
Create a project and use Recorder to record a SAP GUI for Windows Application.
How many screens of an applications can Recorder capture?
-
- Step 2
Create a project in the SAP Intelligent RPA Cloud Factory by choosing Projects → New Project.
A new project is created in SAP Intelligent RPA Cloud Studio.
- Step 3
-
Create a new Application artifact in your project.
-
Select the SAP GUI for Windows application to record.
- Select Launch Recorder.
- Set up an Application Name for your application.
- Select Record.
What should be selected in 'Screen Information' to record a WinGUI application?
-
- Step 4
- Choose Record to initiate the recording. You will be directed to the SAP GUI for Windows application you want to record.
- Select Client and enter your credentials.
- Hit Enter button.
Capture: SAP Easy Access
The screen has changed and warning at the bottom of the Recorder appeared.
-
Choose New Screen Capture to capture the new screen and wait for the Recorder to load the new screen’s elements. Once the new screen is captured, it will appear in the Recorder.
-
Enter the Sales Order transaction ID VA01.
-
Hit Enter button.
Capture: Create Sales Order: Initial Screen
-
Choose New Screen Capture.
-
Fill in the details.
Field Name Value Order Type AVC Sales Organization 0001 Distribution Channel 01 Division 01 -
Hit Enter button.
Capture: Create Standard Order: Overview
-
Choose New Screen Capture.
-
Fill in the order details.
-
Hit Enter button.
You can notice that the Recorder has generated the corresponding activities from the previous screen.
-
Choose Save to complete the process of recording the sales order application.
-
Choose Stop to stop the recording.
What happens when 'New Screen Capture' is not clicked when a change of screen is detected?
- Choose Record
- Step 5
Select Export to export the recording to your project.
As a result of your recording:
- A screen is captured in the Cloud Studio
- An automation is generated in the Cloud StudioYour Project now consists of an application named Create Sales Order and automation named Create Sales Order Automation.
In the automation you will have the choice to customize your automation as per your requirements.
The password is recorded as asterisks. You need to change its value to the real password.
-
Find and Select the activity Set Element of password that sets the password value.
-
Change the value to the real password.
The automation is ready to be tested.
-
- Step 6
To test your automation, choose Test.
SAP Intelligent RPA Cloud Studio starts the automation by calling the Desktop Agent using the SAP Intelligent RPA Browser Extension.
The process operates as follows:
-
SAP ERP system is opened, enters the credentials and navigates to Sales order Transaction to create a Sales Order.
-
The Desktop Agent fills all the details in the screen.
-
Information is validated to move to the next detected screen.
-
These steps are repeated for all the screens that were captured.
-
The Sales order is created successfully.
-