<?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: Message ID in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-id/m-p/4047034#M967388</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;otherwise try to use fm &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;POPUP_DISPLAY_MESSAGE by passing Z_SD message class and message number ......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Jul 2008 16:33:44 GMT</pubDate>
    <dc:creator>former_member194669</dc:creator>
    <dc:date>2008-07-08T16:33:44Z</dc:date>
    <item>
      <title>Message ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-id/m-p/4047030#M967384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using the following code to send a message ( inside a user exit in VA01 &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MESSAGE ID 'SABAPDOCU' TYPE message_type NUMBER '888' DISPLAY LIKE 'E'&lt;/P&gt;&lt;P&gt;            WITH l_message l_message2 l_message3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's working Fine, although i'm using the ID SABAPDOCU.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i create a message class, for example " Z_SD" and do the same CODE when the message is sent to the screen it appears like :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Z_SD : " my text " &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1º question : How can i take the "Z_SD" from the message in the screen ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2º question : i have to use a message class "Z_SD" because i want to write more extra information after o double click, like "what to do", " procedure", etc, can i use standard ID SABAPDOCU to do that ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mário&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2008 16:04:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-id/m-p/4047030#M967384</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-08T16:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: Message ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-id/m-p/4047031#M967385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;While you create your own message class then define below code at the top of the program :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROGRAM  TEST MESSAGE-ID Z_SD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after that you can use your message custom messages anywhere in the program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2008 16:18:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-id/m-p/4047031#M967385</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-08T16:18:24Z</dc:date>
    </item>
    <item>
      <title>Re: Message ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-id/m-p/4047032#M967386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suggest to use fm POPUP_TO_INFORM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2008 16:25:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-id/m-p/4047032#M967386</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2008-07-08T16:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: Message ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-id/m-p/4047033#M967387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi see this ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can trigger a message with out creating the message id.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;report ztest message-id zmsg. .&lt;/P&gt;&lt;P&gt;message i000 with 'this is message'.&lt;/P&gt;&lt;P&gt; it will triggers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but if you had created the same one in the se91...it will take the message from class se91..even though you will give it in the program dynamically...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2008 16:30:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-id/m-p/4047033#M967387</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-08T16:30:07Z</dc:date>
    </item>
    <item>
      <title>Re: Message ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-id/m-p/4047034#M967388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;otherwise try to use fm &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;POPUP_DISPLAY_MESSAGE by passing Z_SD message class and message number ......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2008 16:33:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-id/m-p/4047034#M967388</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2008-07-08T16:33:44Z</dc:date>
    </item>
  </channel>
</rss>

