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: 

Checking Purchase order Number

Former Member
0 Kudos

HI Experts,

Can you please suggest me which RFC should i used to check PO exist in R/3 before sending to thirdparty to Delvery03 Idoc.

 The XI mapping calls an RFC in ERP to validate the ASN against the PO

Thanks

Raj

2 REPLIES 2

Former Member
0 Kudos

You can use BAPI_PO_GETDETAIL1

regards

Former Member
0 Kudos

Hi Raj,

You are calling from out side SAP you can use this.

BAPI_PO_GETDETAIL

and check the RETURN Paramter .

If you want from SAP System just you can write a simple select for EKKO table.

-Pavan