cancel
Showing results for 
Search instead for 
Did you mean: 

Sales order Creation from Purchase Order

Former Member
0 Kudos

Hi all ,

I want to create SO from PO.Is it any bapi to create SO from PO.

or other wise i will use to get PO details from this BAPI_PO_GETDETAIL and then create So from this BAPI_SALESORDER_CREATEFROMDAT2..

Iis there any bapi like BAPI_SALESDOCUMENT_COPY..

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

I found it. thanks

Former Member
0 Kudos

There is not such bapi...

Just get details of PO..

into variables/tables and pass it to

SALES_order_create_fromdata2

also u can give reference po no. and po date..

in that bapi..in header structure...

Former Member
0 Kudos

Hi

I doubt if there is one single BAPI which will serve the purpose in your case. I think you should go with the first step you mentioned. Get the PO details and then pass it to the sales BAPI.

Vishwa.