Skip to Content
0
May 17, 2010 at 03:53 PM

MB_MIGO_BADI Forcing Message Log display when POST/SAVE with warnings only.

626 Views

In BADI's such as MB_MIGO_BADI, HOW is it possible to force the message log to be displayed when POST or SAVE is pressed when NO ERRORS exist.

In our implementation of MB_MIGO_BADI we are adding messages to et_bapiret2 and when CHECK is performed or if ERRORS exist, the warning messages are displayed in the message log.

There are specific WARNINGS we want the user to see in the message log and make decisions. The issue is when doing a POST or SAVE, when there are NO ERRORS, the warnings are not displayed and the posting is completed. Flagging the warning as an error is not acceptable because the use is unable to make a choice.

Thank you.