Read Table Data efficiently from SAP

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)

Hi @Rt_SS

You can use the CV Screen Scope inside that CV Extract table you will get the whole table in datatable format. This automatically scrolls the table till where you define.
image

or you can use classic
image

Hope this helps :slight_smile:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.