Technology Blog Posts by Members
Explore a vibrant mix of technical expertise, industry insights, and tech buzz in member blogs covering SAP products, technology, and events. Get in the mix!
cancel
Showing results for 
Search instead for 
Did you mean: 
Pankaj-Kumar
Participant
0 Kudos
991

When we implement the validation for some fields for MM01/MM02 with the help of BADI BADI_MATERIAL_CHECK, and throw error message then screen gets freeze and we are unable to modify and give the correct value. Then, how to avoid such scenario.

This scenario can be avoided by adding the exception 'APPLICATION_ERROR' while throwing the message like below.

MESSAGE 'message_text' TYPE  'E' RAISING APPLICATION_ERROR.

This helps to avoid the screen freeze.

Thank you!

1 Comment
Labels in this area