<?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: error messgaes in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-messgaes/m-p/2881223#M676657</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;types of message&lt;/P&gt;&lt;P&gt;When you send a message using statement MESSAGE, it must be classified with a one-character message type. The message type defines how the message is displayed and determines the subsequent program flow. Valid message types are &lt;/P&gt;&lt;P&gt;"A"termination message terminate process immidiatly controler comes out of the program maens sap initial screen.&lt;/P&gt;&lt;P&gt; "E"error message cotrol remains in selection screen untill user enter correct data&lt;/P&gt;&lt;P&gt; "I"information message &lt;/P&gt;&lt;P&gt; "S"status message&lt;/P&gt;&lt;P&gt; "W"warning, &lt;/P&gt;&lt;P&gt; and "X". exit message leads to short dump. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward for use ful points&lt;/P&gt;&lt;P&gt;reagards &lt;/P&gt;&lt;P&gt;Nagesh.Paruchuri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Sep 2007 07:42:49 GMT</pubDate>
    <dc:creator>paruchuri_nagesh</dc:creator>
    <dc:date>2007-09-21T07:42:49Z</dc:date>
    <item>
      <title>error messgaes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-messgaes/m-p/2881222#M676656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How many types  of error messages are there and what is the difference between them?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2007 07:36:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-messgaes/m-p/2881222#M676656</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-21T07:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: error messgaes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-messgaes/m-p/2881223#M676657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;types of message&lt;/P&gt;&lt;P&gt;When you send a message using statement MESSAGE, it must be classified with a one-character message type. The message type defines how the message is displayed and determines the subsequent program flow. Valid message types are &lt;/P&gt;&lt;P&gt;"A"termination message terminate process immidiatly controler comes out of the program maens sap initial screen.&lt;/P&gt;&lt;P&gt; "E"error message cotrol remains in selection screen untill user enter correct data&lt;/P&gt;&lt;P&gt; "I"information message &lt;/P&gt;&lt;P&gt; "S"status message&lt;/P&gt;&lt;P&gt; "W"warning, &lt;/P&gt;&lt;P&gt; and "X". exit message leads to short dump. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward for use ful points&lt;/P&gt;&lt;P&gt;reagards &lt;/P&gt;&lt;P&gt;Nagesh.Paruchuri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2007 07:42:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-messgaes/m-p/2881223#M676657</guid>
      <dc:creator>paruchuri_nagesh</dc:creator>
      <dc:date>2007-09-21T07:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: error messgaes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-messgaes/m-p/2881224#M676658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The message class and number are used to identify the message in table T100. The message type is one of A, E, I, S, W, or X, and defines how the ABAP runtime should process the message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Messages can either be displayed in modal dialog boxes, or in the status bar of the screen. How a message is processed depends on its type and on the context in which the message is sent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A--&amp;gt;Termination Message&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The message appears in a dialog box, and the program terminates. When the user has confirmed the message, control returns to the next-highest area menu.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E--&amp;gt;Error Message&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Depending on the program context, an error dialog appears or the program terminates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I--&amp;gt;Information&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The message appears in a dialog box. Once the user has confirmed the message, the program continues immediately after the MESSAGE statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;S--&amp;gt;Status Message&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The program continues normally after the MESSAGE statement, and the message is displayed in the status bar of the next screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;W--&amp;gt;Warning&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Depending on the program context, an error dialog appears or the program terminates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;X--&amp;gt;Exit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No message is displayed, and the program terminates with a short dump. Program terminations with a short dump normally only occur when a runtime error occurs. Message type X allows you to force a program termination. The short dump contains the message ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CHECK OUT HELP DOCUMENTATION ON MESSAGES OR SIMPLY PRESS F1 on the keywork MESSAGE from ABAP Editor for more info..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if helpful,&lt;/P&gt;&lt;P&gt;K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2007 07:43:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-messgaes/m-p/2881224#M676658</guid>
      <dc:creator>former_member189629</dc:creator>
      <dc:date>2007-09-21T07:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: error messgaes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-messgaes/m-p/2881225#M676659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are six types of Error messages in SAP and they are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A&lt;/P&gt;&lt;P&gt;Termination&lt;/P&gt;&lt;P&gt;The message appears in a dialog box, and the program terminates. When the user has confirmed the message, control returns to the next-highest area menu.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E&lt;/P&gt;&lt;P&gt;Error&lt;/P&gt;&lt;P&gt;Depending on the program context, an error dialog appears or the program terminates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I&lt;/P&gt;&lt;P&gt;Information&lt;/P&gt;&lt;P&gt;The message appears in a dialog box. Once the user has confirmed the message, the program continues immediately after the MESSAGE statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;S&lt;/P&gt;&lt;P&gt;Status &lt;/P&gt;&lt;P&gt;The program continues normally after the MESSAGE statement, and the message is displayed in the status bar of the next screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;W&lt;/P&gt;&lt;P&gt;Warning&lt;/P&gt;&lt;P&gt;Depending on the program context, an error dialog appears or the program terminates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;X&lt;/P&gt;&lt;P&gt;Exit&lt;/P&gt;&lt;P&gt;No message is displayed, and the program terminates with a short dump. Program terminations with a short dump normally only occur when a runtime error occurs. Message type X allows you to force a program termination. The short dump contains the message ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case you have any further clarifications,do let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Puneet Jhari.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2007 07:43:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-messgaes/m-p/2881225#M676659</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-21T07:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: error messgaes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-messgaes/m-p/2881226#M676660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ramesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think u have many doubts on basic things.&lt;/P&gt;&lt;P&gt;pls refer to the following link. this is abap 21 days link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://cma.zdnet.com/book/abap/index.htm" target="test_blank"&gt;http://cma.zdnet.com/book/abap/index.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2007 08:18:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-messgaes/m-p/2881226#M676660</guid>
      <dc:creator>hymavathi_oruganti</dc:creator>
      <dc:date>2007-09-21T08:18:18Z</dc:date>
    </item>
  </channel>
</rss>

