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

Showing message class does not exits.

former_member196331
Active Contributor
0 Likes
4,891

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.

18 REPLIES 18
Read only

Dominik_Tylczynski
SAP Champion
SAP Champion
0 Likes
4,418

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

Read only

0 Likes
4,418

HI,

I tried this way , still error is coming.

Both giving error.

MESSAGE s091(/ccis/cciscorresp) DISPLAY LIKE 'E'

MESSAGE E091(/ccis/cciscorresp) .

Read only

0 Likes
4,418

What happens if you double click on the message number in your ABAP code?

Read only

0 Likes
4,418

it is saying 091 does not exist .. showing.I am unable to show the image..
I have some restrcitions .

Read only

0 Likes
4,418
Message /CCIS/CCISCORRESP 091 does not exist Create Object? yes no cancel (buttons appear) If I press yes. it is take me to the calss at place 091 line Here test is available
Read only

0 Likes
4,418

The message doesn’t exist in your system. You can’t use it.

Read only

0 Likes
4,418

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.

Read only

0 Likes
4,418

Would you share a screenshot of SE91 where you see the message?

Read only

0 Likes
4,418

hi, please have a look on it.

Read only

0 Likes
4,418

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.

Read only

4,418

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.

Read only

Sandra_Rossi
Active Contributor
0 Likes
4,418

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)

Read only

former_member196331
Active Contributor
0 Likes
4,418

hi,

152 line empty means.
no body has used.
so, i was created a line at 152. just for testing purpose.

Read only

RaymondGiuseppi
Active Contributor
0 Likes
4,418

Does the message exist (it should) AND is it translated in your session language?

Read only

0 Likes
4,418

i don't think it is translated.

Read only

0 Likes
4,418

When you see a blank line with SE91, don't delete/recreate, try first goto/translate.

(Check attributes of the message class, insure the message is defined in every installed languiage)

Read only

Sandra_Rossi
Active Contributor
0 Likes
4,418

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/ ?

Read only

former_member196331
Active Contributor
0 Likes
4,418

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.