cancel
Showing results for 
Search instead for 
Did you mean: 

SAP GUI-Scripting patch ID changes

0 Kudos

Hi.

Where can I find patch ID parameter for SAP Gui Scripting? I am using GUI Scripting for some time. Everything works fine for months and suddenly all stops. Changes are visible in ALV Grid (and everywhere I have a list of rows)...

I've check the field ID once again and it has new patch id:

Previous ID:

session.findById("wnd[3]/usr]/lbl[0,2]").setFocus

New ID:session.findById("wnd[3]/usr/sub/1[0,0]/sub/1/3[0,2]/lbl[0,2]").setFocus

I know that system administrator have changed some parameters, but I cannot find it. I also have rights to change it, but I don't know what (and where) i need to search and replace?

For other other users this parameter ID has not been changed (other users can use a script bui I cannot...).

Please help

Accepted Solutions (0)

Answers (1)

Answers (1)

stefan_schnell
Active Contributor
0 Kudos

Hello Michal,

it seems that your Network Settings are set to Low Speed Connection, you can find more information here. Please set it to High Speed Connection. I'm not sure if it will work then, but this is an important requirement for a stable functioning of SAP GUI Scripting.

Best regards
Stefan