<?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 message in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/message/m-p/3352452#M804174</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;&lt;/P&gt;&lt;P&gt;What are the different types of messages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;swetha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Jan 2008 16:41:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-30T16:41:18Z</dc:date>
    <item>
      <title>message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message/m-p/3352452#M804174</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;&lt;/P&gt;&lt;P&gt;What are the different types of messages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;swetha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2008 16:41:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message/m-p/3352452#M804174</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-30T16:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message/m-p/3352453#M804175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG&gt;Swetha&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Messages on Screens&lt;/STRONG&gt; :&lt;/P&gt;&lt;P&gt;This context includes all situations where a screen is being processed, that is, the program is reacting to user input. In ABAP programs, this means all PAI modules. &lt;/P&gt;&lt;P&gt;Message Processing&lt;/P&gt;&lt;P&gt;Type	Display	Processing&lt;/P&gt;&lt;P&gt;A	Dialog box	Program terminates, and control returns to last area menu&lt;/P&gt;&lt;P&gt;E	Status bar	PAI processing is terminated, and control returns to the current screen. All of the screen fields for which there is a FIELD or CHAIN statement are ready for input. The user must enter a new value. The system then restarts PAI processing for the screen using the new values. Error messages are not possible in POH or POV processing. Instead, a runtime error occurs.&lt;/P&gt;&lt;P&gt;I	Dialog box	Program continues processing after the MESSAGE statement&lt;/P&gt;&lt;P&gt;S	Status bar of next screen	Program continues processing after the MESSAGE statement&lt;/P&gt;&lt;P&gt;W	Status bar	Like type E, but the user can confirm the message by pressing ENTER without having to enter new values. The system then resumes PAI processing directly after the MESSAGE statement. Warning messages are not possible in POH or POV processing. Instead, a runtime error occurs.&lt;/P&gt;&lt;P&gt;X	None	Triggers a runtime error with short dump&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;For further information about processing error messages and warnings in the PAI event, refer to Input Checks in Dialog Modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See this link:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbaabc35c111d1829f0000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbaabc35c111d1829f0000e829fbfe/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plzz reward if it is useful,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Mahi&lt;/STRONG&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2008 16:43:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message/m-p/3352453#M804175</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-30T16:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message/m-p/3352454#M804176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swetha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are 6 types of normal messages, &lt;/P&gt;&lt;P&gt;They are,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;Sno -&amp;gt;Notation-&amp;gt;TYPE-&amp;gt;DESCRIPTION-&amp;gt;DILOG BEHAVIOUR-&amp;gt;MESSAGE APPEARS IN&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. i -&amp;gt;Info Message-&amp;gt;Program continues after Interruption-&amp;gt;Model Dilog Box&lt;/P&gt;&lt;P&gt;2. s-&amp;gt;Set Message-&amp;gt;Program continues without Interruption-&amp;gt;Status bar of next screen&lt;/P&gt;&lt;P&gt;3. w-&amp;gt;Warning-&amp;gt;Context Dependent-&amp;gt;Status bar or model dilog box&lt;/P&gt;&lt;P&gt;4. e-&amp;gt;Error-&amp;gt;Context Dependent-&amp;gt;Status bar or model dilog box&lt;/P&gt;&lt;P&gt;5. a-&amp;gt;Abort-&amp;gt;Program Cancelled-&amp;gt;Model dilog box&lt;/P&gt;&lt;P&gt;6. x-&amp;gt;Exit-&amp;gt;Runtime error MESSAGE_TYPE_X triggered-&amp;gt;Short dump&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You use the MESSAGE statement to send dialog messages to the users of your&lt;/P&gt;&lt;P&gt;program. When you do this, you must specify the three digit message number&lt;/P&gt;&lt;P&gt;and the message class.&lt;/P&gt;&lt;P&gt;Message number and message class clearly identify the message to be displayed.&lt;/P&gt;&lt;P&gt;You use the message type to specify where the message is to be displayed. You&lt;/P&gt;&lt;P&gt;can test the display behavior for using the different message types by means of the&lt;/P&gt;&lt;P&gt;DEMO_MESSAGES demo program that is shipped in the SAP standard.&lt;/P&gt;&lt;P&gt;If the specified message contains placeholders, you can supply them with values&lt;/P&gt;&lt;P&gt;from your program by using the WITH addition. Instead of the placeholders, the&lt;/P&gt;&lt;P&gt;transferred values then appear in the displayed message text.&lt;/P&gt;&lt;P&gt;For further information on the syntactical alternatives to the MESSAGE statement,&lt;/P&gt;&lt;P&gt;refer to the keyword documentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Let me explain how to define messages in your program.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prefix of the message specifies the message type eg. E for error message.&lt;/P&gt;&lt;P&gt;Using &amp;#145;&amp;amp;&amp;#146; we can include a max. of 4 variables in message text.&lt;/P&gt;&lt;P&gt;    message i001 with var1 var2.&lt;/P&gt;&lt;P&gt;Message-id can be specified at &lt;/P&gt;&lt;P&gt;    1. program xxxx message-id yyy.&lt;/P&gt;&lt;P&gt;    2. message e001(yyy).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly reward if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jose&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2008 16:43:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message/m-p/3352454#M804176</guid>
      <dc:creator>former_member313782</dc:creator>
      <dc:date>2008-01-30T16:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message/m-p/3352455#M804177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I -- Information.&lt;/P&gt;&lt;P&gt;E -- for error&lt;/P&gt;&lt;P&gt;W -- for warning&lt;/P&gt;&lt;P&gt;A -- for Abort&lt;/P&gt;&lt;P&gt;X -- for termination( it will go to dump)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we can put msg types in many ways.&lt;/P&gt;&lt;P&gt;message 'write our own message' type 'I/E/W/A/X'.&lt;/P&gt;&lt;P&gt;message I001(msg_cls_name). in this message class we write some message for 001.&lt;/P&gt;&lt;P&gt;message &amp;lt;text-element&amp;gt; type 'I'.&lt;/P&gt;&lt;P&gt;message I001 with text-element&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2008 16:56:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message/m-p/3352455#M804177</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-30T16:56:29Z</dc:date>
    </item>
  </channel>
</rss>

