Question

How to click on a column name of a table in SAP window? I took the ID of the click from the Scripts for the particular column but it is not working.


imageI want to perform click/select only the Status Column. How to do that?

 

Please guide me


2 replies

Userlevel 4
Badge +7

Hi @Priya Ranjan Rout​ ,

 

It seems as though that the script is using a shell and performing operations onto that cell (see .currentCellColumn = "STATU").

 

I'd recommend running this script instead of trying to use SAP Actions. You could also try and use the Capture Action to see if that does the trick.

 

Kind Regards,

Ashwin A.K

Thank You @Ashwin A.K​ . I used the VB Script package and put the entire script in a function and ran it. Its working well now.

Reply