cancel
Showing results for 
Search instead for 
Did you mean: 

SAP GridView Read Stage- All Items - not all Items filled in Output Collection

JanPiwowarski
Level 4
I spy'd a Table in SAP with SAP Scripting Mode, the Application Modeller get's as Element Type a SAP GridView. (ID contains shellcontent) The only opportunity to get the Content of this table seems to be a read Stage with Output in a Collection. Unfortunately the Collection contains all rows, but the last rows in the Collection are empty although the Input in SAP is filled. Seems it depends on the view or the size ofe the table in SAP. Is there any other Possibility to get all Items without press PGDN before? (also the export in Excel is not desired)
1 REPLY 1

Denis__Dennehy
Level 15
The constraint here is not Blue Prism, but what is returned by the sapgetallgriditems function we are calling in the SAP GUI Scripting API and how that SAP screen has been constucted. If the entire table is not being return than your only option will be to interact/experiment with SAP (such as paging) to see if more rows can then be returned. One thing to watch out for is if your SAP screen has an export button in the tool bar or context menu that allows you to open or download the entire table at once in csv or Excel format - if that is available it may be a good alternative option for you.