Tagged Questions
1
vote
3answers
1k views
Standalone tool equivalent to Object Spy from QTP
I can use the Object Spy from QTP to get the id and name of SAP GUI controls, e.g. user name control from the logon screen:
id: /app/con[0]/ses[0]/wnd[0]/usr/txtRSYST-BNAME
name: RSYST-BNAME
Is ...