cancel
Showing results for 
Search instead for 
Did you mean: 

Sales order Release

Former Member
0 Kudos

Hi,

I have the below requirement from my client for make to order,

System should allow to run MRP MD50 only after the sales order is released from authorized person.

Kindly suggest required confg.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member266852
Active Contributor
0 Kudos

Hi

First of all sales document dont have released procedure. But you can achieve it by following config.

T-Code BS01

Maintain here your required Status Profile (you can copy PM and changed the Status according to you by double clicking it)

1. Not Released

2. Released

Then go to T-Code VOV8 and double click to your sales order type. In there in Transaction flow section "Status Profile" is there assign your status profile there.

Now with your authorized T-code VA02 system change the document status Released (with must be done by authorized person)

Elese you can give t-code VA02 authority to authorized person (Take the help of Basis Guy)

Now use BAPI or USEREXIT (with the help of PP consultant) and write the logic if sales order status is Released then system will allow to save Sales order planning (MD50)

Hope it will solve your issue

Regards

Shambhu Sarkar

Former Member
0 Kudos

Hi,

Thanks for the inputs,

will do the suggested configuration.

If any one knows about the BAPI/Userexist to be used,kidly let know.