cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi Everyone,

I need to know Bapi or function module which returns open quantity for a report which extracts purchase order data. I do not want to manually build a logic for this since we might end up missing some scenarios which recently happened with me.

Please let me know if you guys have any suggestions.

Thanks in advance.

0 Likes
View Entire Topic
Prasoon
Active Contributor
0 Likes

Hi,

   As of my knowledge there is no direct FM which can give you the open quantity. But you can use the FM: BAPI_PO_ GETDETAIL, which can give you the PO order quantity and go to the structure PO_ITEM_HISTORY_TOTALS, which can provide you the total of received quantity. You can find the difference, which will give you the open quantity.

Regards,

Prasoon