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: 

Function that returns quantity of good reciept and invoiced

Former Member
0 Kudos

Hi All,

I'm trying to write a report that displays the actual quantity posted of each PO item at good receipt (MIGO) and the verified invoiced value of the PO (MIRO).

Are there any functions that import a table of POs numbers (as well as any values from table EKPO) and returns the above data in a table?

In our system table EKBE has debts, credits and many other values which makes it very difficult to do the calculations necessary to obtain the values I need.

I would appreciate any assistance with this.

Nicholas

1 ACCEPTED SOLUTION

Former Member
0 Kudos

use BAPI_PO_GETDETAIL.

you can search yourself for FMs in Se37

1 REPLY 1

Former Member
0 Kudos

use BAPI_PO_GETDETAIL.

you can search yourself for FMs in Se37