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

Warning message not getting displayed

Former Member
0 Likes
2,426

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

5 REPLIES 5
Read only

Former Member
0 Likes
1,554

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

Read only

Former Member
0 Likes
1,554

Hi Kishore,

is your message properly customized?

Please check in SPRO

Materials Management>Purchasing>Environment Data>Define Attributes of System Messages

Regards

rea

Read only

0 Likes
1,554

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

Read only

Former Member
0 Likes
1,554

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

Read only

ecactus27
Explorer
0 Likes
1,554

you can use: mmpur_message_forced

mmpur_message_forced 'W' '00' '000' 'message' .