Hi,
I want to display error message based on validations during me29n PO "release".
I checked many scn posts related to this, to use mmpur_message_forced to display error message.
I have also included include mm_messages_mac.
But I am getting the error message only in the message log and not at the bottom.
This is my code :
MESSAGE E013(ZMM) WITH 'USER NOT AUTHORIZED'.
MMPUR_MESSAGE_FORCED sy-msgty sy-msgid sy-msgno sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
im_header->invalidate( ).
This is neither throwing error message at the bottom, nor stopping the release.
Please tell me what am I missing.
Thanks in advance.
SriRam