<?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 handling in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-handling/m-p/1059004#M91278</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;give like this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt; MESSAGE ID id TYPE mtype NUMBER n.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; MESSAGE ID 'here you need to give your msg class' TYPE 'I' Number '001'&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;double click on 001 and type your msg....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;MESSAGE ID 'A1' TYPE 'I' Number '001' WITH 'Do you want to continue.'.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sends a message. Messages are stored in table T100, and can be maintained using Transaction SE91. They are fully integrated in the forward navigation of the ABAP Workbench. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ABAP runtime environment handles messages according to the message type specified in the MESSAGE statement and the context in which the message is sent. There are six kinds of message type: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tpyes( )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A (Abend) &lt;/P&gt;&lt;P&gt;Termination &lt;/P&gt;&lt;P&gt;E (Error) &lt;/P&gt;&lt;P&gt;Error &lt;/P&gt;&lt;P&gt;I (Info) &lt;/P&gt;&lt;P&gt;Information &lt;/P&gt;&lt;P&gt;S (Status) &lt;/P&gt;&lt;P&gt;Status message &lt;/P&gt;&lt;P&gt;W (Warning) &lt;/P&gt;&lt;P&gt;Warning &lt;/P&gt;&lt;P&gt;X (Exit) &lt;/P&gt;&lt;P&gt;Termination with short dump &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Messages are used primarily to handle user input on screens. The following table shows how each message type behaves in different contexts. The numbers are explained at the end of the table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;venu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Oct 2005 12:37:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-10-20T12:37:12Z</dc:date>
    <item>
      <title>Message handling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-handling/m-p/1059002#M91276</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 am using Message handling .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex.. MESSAGE E000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But error is "MESSAGE-ID xx" is missing in the "REPORT" statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What would be error?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shashikanth.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2005 12:20:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-handling/m-p/1059002#M91276</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-20T12:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: Message handling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-handling/m-p/1059003#M91277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to give the message class either in the Report header ie with REPORT ZTEST MESSAGE-ID Z1 or with the MESSAGE command like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MESSAGE E000(Z1).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Z1 is the message class. In your case it will be different.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly reward points if this is helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Vinod&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Vinod C&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2005 12:22:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-handling/m-p/1059003#M91277</guid>
      <dc:creator>Vinod_Chandran</dc:creator>
      <dc:date>2005-10-20T12:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: Message handling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-handling/m-p/1059004#M91278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;give like this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt; MESSAGE ID id TYPE mtype NUMBER n.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; MESSAGE ID 'here you need to give your msg class' TYPE 'I' Number '001'&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;double click on 001 and type your msg....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;MESSAGE ID 'A1' TYPE 'I' Number '001' WITH 'Do you want to continue.'.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sends a message. Messages are stored in table T100, and can be maintained using Transaction SE91. They are fully integrated in the forward navigation of the ABAP Workbench. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ABAP runtime environment handles messages according to the message type specified in the MESSAGE statement and the context in which the message is sent. There are six kinds of message type: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tpyes( )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A (Abend) &lt;/P&gt;&lt;P&gt;Termination &lt;/P&gt;&lt;P&gt;E (Error) &lt;/P&gt;&lt;P&gt;Error &lt;/P&gt;&lt;P&gt;I (Info) &lt;/P&gt;&lt;P&gt;Information &lt;/P&gt;&lt;P&gt;S (Status) &lt;/P&gt;&lt;P&gt;Status message &lt;/P&gt;&lt;P&gt;W (Warning) &lt;/P&gt;&lt;P&gt;Warning &lt;/P&gt;&lt;P&gt;X (Exit) &lt;/P&gt;&lt;P&gt;Termination with short dump &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Messages are used primarily to handle user input on screens. The following table shows how each message type behaves in different contexts. The numbers are explained at the end of the table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;venu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2005 12:37:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-handling/m-p/1059004#M91278</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-20T12:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: Message handling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-handling/m-p/1059005#M91279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in the report heading include like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;report zxxxxxxxx message-id zx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;sasi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2005 12:41:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-handling/m-p/1059005#M91279</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-20T12:41:48Z</dc:date>
    </item>
    <item>
      <title>Re: Message handling</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-handling/m-p/1059006#M91280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes you are right..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This addition specifies the standard message class for the main program. This contains the messages used with the simple MESSAGE statement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note &lt;/P&gt;&lt;P&gt;This message class must not be enclosed in quotation marks. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use a namespace prefix with message class names. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;REPORT RSTEST00 MESSAGE-ID SY.&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points for helpfull answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;venu.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2005 12:44:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-handling/m-p/1059006#M91280</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-20T12:44:50Z</dc:date>
    </item>
  </channel>
</rss>

