GUI Scripting Tutorial - Introduction |
![]() ![]() ![]() |
Before proceeding, you might want to refer SAP GUI Scripting API documentation.
**If you cannot find this or need help, please write to support@innowera.com
In this example we will use SAP GUI Scripting process on transaction CM01. We will download the details for Capacity Planning in a text file. This kind of transaction recording and playback is otherwise not possible with regular (RFC based) Transaction record, map and run method.
This Tutorial should provide basic understanding of how to use GUI Scripting with Process Runner.
Note: In order to use GUI Scripting, your SAP server must have enabled this option. Check if GUI Scripting is enabled or not, follow these simple step.
Bring your SAP logon pad and click on any system that you want to perform this check. You do not need any logon information for this system. Once initial logon screen comes up, click on "Option" in your SAP GUI and check and see if you have "Scripting Recording and Playback" enabled or grayed out.
Below is an example where GUI Scripting is enabled. You can use GUI Scripting process on this server.
Below is an example where GUI Scripting is NOT enabled. You cannot use GUI Scripting process on this server. You have to find another server where GUI Scripting is enabled or put a request to enable this option.
This option is normally set by SAP BASIS. In most cases, SAP end user cannot enable this option on their own.
For our example, we will presume that our SAP system has GUI Scripting option enabled.
Next Step
|