Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

the quantity received/required for each material (only sum of Dep and Foreq

Former Member
0 Kudos

Hi all

I have a report and I need it to show <b>the quantity received/required</b> for each material (<b>only sum of Depreq and ForReq</b>) in a plant due to MRP execution.

Basically something like MD04 showing each MRP element entry (only sum of Depreq and ForReq)

Do anyone knows a function, bapi, or other that can helps calculate this?

Thanks in advance

1 REPLY 1

Former Member
0 Kudos

Hi,

For this purpose u can use control break statements.

1) at end of field name.

sum.

write: required fieldname. "it ll give subtotal.

endat.

2) at last.

sum.

write: required fieldname. " it ll give grand total.

ednat.

regards,

Subbu