cancel
Showing results for 
Search instead for 
Did you mean: 

Configuration Block

Former Member
0 Kudos

Hi all,

We use MTO strategy for some of materials. And we want to prevent changing configuration after production order created to the reference of sales order. Is it possible from IMG or another way?

Regards,

techmaster

Accepted Solutions (0)

Answers (1)

Answers (1)

Jelena
Active Contributor
0 Kudos

From my experience, either in ATO or MTO this kind of verification is really lacking in SD/PP. We had a somewhat similar issue when users were making changes in sales orders even after the PO was already released to manufacturing. They could even apply reason for rejection. We ended up adding some ABAP code in USEREXIT_CHECK_VBAK (may need to use a different one, based on the specific requirement) to check PO status and throw an error message.

Maybe something could be done using custom statuses, but we found their use to be rather limited.

Hope this helps.