<?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: displaying message in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-message/m-p/6942982#M1487618</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Pavan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise you can just change the statement to use the standard message class &lt;STRONG&gt;00&lt;/STRONG&gt; as  follows;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;message e001(00) with 'Mismatch with the deliveries in the shipment'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i recommend you to create a message with the above text in some custom message class. Because this will help you in the future to track down the code which issues the message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Karthik D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Jun 2010 06:14:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-06-01T06:14:53Z</dc:date>
    <item>
      <title>displaying message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-message/m-p/6942976#M1487612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if l_n &amp;lt;&amp;gt; l_m .&lt;/P&gt;&lt;P&gt;    message e000(YOMEG099) with 'Mismatch with the deliveries in the shipment'.&lt;/P&gt;&lt;P&gt;    exit.&lt;/P&gt;&lt;P&gt;  endif .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using the above code in the BADI IMPLEMENTATION METHIOD  for VF01 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the condition is satisfied , the error message is displayed as follows .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"E:YOMEG099:000 Mismatch with the deliveries in the shipment "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The message is displayed alongwith " E:YOMEG099 " . I want to avoid this in the message . I want the message to be displayed as "Mismatch with the deliveries in the shipment "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please tell me how to display a message like this ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 May 2010 12:30:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-message/m-p/6942976#M1487612</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-31T12:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: displaying message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-message/m-p/6942977#M1487613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For me it sounds like a missing message (transaction SE91).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;André Witt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 May 2010 12:33:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-message/m-p/6942977#M1487613</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-31T12:33:06Z</dc:date>
    </item>
    <item>
      <title>Re: displaying message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-message/m-p/6942978#M1487614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pavan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   This issue happens because message class YOMEG099 does not exist in the system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Please, check in transaction SE91 if message class and message number exist in the system. If don´t exist, you can create ot transport from another system. It will solve this unexpected behavior.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Kind regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 May 2010 21:46:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-message/m-p/6942978#M1487614</guid>
      <dc:creator>former_member214857</dc:creator>
      <dc:date>2010-05-31T21:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: displaying message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-message/m-p/6942979#M1487615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if this is the case in your test or production system and not in dev, that means message class is not transported. &lt;/P&gt;&lt;P&gt;but if it is the issue in all servers then message class doesnot exist. .you can run a code inspector or SLIN to find out these kind of errors.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jun 2010 02:14:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-message/m-p/6942979#M1487615</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-01T02:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: displaying message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-message/m-p/6942980#M1487616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pavan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It happens, when the message class(YOMEG099) or message no(000) is missing in the system.&lt;/P&gt;&lt;P&gt;Go to &lt;STRONG&gt;SE91&lt;/STRONG&gt; and check whether the message class(YOMEG099) &amp;amp; message no(000) is available or not.&lt;/P&gt;&lt;P&gt;If this is the case in your test or production system and not in dev, that means message class is not transported. &lt;/P&gt;&lt;P&gt;Then transport the Transport request of the message class(YOMEG099) &amp;amp; check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Dillip Sahoo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jun 2010 04:18:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-message/m-p/6942980#M1487616</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-01T04:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: displaying message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-message/m-p/6942981#M1487617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Pavan,&lt;/P&gt;&lt;P&gt;                  follow the below steps..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) go to se91 &lt;/P&gt;&lt;P&gt;2) create messge class named --  YOMEG099&lt;/P&gt;&lt;P&gt;3) message number 000 and description  &lt;STRONG&gt;'Mismatch with the deliveries in the shipment'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;4) u r code will be &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if l_n l_m .&lt;/P&gt;&lt;P&gt;message e000(YOMEG099).&lt;/P&gt;&lt;P&gt;exit.&lt;/P&gt;&lt;P&gt;endif .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Madhukar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jun 2010 05:37:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-message/m-p/6942981#M1487617</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-01T05:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: displaying message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-message/m-p/6942982#M1487618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Pavan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise you can just change the statement to use the standard message class &lt;STRONG&gt;00&lt;/STRONG&gt; as  follows;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;message e001(00) with 'Mismatch with the deliveries in the shipment'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i recommend you to create a message with the above text in some custom message class. Because this will help you in the future to track down the code which issues the message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Karthik D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jun 2010 06:14:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-message/m-p/6942982#M1487618</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-01T06:14:53Z</dc:date>
    </item>
    <item>
      <title>Re: displaying message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-message/m-p/6942983#M1487619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all, i have one text msg in my message class like: "The file &amp;amp; is already generated"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;question, how can i do to show my file name replacing the &amp;amp; ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it &amp;amp;table-name&amp;amp; ? Like "The file &amp;amp;table-name&amp;amp; is already generated" or what is the correct way?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks so much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Aug 2010 15:01:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/displaying-message/m-p/6942983#M1487619</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-11T15:01:42Z</dc:date>
    </item>
  </channel>
</rss>

