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: 

BAPI or Function Module to get MSEG table data based on PO Number (EBELN)

Former Member
0 Kudos

Hi

1. Is there any BAPI / Function Module to get PO details based on Plant and PO date?

2. Is there any BAPI / Function Module to get Material document details(MSEG data) based on PO number?

Thanks

Narendra

2 REPLIES 2

Former Member
0 Kudos

Hi,

check the Bapis Givem below

BAPI_PO_GETITEMS

http://abap.wikiprog.com/wiki/BAPI_PO_GETDETAIL1

you will get the detail.

Regards

Former Member
0 Kudos

Hi,

1.BAPI_PO_GETITEMS will get the items of a purchase order.

If you want a specific date range, you can select the document numbers from table EKKO and resrict the order date according to your needs.

REgards,

kumar