Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP GUI Scripting

ishwarya_doss
Participant
0 Likes
548

Hi Experts,

We are trying GUI scripting for a POC. We observed a few differences in the script between Test and Prod environments.

Document Number Reverse Document: Header Data

wnd[0]/usr/txtRF05A-BELNS - In Test & Dev

wnd[0]/usr/txt[0] - In PROD

For the field Document Number, script is shown along with fields technical name in test environment. But its not the same in PROD and its getting failed. Any idea why its happening so? Kindly suggest!

1 REPLY 1
Read only

Sandra_Rossi
Active Contributor
0 Likes
482

I never saw:

wnd[0]/usr/txt[0]

"txt" is the prefix of text fields, not a table of something (like "wnd[0]" is the first item of "table wnd"), I think it's a bug to have "txt[0]".