cancel
Showing results for 
Search instead for 
Did you mean: 

Material Configuration Prevention

Former Member
0 Kudos

Hi There

Can anyone advise what the end user exit from VA02 is that will prevent a user from editing a configurable material. My Scenario is we want to prevent users from changing a material configuration in the sales order change mode once it has a Production order linked to it and then bring up an error message and thus prevent them from changing the config of the material. Thanks

Accepted Solutions (1)

Accepted Solutions (1)

sez41
Active Contributor
0 Kudos

Hi Thomas,

Can you try assigning status profiles to your configurable item categories? In status profiles there is a transaction which prevents changes to configurable item. I do not exactly remember the name of this transaction, you can check from BS02 - Its name was something like "Configuration possible" or  "Change configuration". After creation of production order raise an event to change the status of sales order item. If that transaction is assigned to your status profile step as "Not possible", configuration screen will be Display only for user.

Answers (1)

Answers (1)

0 Kudos

Hi Thomas,

implement the userexit USEREXIT_CONFIGURATION_MODE in SAPMV45A and set the value of CH_DISPLAY to 'X' based on your requirement.