Skip to Content
0
Aug 03, 2016 at 06:42 AM

mmpur_message_forced not working in ME_PROCESS_PO_CUST

3884 Views

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