Change Messages in Purchase Order/Requisition
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 😉
Be the first to leave a comment
You must be Logged on to comment or reply to a post.