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

diff bt 2 bapi ?

Former Member
0 Likes
422

hi friends..

i m new to bapi..

i have some doubt in bapi..

i want to create one PO in bapi..

for that i have 1. BAPI_PO_CREATE 2. BAPI_PO_CREATE1

wat is the diff bt these 2 bapi..

can you help me how to create PO using bapi

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
391

Hi,

bapi_po_create1 is the newer version. u can just call the bapi by using calll function to ur editor and pass all the necessary parameters.

you can also serach sdn . there are lot of examples

regards

karthik

2 REPLIES 2
Read only

Former Member
0 Likes
392

Hi,

bapi_po_create1 is the newer version. u can just call the bapi by using calll function to ur editor and pass all the necessary parameters.

you can also serach sdn . there are lot of examples

regards

karthik

Read only

Former Member
0 Likes
391

hi,

both create purchase orders.. but bapi_po_create1 uses the technology behind the Enjoy purchase order transaction ( ME21N).Alternatively, the IDoc type PORDCR1 is available. The data from this IDoc automatically populates the interface parameters of the function module BAPI_PO_CREATE1.

regards,

Ashok Reddy