2010 Jul 28 2:46 PM
Hi Experts,
Before saving the purchanse requisition I need to validate data in user exit MEREQ001.
Here if one such validation fails then I have to display a warning message.
Now when i use the statement
Message w487(Z3)
The warning message does not get displayed.
If I replace it with an error it gets displayed.
Can you please help?
Regards
Kishore
2010 Jul 28 2:57 PM
Hi..
Please try with the following addition also. Try also to change the E, W etc if it not works.
MESSAGE E208 with 'X' display like 'W'.
Regards,
Karthik
2010 Jul 28 2:59 PM
Hi Kishore,
is your message properly customized?
Please check in SPRO
Materials Management>Purchasing>Environment Data>Define Attributes of System Messages
Regards
rea
2010 Jul 28 3:08 PM
Hi,
I got the solution by calling the message using
First I called the include MM_MESSAGES_MAC.
Then by using the statement
mmpur_message 'W' 'Z3' '487' ' ' ' ' ' ' ' '.
I got the warnign message.
Regards
Kishore
2010 Jul 29 8:52 AM
Hi
Use the standard message class of the standard program for that user exit. and try to use the first number(000) in the message class and substitute the warning 'text 'instead &.
Thanks
2023 Sep 26 4:30 PM
you can use: mmpur_message_forced
mmpur_message_forced 'W' '00' '000' 'message' .
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |