cancel
Showing results for 
Search instead for 
Did you mean: 

How to prevent error message for material description in MDG material detail screen, when user click on check action

Former Member
0 Kudos

Dear Experts,

I have a requirement for making material description as non mandetory in change request view of mdg material screen.

I have done that using field usage in get data method of feeder classes, but still message is displaying.

This message 'Material description is mandatory is displaying with check action only, but not with save or submit after i anhance field property as not mandetory.

How to prevent error message for material description in MDG material detail screen, when user click on check action.

Thanks

Sukumar

Accepted Solutions (0)

Answers (1)

Answers (1)

d024348
Employee
Employee
0 Kudos

Hello Sukumar

In IMG activity "Configure Properties of Change Request Step", you can completely deactivate the reuse area checks (but will then loose all other checks of the backend business logic as well).

You can also set the error severity of the checks from Error to Warning (per CR type, not per check).

Or you provide a default value for the material description, e.g. by implementing the BAdI USMD_RULE_SERVICE.

Regards, Ingo Bruß