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: 

regarding one BAPI FM BAPI_PO_CREATE1

Former Member
0 Kudos

Hi Experts ,

can any one tells me , BAPI_PO_CREATE1 is a standard BAPI or customized BAPI .

and what this BAPI will do ?

Thanks in Advance ..

1 ACCEPTED SOLUTION

Former Member
0 Kudos

it is standard bapi, it created purchase orders and

custom bapis start with Z or Y

4 REPLIES 4

Former Member
0 Kudos

it is standard bapi, it created purchase orders and

custom bapis start with Z or Y

P507709
Participant
0 Kudos

hi,

It creates po. It also contain more key values than po_create.

Former Member
0 Kudos

Thanks Madhavi and Durga prasad

still need some clarification

1. what meant by ' It also contain more key values than po_create '.

key values means ?

and

2. why this BAPI Naming convention contains '1' in last ?

0 Kudos

Hi Radhika,

There are certain fields, you do not need to enter values for while using the transaction ME21N, but here in the BAPI, u need to.. Those would have been the key fields, Durga prasad Might have meant about.

Also, there are 2 transactions available for PO creation: ME21 and ME21N. Me21 is an old transaction which is not suggested to use now, as there is a change there, SAP has made a copy of BAPI_PO_CREATE and made some significant changes to the BAPI and named if BAPI_PO_CREATE1.

ALso, you can add your own custom fields to these structures here..

Hope this helps..

Best regards,

Harsha