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_PO_GETDETAIL

Former Member
0 Kudos

Hello All,

I want to use the above BAPI to retrive purchase order details remotely.

PO details available in the logistic system X . My client requirement is that want to store this information in system Y(this is also SAP system).

But my question is BAPI structures are not available in the system Y.

For example structure BAPIEKPO being used by the BAPI_PO_GET_DETAIL function to store purchase order line item details.

But there is no similar structure available in the system Y to call the BAPI from system X.

Creation of similar structure (BAPIEKPO having more than 180 fields) in to the the system Y would be the solution?

What could be the idle solution for this?

Waiting for your reply.

Thanks,

Sarada

3 REPLIES 3

Former Member
0 Kudos

Hi Sarada,

Have you checked if you can use ALE/IDOC for the same purpose.

regards,

Atish

0 Kudos

Hi Atish,

No, I need to develop one RFC using this BAPI.

I can not use ALE/IDOC functionality.

Thaks,

Sarada

0 Kudos

Hi sarada,

first check the sap system BAPI_PO_GET_DETAIL this bapi is existing or not.

i think this BAPI is not avabile in the standard SAP system .if in that case first u should create the bapi of this type BAPI_PO_GET_DETAIL than u can use.