Skip to Content
0
Former Member
Apr 20, 2010 at 04:32 PM

ABAP-SALV Collect statement

40 Views

Hello,

I have a header and an item table which contains customer records in the header table and line items in the item table . A Customer has many billing document and hence there are a lot line items with the same material.

I want to use the collect statement to group all the materials and have one line item for one type of material and want to sum all the quantities of those materials and the price of the material.

suggest the best solution for the particular scenario.

thank you.