SAP CLICKING AND SCROLLING

Hello Forum members,

I have a situation in SAP. I extracted a table and saved it in dt1. I need to click on all rows in the “Department” column where the value is WE. I’m using the index (SAP row index starts from 6), so I can click on the required rows successfully—as long as the number of rows is below 30.

However, if the matching rows are beyond index 30, the bot is unable to click them because they are not visible on the screen. To view those rows, I need to scroll down. But when I scroll, the index positions change, so the bot gets confused or clicks the wrong rows.

Also, Simulate Click is not supported in this SAP environment.

Any suggestions on how to handle scrolling and selecting the right rows dynamically would be appreciated.

1 Reply

​​​Reply

Lets continue the discussion here SAP Click and Scroll