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: 

FM or BAPI for Purchase Order Creation.

Former Member
0 Kudos

can ne1 help me to

create purchase order reference to PReq(Requisition) thru ne FM or BAPI.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

We can create the PO Using the BAPI_PO_CREATE1 function module.

in this function module fill up the all necessary Details.

With details in Item Table we haveto give the Fields PREQ_NO and PREQ_ITEM for each item .

then it will creates the PO with PREQ.

Reward Points If useful.

Thanks&Regards,

Srinivas.

3 REPLIES 3

Former Member
0 Kudos

Hi,

We can create the PO Using the BAPI_PO_CREATE1 function module.

in this function module fill up the all necessary Details.

With details in Item Table we haveto give the Fields PREQ_NO and PREQ_ITEM for each item .

then it will creates the PO with PREQ.

Reward Points If useful.

Thanks&Regards,

Srinivas.

Former Member
0 Kudos

Hi,

Use the bapi BAPI_PO_CREATE or BAPI_PO_CREATE1

to create Po.

Regards,

Sujit

Former Member
0 Kudos

hi,

Plz refer to the link.

http://apolemia.blogspot.com/2005/06/create-purchase-order-with.html

You find sample program there.

Regards

Sumit Agarwal