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

FM or BAPI for Purchase Order Creation.

Former Member
0 Likes
4,723

can ne1 help me to

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
2,656

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.

can ne1 help me to

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

3 REPLIES 3
Read only

Former Member
0 Likes
2,657

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.

Read only

Former Member
0 Likes
2,656

Hi,

Use the bapi BAPI_PO_CREATE or BAPI_PO_CREATE1

to create Po.

Regards,

Sujit

Read only

Former Member
0 Likes
2,656

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