<?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: warning message worked same as error message? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/warning-message-worked-same-as-error-message/m-p/6091367#M1358842</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Generally message types A,E,I,,S,W,X behaves diffrently in different events like initialization,at selection-screen,start-of-selection and end-of-selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the following link ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[message Behavior|http://help.sap.com/saphelp_nw70/helpdata/en/9f/dbaae335c111d1829f0000e829fbfe/content.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;message 'write ur message inside quotes'  type 'S' display like 'W'.&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;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Sep 2009 09:41:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-09-11T09:41:04Z</dc:date>
    <item>
      <title>warning message worked same as error message?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/warning-message-worked-same-as-error-message/m-p/6091365#M1358840</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;I have using a warning message(message W010) in my report program after 'end-of-selection'.&lt;/P&gt;&lt;P&gt;but when i execute it, it works same as error message and program exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i change the code to "message S010 display like 'W'", the program runs correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;does anyone tell me why using waring message directly can not worked fine?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2009 08:44:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/warning-message-worked-same-as-error-message/m-p/6091365#M1358840</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-11T08:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: warning message worked same as error message?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/warning-message-worked-same-as-error-message/m-p/6091366#M1358841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Wei,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you tried doing an F1.? I did an F1 out of curiosity &amp;amp; found out clearly the reason for this behaviour.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you use "W" message in END-OF-SELECTION block, the processing is stopped &amp;amp; an empty screen with no GUI status will be shown.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if you code: &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;message S010 display like 'W'&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;, you are displaying a "S" message as a "W". Hence your processing is not stopped although you get a "W" message in your status bar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do an F1 &amp;amp; check for further info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2009 09:19:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/warning-message-worked-same-as-error-message/m-p/6091366#M1358841</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2009-09-11T09:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: warning message worked same as error message?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/warning-message-worked-same-as-error-message/m-p/6091367#M1358842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Generally message types A,E,I,,S,W,X behaves diffrently in different events like initialization,at selection-screen,start-of-selection and end-of-selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the following link ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[message Behavior|http://help.sap.com/saphelp_nw70/helpdata/en/9f/dbaae335c111d1829f0000e829fbfe/content.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;message 'write ur message inside quotes'  type 'S' display like 'W'.&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;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2009 09:41:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/warning-message-worked-same-as-error-message/m-p/6091367#M1358842</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-11T09:41:04Z</dc:date>
    </item>
  </channel>
</rss>

