cancel
Showing results for 
Search instead for 
Did you mean: 

need help bapi_po_create

Former Member
0 Kudos

hi,

i have tried for <b>bapi_po_create</b> with following import parameters<b>(in sap gui)</b>

<i><b>in Header</b></i>

DOC_DATE=09.05.2006

DOC_TYPE=ZB

CO_CODE=0008

PURCH_ORG=0008

PURCH_GROUP=O01

VENDOR=12046

CREATED_BY =GURU

<i><b>in po_items</b></i>

PO_ITEMS=10

PUR_MAT=279

ACCTASSCAT=K

PLANT=0008

NET-RRICE=95

<i><b>in schedule</b></i>

PO_ITEMS=10

DELV_DATE=10.10.2006

QTY=15

<i><b>in items_account_assigment</b></i>

PO_ITEMS=10

QTY=15

GR_RCPT=GURU

COST_CTR=0089AP20

but it is giving Error like

<u><b>E ME015 purchase organisation 0008 not defined(please check your input)</b></u>

Regards

<i><b>

Guru</b></i>

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Guruvulu Bojja,

In the se37 type the FM name bapi_po_create and click the display button. Inside this FM you can see a button named FM Documentation on the right side of the screen.

Please go through the documentation given there it will be helpful to you.

Please post this question in the ABAP Forums....

Hope it helps you.

Regards,

Maheswaran.B

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Trying to create simple PO using BAPI_PO_CREATE.

Filling up all necessary details about header , item and delivery schedule.

In return message is shown as

'In case of ERS procedure, please enter terms of payment'.

I couldn't find what to do with ZTERM through bapi_po_create.

Can any one give sample code to create PO using

BAPI_PO_CREATE

and BAPI_PO_CREATE1

Madhura Nadgauda