cancel
Showing results for 
Search instead for 
Did you mean: 

Status of PO no.? **URGENT**

former_member2382
Active Participant
0 Kudos

HI All,

Can anyone tell me, how do get the status of PO number in R/3. Do we have any FM for that?

Its very urgent .

Regards,

MD.

Accepted Solutions (0)

Answers (3)

Answers (3)

khan_voyalpadusman
Active Contributor
0 Kudos

hi you can use the following function modules in R/3 to get the data regarding Purchase order in R/3.

But you have to call this from SRM as remote function with the rfc_destination.

BAPI_PO_CHANGE Change purchase order

BAPI_PO_CREATE1 Create Purchase Order

BAPI_PO_GETDETAIL1 Detail Information for a Purchase Order

MELE

BAPI_PO_DELETE_HISTORY

BAPI_PO_UPDATE_HISTORY

MEWF BAPIs for Release of Requisition/PO

BAPI_PO_RELEASE Release Purchase Orders

BAPI_PO_RESET_RELEASE Cancel Release of Purchase Orders

MEWP BAPIs Purchase order

BAPI_PO_CREATE Create Purchase Order

BAPI_PO_GETDETAIL Display Purchase Order Details

BAPI_PO_GETITEMS List Purchase Order Items

Former Member
0 Kudos

Hi,

Did you get your answer?

If not then you can also check thru ME2L(R/3) and put the Document type EBP PO.

Please let me know your system set up ie what is the SRM scenario ?

Brgds/Gopesh

Former Member
0 Kudos

Hi Parvez,

Even thoug I am not sure what you want to ask but if you have not worked in MM (material management), then probalbly you need to view the purchase orders with transaction ME23N, which will give you the complete info of the purchase order.

or you can use the transaction code ME2N for displaying the purchasing document by document no.

I hope this will help.

former_member2382
Active Participant
0 Kudos

I have a requirement to update only the ORDERED POs.

Thanks.