SAP: issue extracting table data to excel
Hi, I am trying to extract a table (195 rows, 15 Column) from SAP to Excel, using ExtractDataTable.
With reduce SAPGUI interface, I'm able to extract about 52 rows.
If I maximize SAPGUI, I'm able to extract about 107 rows.
How to extract all the table content?
Tagged:
Comments
Solved.
SAP load table dinamically, so you have to scroll the table with SetCurrentCellRow function, I tried every 40 rows, in order to load all table data. After this ExtractTableData work fine.