cancel
Showing results for 
Search instead for 
Did you mean: 

Identifying object in SAP field

Former Member
0 Kudos

Hello, is there a way to identify the control id in a field

there is a field that could either contain (this is in the messages screen of me23n)

session.findbyid("/app/con[0]/ses[0]/wnd[0]/usr/tblSAPDV70ATC_NAST3/lblDV70A-STATUSICON

or

session.findbyid("/app/con[0]/ses[0]/wnd[0]/usr/tblSAPDV70ATC_NAST3/txtDV70A-STATUSICON

and depending on which it is i need SAP to respond accordingly.  How can i identify that?  Thank you!

Accepted Solutions (1)

Accepted Solutions (1)

former_member213011
Participant
0 Kudos

Refer to my reply on the other thread.

Looking back at the above controls ID, they are objects in a GuiTableControl, one is a GuiLabel and another is GuiTextField.

Besides the ID, you can also use the Type property to differentiate the two.

Thanks,

MSA

Answers (0)