2006 Mar 01 10:36 PM
I am searching for a user-exit during goods movement. I have found several enhancements (MCBF*) but none of them allow me to set an error message if a specific condition exists. None of the enhancements contain a message-id statement.
I want to test the goods movement before it is posted for a condition and if true, display an error message and thereby prevent the goods movement from happening.
Thanks for the help.
Maggie
2006 Mar 01 10:41 PM
<i>None of the enhancements contain a message-id statement.</i>
Remember, you need not have the message class defined using the message-id statement. You can write the message as.....
MESSAGE E001<b>(00)</b> with 'The message Text'.Here you are specifying the message class 00 in parenthesis.
Regards,
Rich Heilman
2006 Mar 01 10:41 PM
<i>None of the enhancements contain a message-id statement.</i>
Remember, you need not have the message class defined using the message-id statement. You can write the message as.....
MESSAGE E001<b>(00)</b> with 'The message Text'.Here you are specifying the message class 00 in parenthesis.
Regards,
Rich Heilman