<?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 Showing different behavior in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/showing-different-behavior/m-p/3900875#M936027</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 facing a problem with this following lines of code. Different time its showing different behavior .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;    MESSAGE ID sy-msgid TYPE 'W' NUMBER sy-msgno&lt;/P&gt;&lt;P&gt;            WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.&lt;/P&gt;&lt;P&gt;    EXIT.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the first case, for normal saving procedure its working fine. But if there is a confirmation Pop-up for saving, then &lt;/P&gt;&lt;P&gt;the application terminated with abort Message A. its does not show the warning message also. even in debugger mode,&lt;/P&gt;&lt;P&gt;pressing F5, itu2019s  not going insure,  directly aborted showing abort message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have check all those system variables in both the cases, they are same.  But I am not able to understand, why its showing different behavior in different cases &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could anyone help me out in this problemu2026&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Satrajit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Jun 2008 04:58:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-06T04:58:31Z</dc:date>
    <item>
      <title>Showing different behavior</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/showing-different-behavior/m-p/3900875#M936027</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 facing a problem with this following lines of code. Different time its showing different behavior .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;    MESSAGE ID sy-msgid TYPE 'W' NUMBER sy-msgno&lt;/P&gt;&lt;P&gt;            WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.&lt;/P&gt;&lt;P&gt;    EXIT.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the first case, for normal saving procedure its working fine. But if there is a confirmation Pop-up for saving, then &lt;/P&gt;&lt;P&gt;the application terminated with abort Message A. its does not show the warning message also. even in debugger mode,&lt;/P&gt;&lt;P&gt;pressing F5, itu2019s  not going insure,  directly aborted showing abort message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have check all those system variables in both the cases, they are same.  But I am not able to understand, why its showing different behavior in different cases &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could anyone help me out in this problemu2026&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Satrajit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2008 04:58:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/showing-different-behavior/m-p/3900875#M936027</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-06T04:58:31Z</dc:date>
    </item>
    <item>
      <title>Re: Showing different behavior</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/showing-different-behavior/m-p/3900876#M936028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI THERE...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; chk ur code.... it says sy-subrc 0....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it should be sy-subrc ne '0'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope this helps. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do reward if it does.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2008 05:06:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/showing-different-behavior/m-p/3900876#M936028</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-06T05:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: Showing different behavior</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/showing-different-behavior/m-p/3900877#M936029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here sy-subrc = 1  but its not reach at EXIT statement. &lt;/P&gt;&lt;P&gt;Itu2019s aborting from the message statement itself, and itu2019s showing abort thpe message u201CAu201D, but it should be warning type as its hard coded.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2008 05:16:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/showing-different-behavior/m-p/3900877#M936029</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-06T05:16:33Z</dc:date>
    </item>
  </channel>
</rss>

