Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

How to use scripting tracker for sap gui scripting?


Asked by Reed Todd on Dec 11, 2021 FAQ



Hints: Scripting Tracker uses SAP ® GUI Scripting engine. So it is necessary to enable SAP ® GUI Scripting on the application and presentation server. Use the transaction code RZ11 to activate the scripting on the application server and the option menu from SAP ® Logon or SAP ® GUI for Windows ®.
Also Know,
Scripting Tracker uses now UTF-8 as standard. Codepage additions for Windows Scripting Host (WSH), because WSH is not able to use UTF-8 encoded files. Implemetation of an object browser which shows the classes, methods, properties, enumerations and constants of the SAP GUI Scripting API
One may also ask, Scripting Tracker – Development Tool for SAP GUI Scripting. over two years ago I presented here the lite version of Scripting Tracker. Scripting Tracker is a utility and a replacement to the SAP GUI Scripting Development Tools. It is a SAP GUI analyzer and recorder on SAP GUI Scripting base.
Moreover,
OSS note 1633639 tells us very clear the status about the SAP GUI Development Tools with Windows 7. Also we see the problems with the wizard here. Scripting Tracker is an alternative. It is a small utility to replace the SAP GUI Scripting wizard. The program shows a clearly arranged tree with all SAP sessions and its scripting objects.
Consequently,
The recorder includes a basic editor to load, edit and execute SAP ® GUI scripts. The Scripting API viewer shows the complete SAP ® GUI Scripting API in an organized tree, analogous to the SAP ® GUI Scripting API help file. It is possible with a double click to copy the signature in the clipboard to use it in your code.