Skip to main content
Cadet | Tier 2
July 5, 2022
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.

  • July 5, 2022
  • 2 replies
  • 238 views

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

 

Please guide me

    2 replies

    Ashwin A.K
    Navigator | Tier 3
    July 8, 2022

    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

    Blogs at TheCodingTheory - https://www.thecodingtheory.com
    Cadet | Tier 2
    July 17, 2022

    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.