2020 Mar 16 11:49 AM
hi,
In the program somebody mentioned like below.
MESSAGE s091(/ccis/cciscorresp) DISPLAY LIKE gc_error.
So calling 91 message.
it is exists in se91 as 091 .
091 No data exist for selection parameters
But while calling program saying that .
message does not exits....
What i did i open the Message class and delete the line 091 and again saved it .
but still same problem.
again at line 152 empty line is there, then i added some text and
Calling like
MESSAGE s152(/ccis/cciscorresp) DISPLAY LIKE gc_error.
Still same problem.
Any body know, how could i solve it.
hi,
In the program somebody mentioned like below.
MESSAGE s091(/ccis/cciscorresp) DISPLAY LIKE gc_error.
So calling 91 message.
it is exists in se91 as 091 .
091 No data exist for selection parameters
But while calling program saying that .
message does not exits....
What i did i open the Message class and delete the line 091 and again saved it .
but still same problem.
again at line 152 empty line is there, then i added some text and
Calling like
MESSAGE s152(/ccis/cciscorresp) DISPLAY LIKE gc_error.
Still same problem.
Any body know, how could i solve it.
2020 Mar 16 12:26 PM
Hi newb
The following statements:
MESSAGE s091(/ccis/cciscorresp) DISPLAY LIKE 'E'.
MESSAGE s152(/ccis/cciscorresp) DISPLAY LIKE 'E'.
definitely work. So I'd suspect the problem might be with the content of
Although I wonder why you are using DISPLAY LIKE instead of just:
MESSAGE e091(/ccis/cciscorresp).Best regards
Dominik Tylczynski
2020 Mar 16 12:44 PM
HI,
I tried this way , still error is coming.
Both giving error.
MESSAGE s091(/ccis/cciscorresp) DISPLAY LIKE 'E'
MESSAGE E091(/ccis/cciscorresp) .
2020 Mar 16 12:50 PM
2020 Mar 16 12:56 PM
it is saying 091 does not exist .. showing.I am unable to show the image..
I have some restrcitions .
2020 Mar 16 12:59 PM
2020 Mar 16 1:08 PM
2020 Mar 16 1:12 PM
if it is not exits.. how i am able to see in se91 .
if it is not extis.. if i click message is coming .
Message /CCIS/CCISCORRESP 091 does not exist Create Object?
If i press yes.
it is taking me to line at 091 :: some text is available and it is editable mode it is showing.
how this is possible. Here i saved it. the object is saved in tr.
again i open the program and check it. Still same error.
how this is posssible.
2020 Mar 16 1:55 PM
2020 Mar 16 2:18 PM
2020 Mar 16 2:20 PM
I tried to delete the line and save it in message class 091 line, and call the other message class. I can able to do it.
but this one problem is coming. don't know. why.
hope include is not a problem, bcz already calling other message class. I tried. same exactly with this error message class where the error is coming.
2020 Mar 16 2:49 PM
3a9e4ce873a94034b33dc62b0ce600ee
MESSAGE I ... DISPLAY LIKE 'E'
Is used when you want an error message to be displayed, but you do not want processing to stop.
2020 Mar 16 12:39 PM
Can you tell us how to reproduce your case and can you tell us the message number?
What means "line 152 empty line"?
Do you mean that the messages you add to SE91 are not saved? (if so, saying that MESSAGE doesn't work is meaningless)
2020 Mar 16 12:55 PM
hi,
152 line empty means.
no body has used.
so, i was created a line at 152. just for testing purpose.
2020 Mar 16 1:01 PM
2020 Mar 16 1:06 PM
2020 Mar 16 1:13 PM
2020 Mar 16 1:50 PM
In your latest comments, you said that it doesn't exist. Bug in message editor. Possibly authorizations are missing or you are not allowed to edit this message class. Do you own the namespace /CCIS/ ?
2020 Mar 16 2:02 PM
i am able to change the text directly in message class se91.. and if I press the yes after message. it is taking me to se91.. again here I can able to edit and save it.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |