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: 

Difference between BAPI_PO_GETDETAIL and BAPI_PO_GETDETAIL1

Former Member
0 Kudos
2,218

Hi friends,

Can anyone tell me the difference between BAPI_PO_GETDETAIL and BAPI_PO_GETDETAIL1.

Thanks

2 REPLIES 2

former_member181995
Active Contributor
0 Kudos
465

Read documentation from SE37 for both function module.

There you found enough information .

Former Member
0 Kudos
465

Hi Janaki,

This function module BAPI_PO_GETDETAIL implements the BAPI GetDetail() of the business object type PurchaseOrder.

The name of the function module BAPI_PO_GETDETAIL is in the format: BAPI_<Name of object type>_<method name>. Standard abbreviations can be used for business object types.

BAPI data structures are used. These are recognized by the prefix BAPI, for example, BAPIEKKOL.

For details on BAPI_PO_GETDETAIL1 go through the link

Regards

Balu