I am using UIPath Enterprise Edition Release 21.10. My use case is to get a table of SAP transactions (EMMACL) and loop through them. I have scripting enabled on client and server side. Now my issue is anything on the main screen - like filter screen or data screen, is seen as a single block and I cannot select values inside it. I resolved the filter screen issue by using keyboard navigaion. But I do need the table data preferably in DataTable structure. When using modern design the Table Extractor does not sees the SAP table. When using classic design, the Data Scraper again does not sees the SAP table. The Screen Scraper gets the data in a string, but it is incomplete as the scroll right and scroll down data is missing
Is it not possible to get that SAP table data. I have seen some videos where data scraper works, but it doesn’t in mine. Am I missing something (setting?)