cancel
Showing results for 
Search instead for 
Did you mean: 

Create Purchasing Order from Purchasing Requisition

Former Member
0 Kudos

Hi,

I need to create in a report a Purchasing Order from Purchasing Requisition. I have seen the Bapi BAPI_PO_CREATE; Can I create order from requisition without fill all field and only

the requisition and ther obligatory field?

Thanks

Francesco

Accepted Solutions (0)

Answers (2)

Answers (2)

yann_bouillut
Active Contributor
0 Kudos

Hi,

Program RM06BB20 (= transaction ME59) used in ECC do transform automatically PR into PO.

You can use it

Kind regards,

Yann

Former Member
0 Kudos

Hi

Try out what all parameters are obligatory in case of Purchase Requsition using the FM - 'BAPI_REQUISITION_CREATE' in R/3 back-end..

and then try creating PO using 'BAPI_PO_CREATE1' or 'BAPI_PO_CREATE' Function modules.

Also try creating P Req manually using ME51N / ME51 Transactions and debug the process to get further details, if any.

Regards

- Atul