selecting items in sap field selection?

hi . i wonder how i select items in this sap table:
1625059405609.png
i want to select the first one "exchange rate type" by clicking the box to the left, and afterwards select another item a few rows down. how do i click the box?
i am not able to spy it, only the row name. thanks
 

sahil_raina_91

Active Member
hi . i wonder how i select items in this sap table:
View attachment 5988
i want to select the first one "exchange rate type" by clicking the box to the left, and afterwards select another item a few rows down. how do i click the box?
i am not able to spy it, only the row name. thanks
Here are 3 ways :
1) (Recommended) Create a custom code stage. SAP provides "Script Recording & Playback" feature which you can leverage to sneak peek the code and customize it to suit your needs.
2) Look for a keyboard shortcut and use that in send keys. Refer Here for Keyboard Shorcuts
3) Try to use click window instead of click window center and experiment with X & Y values starting (0,0),(0,1),(1,0)(1,1)(0,2)(2,0)
 
Top