Hi,
I am developing one report for OPEN PO list.so I am using EKBE table to get all records value qty and comparing with EKPO-MENGE table,.while doing suming all of movements of (101,105,122,103) qty, I need to sum up for each PO with individual material qty,so that I can compare with EKPO-MENGE with each mateial.I donot know how to sum up? I tried with EBELN and MATNR with at statement.But I am NOT getting right correct sum of qty for each mateial with PO.
For this issue,can some throw light on this,please?
with Regards,
Jaheer
Hii Jaheer
r u want to sum on basis of ebeln and matnr?
if so just add one field text as very first field of your internal table.
sort your internal table on basis of ebeln matnr
concatenate ebeln matnr in text.
sort internal table on text
and use at end of text statement
hope it will solve your problem
Gaurav
Hi Jaheer,
For identifying the open po you can check the table EKPO field ELIKZ,
OR
Create a Internal table containing fields ebeln ebelp matnr movement type qty, use Collect statement.
Regards,
Venkat.
Add a comment