SAP Note 3484031 describes a few consequences, for the next release 8.10 of SAP GUI for Windows, of the future deprecation of VBScript by Microsoft. The note refers to the post Deprecated features for Windows client from Microsoft. The post by Naveen...
More than eight years ago I introduced the Scripting Tracker here. Unfortunately I lost my S-User, due to a change of employer, so I could not continue my original post. Scripting Tracker is always under development. And with the jump of the SAP GUI ...
To be able to process a higher amount of data in the same time, parallelization is a valid approach. The SAP GUI scripting, as an automation interface to the SAP GUI for Windows, is a basis for many RPA platforms. In this context it is worth to takin...
The patch level 3 of SAP GUI for Windows 7.70 has been available since six days. With this new version offers the SAP GUI Scripting API a great new method called GetObjectTree. The method is domiciled in the GuiSession object. It delivers all request...
Often SAP GUI scripting users report problems using UI elements of SAP GUI applications that include the program name and screen number in their ID.
Here an example:
wnd[0]/usr/subSSA1:SAPLBRF_MAINTENANCE:3006/txtSBRF170-VERSION
In this ID we see th...
Hello Mattia @bergom,JScript is the Microsoft implementation of the ECMA 262 language specification and it is a full implementation of the ECMAScript Edition 3 standard. It offers a few features which are not compliant with ECMA standards. One of thi...
Hello Mattia @bergom,I think your approach is very good and you can take it easy, but the horizon is getting closer. With the upcoming release of Windows 11 24H2 is VBScript available as a feature on demand (FOD) enabled by default. It is planned in ...
Hello @Girish2000,I am not a C# programmer so I modified the PowerShell code above. In line 49 the event name is now Hit, in line 48 and 93 is $Session.ActiveWindow.ElementVisualizationMode set to true and false and in line 76 the output is modified....