I am working on a PoC for an SAP automation and was wondering if it is possible to screen scrape ALL of the entries from an SAP table? I tried using the data scraping wizard, but I can’t select a single field on the table and receive this error:
I am able to use a screen scrape to get 45 of the entries in the table, but we get thousands of these every day so I want to scrape ALL of them. I know that I can export the table to an xlsx file, but my manager prefers we stay away from exporting files if possible.
SAP GUI Scripting is enabled on both the server and client side. I can pull data from other tables, but this one gives me the error I posted above. The table is created using a custom T-Code, could it be how they programmed this T-Code?
I found the fix, I updated my UIPath.UIAutomation.Activities package to version 19.11.0 and the “Data Scraping” wizard was able to pull the entire table without an issue!!