Enterprise Resource Planning Blogs by Members
Gain new perspectives and knowledge about enterprise resource planning in blog posts from community members. Share your own comments and ERP insights today!
cancel
Showing results for 
Search instead for 
Did you mean: 
Former Member
0 Kudos


You get a popup with messages in ME2xN/ME5xN and in the CHECK-Badi you have set flag to failed. But: you don't want the popup anymore.

DATA lo_handle TYPE REF TO cl_message_handler_mm.

cl_message_handler_mm=>get_handler( IMPORTING ex_handler = lo_handle  ).

lo_handle->remove_all( ).

Of course you can also do it more gentle by removing per event.

Or add your own :wink:

Labels in this area