cancel
Showing results for 
Search instead for 
Did you mean: 

Message class

Former Member
0 Kudos

Hi,

I have created amessage in the message class ZUP as &&&& in message number e000.In the program if a certain condition is not satisfied,it has to give error message as 'either select the file,or enter the plant and materials, but not both'.

I gave this message in two text elements text-001 and text-002.In the program I gave the code like this

MESSAGE e000 WITH TEXT-001 TEXT-002.

But in the o/p it is showing only two && and it is not displaying the text.What would be the reason for this?

Regards,

Hema

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

I got the output I tried as you said only, I think in TEXT Elements you are not given space in between '&' you have to give like this & & & &. If you don't give spaces it will shows message as && like that only.

Regards

Ganesh

Former Member
0 Kudos

use syntax:

MESSAGE e000(z00) with 'either select the file,or' 'enter the plant and materials,' ' but not both'.

<REMOVED BY MODERATOR>

Dara.

Edited by: Alvaro Tejada Galindo on Apr 22, 2008 12:50 PM

S0025444845
Active Participant
0 Kudos

Hi ,

you have to give like.

MESSAGE e000(ZUP) WITH TEXT-001 TEXT-002.

regards,

sudha

Former Member
0 Kudos

hi,

in the message class ZUP message number 000 '&' values has to be separated by spaces i.e, & & & &. Also check if the message class is called at the top.

i.e,

REPORT ztest message-id ZUP.