Unable scrape full datatable in SAP

Hi , in SAP I need to scrape a datatable , I am using Data scraping but it results not showing complete datatable, this table cannot be exported as well, Please help me with a solution.

@monisharpa2020

Looks like a scroll problem

Try to use clicks for scroll and then extract datatable in a loop

Merge the extra ted tables together into one single table using merge datatable

Use a remove duplicatea activities to check and remove any rows that are extracted twice

Cheers

These types of problems are usually related to the page not being fully loaded below a certain section in Sap. In such cases, you can scroll down to the bottom of the page using the “Page down” key with the Send Hotkey activity in the loop on the relevant screen. After you are sure that you have scrolled down to the bottom, you can re-apply the Data Scrapping operations.

1 Like