Application Development and Automation 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: 
Read only

difference between bapi_po_create and bapi_po_create1

Former Member
0 Likes
3,807

hi ,

can anybody what is difference between bapi_po_create and bapi_po_create1 and on what condition we have to go either of this one.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
2,506

bapi_po_create1 IS NOT THE STANDARD BAPI, MAY BE IT BEING CREATED FOR OWN USE IN YOUR ORGANISATION

REWARD IF USEFUL.

AMIT SINGLA

6 REPLIES 6
Read only

Former Member
0 Likes
2,506

Hi ,

there are two transaction to create po me21 and me21n.

so according to this transcation there are two bapis.

regards,

Santosh Thorat

Read only

0 Likes
2,506

thanks for responding,

As u said for po it is ok ,but when we go for createing salesorder there r 3 bapi's .so,how to select the correct one.

Read only

0 Likes
2,506

If you see the Sales Orders bapis, there is a status ie the release status which states that the BAPI_SALESORDER_CREATEFROMDATA, BAPI_SALESORDER_CREATEFROMDAT1 are obsolete as of Release 46C.

So SAP suggest you to use the bapi BAPI_SALESORDER_CREATEFROMDAT2.

Regards

Gopi

Read only

Former Member
0 Likes
2,507

bapi_po_create1 IS NOT THE STANDARD BAPI, MAY BE IT BEING CREATED FOR OWN USE IN YOUR ORGANISATION

REWARD IF USEFUL.

AMIT SINGLA

Read only

gopi_narendra
Active Contributor
2,506

If you have bapi_po_create1 in your systesm, go for it.

bapi_po_create is a older version of bapi_po_create1 and the older should be obselete in your system.

Regards

Gopi

Read only

amit_khare
Active Contributor
0 Likes
2,506

Refer this link may be useful -

Check the Documentations for them for more information in SE37 and BAPI.

Regards,

Amit

Reward all helpful replies.