<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Showing message class does not exits. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/showing-message-class-does-not-exits/m-p/12133778#M1975367</link>
    <description>&lt;P&gt;When you see a blank line with SE91, don't delete/recreate, try first goto/translate.&lt;/P&gt;&lt;P&gt;(Check attributes of the message class, insure the message is defined in every installed languiage)&lt;/P&gt;</description>
    <pubDate>Mon, 16 Mar 2020 13:13:05 GMT</pubDate>
    <dc:creator>RaymondGiuseppi</dc:creator>
    <dc:date>2020-03-16T13:13:05Z</dc:date>
    <item>
      <title>Showing message class does not exits.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/showing-message-class-does-not-exits/m-p/12133766#M1975355</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;
  &lt;P&gt;In the program somebody mentioned like below.&lt;/P&gt;
  &lt;P&gt;MESSAGE s091(/ccis/cciscorresp) DISPLAY LIKE gc_error.&lt;/P&gt;
  &lt;P&gt;So calling 91 message. &lt;/P&gt;
  &lt;P&gt;it is exists in se91 as 091 .&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt;091 &lt;/STRONG&gt;&lt;STRONG&gt;No data exist for selection parameters&lt;/STRONG&gt;&lt;/P&gt;
  &lt;P&gt;But while calling program saying that .&lt;/P&gt;
  &lt;P&gt;message does not exits.... &lt;/P&gt;
  &lt;P&gt;What i did i open the Message class and delete the line 091 and again saved it . &lt;BR /&gt;but still same problem. &lt;BR /&gt;again at line 152 empty line is there, then i added some text and &lt;/P&gt;
  &lt;P&gt;Calling like &lt;/P&gt;
  &lt;P&gt;MESSAGE s152(/ccis/cciscorresp) DISPLAY LIKE gc_error.&lt;/P&gt;
  &lt;P&gt;Still same problem.&lt;/P&gt;
  &lt;P&gt;Any body know, how could i solve it. &lt;/P&gt;</description>
      <pubDate>Mon, 16 Mar 2020 11:49:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/showing-message-class-does-not-exits/m-p/12133766#M1975355</guid>
      <dc:creator>former_member196331</dc:creator>
      <dc:date>2020-03-16T11:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: Showing message class does not exits.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/showing-message-class-does-not-exits/m-p/12133767#M1975356</link>
      <description>&lt;P&gt;Hi  &lt;SPAN class="mention-scrubbed"&gt;newb&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;The following statements:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;MESSAGE s091(/ccis/cciscorresp) DISPLAY LIKE 'E'.
MESSAGE s152(/ccis/cciscorresp) DISPLAY LIKE 'E'.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;definitely work. So I'd suspect the problem might be with the content of &lt;/P&gt;&lt;P&gt;Although I wonder why you are using DISPLAY LIKE instead of just:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;MESSAGE e091(/ccis/cciscorresp).&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Dominik Tylczynski&lt;/P&gt;</description>
      <pubDate>Mon, 16 Mar 2020 12:26:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/showing-message-class-does-not-exits/m-p/12133767#M1975356</guid>
      <dc:creator>Dominik_Tylczynski</dc:creator>
      <dc:date>2020-03-16T12:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: Showing message class does not exits.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/showing-message-class-does-not-exits/m-p/12133768#M1975357</link>
      <description>&lt;P&gt;Can you tell us how to reproduce your case and can you tell us the message number?&lt;/P&gt;&lt;P&gt;What means "line 152 empty line"?&lt;/P&gt;&lt;P&gt;Do you mean that the messages you add to SE91 are not saved? (if so, saying that MESSAGE doesn't work is meaningless)&lt;/P&gt;</description>
      <pubDate>Mon, 16 Mar 2020 12:39:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/showing-message-class-does-not-exits/m-p/12133768#M1975357</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2020-03-16T12:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: Showing message class does not exits.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/showing-message-class-does-not-exits/m-p/12133769#M1975358</link>
      <description>&lt;P&gt;HI, &lt;/P&gt;&lt;P&gt;I tried this way , still error is coming.&lt;/P&gt;&lt;P&gt;Both giving error.&lt;/P&gt;&lt;P&gt;MESSAGE s091(/ccis/cciscorresp) DISPLAY LIKE 'E'&lt;/P&gt;&lt;P&gt;MESSAGE E091(/ccis/cciscorresp) .&lt;/P&gt;</description>
      <pubDate>Mon, 16 Mar 2020 12:44:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/showing-message-class-does-not-exits/m-p/12133769#M1975358</guid>
      <dc:creator>former_member196331</dc:creator>
      <dc:date>2020-03-16T12:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: Showing message class does not exits.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/showing-message-class-does-not-exits/m-p/12133770#M1975359</link>
      <description>&lt;P&gt;What happens if you double click on the message number in your ABAP code?&lt;/P&gt;</description>
      <pubDate>Mon, 16 Mar 2020 12:50:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/showing-message-class-does-not-exits/m-p/12133770#M1975359</guid>
      <dc:creator>Dominik_Tylczynski</dc:creator>
      <dc:date>2020-03-16T12:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: Showing message class does not exits.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/showing-message-class-does-not-exits/m-p/12133771#M1975360</link>
      <description>&lt;P&gt;hi, &lt;/P&gt;&lt;P&gt;152 line empty means. &lt;BR /&gt; no body has used. &lt;BR /&gt;so, i was created a line at 152. just for testing purpose. &lt;/P&gt;</description>
      <pubDate>Mon, 16 Mar 2020 12:55:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/showing-message-class-does-not-exits/m-p/12133771#M1975360</guid>
      <dc:creator>former_member196331</dc:creator>
      <dc:date>2020-03-16T12:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: Showing message class does not exits.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/showing-message-class-does-not-exits/m-p/12133772#M1975361</link>
      <description>&lt;P&gt;it is saying  091 does not exist  .. showing.I am unable to show the image.. &lt;BR /&gt;I have some restrcitions .&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Mar 2020 12:56:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/showing-message-class-does-not-exits/m-p/12133772#M1975361</guid>
      <dc:creator>former_member196331</dc:creator>
      <dc:date>2020-03-16T12:56:14Z</dc:date>
    </item>
    <item>
      <title>Re: Showing message class does not exits.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/showing-message-class-does-not-exits/m-p/12133773#M1975362</link>
      <description>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</description>
      <pubDate>Mon, 16 Mar 2020 12:59:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/showing-message-class-does-not-exits/m-p/12133773#M1975362</guid>
      <dc:creator>former_member196331</dc:creator>
      <dc:date>2020-03-16T12:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: Showing message class does not exits.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/showing-message-class-does-not-exits/m-p/12133774#M1975363</link>
      <description>&lt;P&gt;Does the message exist (it should) AND is it translated in your session language?&lt;/P&gt;</description>
      <pubDate>Mon, 16 Mar 2020 13:01:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/showing-message-class-does-not-exits/m-p/12133774#M1975363</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2020-03-16T13:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: Showing message class does not exits.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/showing-message-class-does-not-exits/m-p/12133775#M1975364</link>
      <description>&lt;P&gt;i don't think it is translated.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Mar 2020 13:06:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/showing-message-class-does-not-exits/m-p/12133775#M1975364</guid>
      <dc:creator>former_member196331</dc:creator>
      <dc:date>2020-03-16T13:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: Showing message class does not exits.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/showing-message-class-does-not-exits/m-p/12133776#M1975365</link>
      <description>&lt;P&gt;The message doesn’t exist in your system. You can’t use it.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Mar 2020 13:08:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/showing-message-class-does-not-exits/m-p/12133776#M1975365</guid>
      <dc:creator>Dominik_Tylczynski</dc:creator>
      <dc:date>2020-03-16T13:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: Showing message class does not exits.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/showing-message-class-does-not-exits/m-p/12133777#M1975366</link>
      <description>&lt;P&gt;if it is not exits.. how i am able to see in se91 .&lt;BR /&gt;if it is not extis..  if i click message is coming .&lt;/P&gt;&lt;P&gt;Message /CCIS/CCISCORRESP 091 does not exist
Create Object? &lt;/P&gt;&lt;P&gt;If i press yes. &lt;BR /&gt;it is taking me to line  at  091  :: some text is available and it is  editable mode it is showing. &lt;BR /&gt;how this is possible. Here i saved it. the object is saved in tr. &lt;BR /&gt;&lt;/P&gt;&lt;P&gt;again i open the program and check it. Still same error. &lt;BR /&gt;how this is posssible. &lt;/P&gt;</description>
      <pubDate>Mon, 16 Mar 2020 13:12:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/showing-message-class-does-not-exits/m-p/12133777#M1975366</guid>
      <dc:creator>former_member196331</dc:creator>
      <dc:date>2020-03-16T13:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: Showing message class does not exits.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/showing-message-class-does-not-exits/m-p/12133778#M1975367</link>
      <description>&lt;P&gt;When you see a blank line with SE91, don't delete/recreate, try first goto/translate.&lt;/P&gt;&lt;P&gt;(Check attributes of the message class, insure the message is defined in every installed languiage)&lt;/P&gt;</description>
      <pubDate>Mon, 16 Mar 2020 13:13:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/showing-message-class-does-not-exits/m-p/12133778#M1975367</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2020-03-16T13:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: Showing message class does not exits.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/showing-message-class-does-not-exits/m-p/12133779#M1975368</link>
      <description>&lt;P&gt;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/ ?&lt;/P&gt;</description>
      <pubDate>Mon, 16 Mar 2020 13:50:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/showing-message-class-does-not-exits/m-p/12133779#M1975368</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2020-03-16T13:50:00Z</dc:date>
    </item>
    <item>
      <title>Re: Showing message class does not exits.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/showing-message-class-does-not-exits/m-p/12133780#M1975369</link>
      <description>&lt;P&gt;Would you share a screenshot of SE91 where you see the message?&lt;/P&gt;</description>
      <pubDate>Mon, 16 Mar 2020 13:55:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/showing-message-class-does-not-exits/m-p/12133780#M1975369</guid>
      <dc:creator>Dominik_Tylczynski</dc:creator>
      <dc:date>2020-03-16T13:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: Showing message class does not exits.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/showing-message-class-does-not-exits/m-p/12133781#M1975370</link>
      <description>&lt;P&gt;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. &lt;/P&gt;</description>
      <pubDate>Mon, 16 Mar 2020 14:02:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/showing-message-class-does-not-exits/m-p/12133781#M1975370</guid>
      <dc:creator>former_member196331</dc:creator>
      <dc:date>2020-03-16T14:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: Showing message class does not exits.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/showing-message-class-does-not-exits/m-p/12133782#M1975371</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1788636-197jm.png" /&gt;&lt;/P&gt;&lt;P&gt;hi, please have a look on it.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Mar 2020 14:18:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/showing-message-class-does-not-exits/m-p/12133782#M1975371</guid>
      <dc:creator>former_member196331</dc:creator>
      <dc:date>2020-03-16T14:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: Showing message class does not exits.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/showing-message-class-does-not-exits/m-p/12133783#M1975372</link>
      <description>&lt;P&gt;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. &lt;BR /&gt;but this one problem is coming. don't know. why. &lt;BR /&gt;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.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Mar 2020 14:20:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/showing-message-class-does-not-exits/m-p/12133783#M1975372</guid>
      <dc:creator>former_member196331</dc:creator>
      <dc:date>2020-03-16T14:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: Showing message class does not exits.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/showing-message-class-does-not-exits/m-p/12133784#M1975373</link>
      <description>&lt;P&gt;  &lt;SPAN class="mention-scrubbed"&gt;3a9e4ce873a94034b33dc62b0ce600ee&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;MESSAGE I ... DISPLAY LIKE 'E' &lt;/P&gt;&lt;P&gt;Is used when you want an error message to be displayed, but you do not want processing to stop. &lt;/P&gt;</description>
      <pubDate>Mon, 16 Mar 2020 14:49:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/showing-message-class-does-not-exits/m-p/12133784#M1975373</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2020-03-16T14:49:22Z</dc:date>
    </item>
  </channel>
</rss>

