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

Question about displaying a warning message

Former Member
0 Likes
1,305

To begin, I searched and searched and couldn't find the answer. I am displaying a message in VA01 if the sales amount is larger than a set value. I am displaying the message as follows:

MESSAGE W001(zordermessage).

This is displaying a message in the status bar but the text is not displaying. All that displays is "ZORDERMESSAGE:001". I do not want the message class/number to display; I only want the text to display. What am I doing wrong?

Regards,

Davis

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,278

Try something like this....

1. MESSAGE 'sales amount is larger ' TYPE 'W'.

2. Double clic on your W001 and write a text....you dont have it.

Bye...

Gabriel

To begin, I searched and searched and couldn't find the answer. I am displaying a message in VA01 if the sales amount is larger than a set value. I am displaying the message as follows:

MESSAGE W001(zordermessage).

This is displaying a message in the status bar but the text is not displaying. All that displays is "ZORDERMESSAGE:001". I do not want the message class/number to display; I only want the text to display. What am I doing wrong?

Regards,

Davis

7 REPLIES 7
Read only

Former Member
0 Likes
1,278

Deleted

Read only

Former Member
0 Likes
1,279

Try something like this....

1. MESSAGE 'sales amount is larger ' TYPE 'W'.

2. Double clic on your W001 and write a text....you dont have it.

Bye...

Gabriel

Read only

0 Likes
1,278

Gabriel, I do have a text in W001 but it isn't displaying. Any other ideas?

Davis.

Read only

0 Likes
1,278

Hello Davis...

Try the first Idea i gave you....that one for sure works.

Other idea is to call a pop up message....check a FM to it....

Bye

Gabriel

Read only

Former Member
0 Likes
1,278

MESSAGE W001(zordermessage) with ' Give ur message'.

or

maintain message in se91 -> use message class zordermessage

Thanks

Seshu

Read only

0 Likes
1,278

Seshu, when I do

MESSAGE W001(zordermessage) with ' Give ur message'.

It still displays ZORDERMESSAGE:001 first and I do not want it to display that. Also, what would be the reason for it not displaying the message text?

Davis

Read only

Former Member
0 Likes
1,278

Ok, I got it fixed. Sorry for the pointless question. I was off by one number in the message number.

Davis