Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Goods Movement user-exit - message capable

Former Member
0 Likes
394

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

1 ACCEPTED SOLUTION
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
357

<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

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

1 REPLY 1
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
358

<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