<?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 Replace the obsolete statement STOP in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/replace-the-obsolete-statement-stop/m-p/6838010#M1472663</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi expert ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I am working for a upgrade project fron 4.7 to ECC. We need to replace the obsolete statement STOP. Which is the best statement to replace STOP(RETURN or  EXIT)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joby Jacob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Apr 2010 06:19:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-04-14T06:19:58Z</dc:date>
    <item>
      <title>Replace the obsolete statement STOP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replace-the-obsolete-statement-stop/m-p/6838010#M1472663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi expert ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I am working for a upgrade project fron 4.7 to ECC. We need to replace the obsolete statement STOP. Which is the best statement to replace STOP(RETURN or  EXIT)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joby Jacob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Apr 2010 06:19:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replace-the-obsolete-statement-stop/m-p/6838010#M1472663</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-14T06:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: Replace the obsolete statement STOP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replace-the-obsolete-statement-stop/m-p/6838011#M1472664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI STOP leaves the current event block and trigger END-OF-SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP recommend using EXIT only within loops (see EXIT - loops ). Instead, use RETURN to leave processing blocks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So RETURN seems to be better option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Anurag_n on Apr 14, 2010 8:31 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Apr 2010 06:29:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replace-the-obsolete-statement-stop/m-p/6838011#M1472664</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-14T06:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: Replace the obsolete statement STOP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replace-the-obsolete-statement-stop/m-p/6838012#M1472665</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 can use leave to list-processing if you are displaying any error message in end-of-selection so that you can return back to the selection screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds/&lt;/P&gt;&lt;P&gt;shivraj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: ShivrajSinha on Apr 14, 2010 8:33 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Apr 2010 06:29:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replace-the-obsolete-statement-stop/m-p/6838012#M1472665</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-14T06:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: Replace the obsolete statement STOP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replace-the-obsolete-statement-stop/m-p/6838013#M1472666</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;It is recommended to use &lt;STRONG&gt;RETURN&lt;/STRONG&gt; instead of &lt;STRONG&gt;EXIT.&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exit is considered best incase of loop processing, But to terminate the event block, Pls use &lt;STRONG&gt;RETURN&lt;/STRONG&gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regrads, &lt;/P&gt;&lt;P&gt;Lokesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Apr 2010 06:30:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replace-the-obsolete-statement-stop/m-p/6838013#M1472666</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-14T06:30:42Z</dc:date>
    </item>
  </channel>
</rss>

