Dear experts,
I am developing a report identifying open service POs. We have business requirements which makes standard ME2N report insufficient. I have identified the records I'm looking for (filtering on final invoice indicator EKPO-EREKZ <> 'X' and EKPO-PSTYP=9) but I cannot find the remaining value (in case of partial delivery).
I have tried various suggested solutions from this forum, but there may be variances in setup which prevents these from working in my case:
For reference: I have looked in table ESKL (via ekpo-packno and esll-sub_packno) and in ESSR-LWERT.
When I run SAP t-code ME2N for item category D, remaining values are calculated. These values are consistent with original value minus SELECT SUM(EKBE-WRBTR) where EKBE-BEWTP='Q' for the relevant line items. However, the report tool prevents me from using a sum-statement.
Question: is there a table where I should expect to find either sum invoiced or remaining amount for PO service line item?
Points will of course be awarded.