Hi,
We have an use case where we are automating the credit memo request in SAP. Once we provide the invoice number in SAP, we get a table data which has n number of line items. It has details like Material No, Quantity etc. We have to select only the required materials for which we are going to issue credit from this n number of line items. Currently we are traversing through each and every line in SAP to select the line that matches with the requested material no. This is taking much time when there are multiple line items.
Is there any other efficient way to scrape this table data from SAP?
(PS: We are using SAP GUI 760 version)

