cancel
Showing results for 
Search instead for 
Did you mean: 

Automatic creation of Sales Order with reference to Purchase Order

Former Member
0 Kudos

Hi

I want to create the sales order automatically when we are creating the purchase order.

kindly guide me how to do it,

Pramod

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

U can create BDC for Tcode VA01 in T code SHDB with the validation and ask the ABAPer to create one Y/Z Tcode. Then you input the PO no in the Tcode to create the SO in background.

Or

Create BDC for PO AND SO and give logic and validation with input field and ask the ABAPer to crate one Y/Z Tcode to create PO and SO in single execute.

Thx.

Former Member
0 Kudos

Hi

Thanks for your reply.

Is there any standard way to map the process without crating the BDC.

Pramod

Former Member
0 Kudos

Dear Pramod,

In Standard, I don't think, a sales order could be created from purchase order.

Instead, some bapi/ idoc needs to be writen/ created.

Best Regards,

Amit

Former Member
0 Kudos

Hi

Pramod

I don't think u can create SO from PO automatically in standard SAP. And because of that onlt I suggested you to go for Y/Z transaction with the help of BDC recording.

Thx.