<?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: Differences in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/differences/m-p/2325100#M510889</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;EXIT  will take you out of the innermost loop or perform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STOP will take you to the END-OF-SELECTION event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;sudha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Jun 2007 12:16:09 GMT</pubDate>
    <dc:creator>S0025444845</dc:creator>
    <dc:date>2007-06-12T12:16:09Z</dc:date>
    <item>
      <title>Differences</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differences/m-p/2325096#M510885</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;What are the exact difference between EXIT STOP REJECT and RETURN statements?How will it work when it is given inside the loop?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2007 12:10:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differences/m-p/2325096#M510885</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-12T12:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: Differences</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differences/m-p/2325097#M510886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Stop: goes to end of selection&lt;/P&gt;&lt;P&gt;Exit: exits that loop pass&lt;/P&gt;&lt;P&gt;Reject:The REJECT statement exits the current GET event block of an executable program. If you do not specify node, the runtime environment responds as described in Exiting Processing Blocks. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The REJECT statement always refers to the current GET event, not to the location where it is executed. If you call a procedure in a GET event block, and the REJECT statement is executed there, the calling event block is affected. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Return:&lt;/P&gt;&lt;P&gt;This statement immediately ends the current processing block. It can appear in any area of a processing block and ends this block regardless of which statement block or control structure the statement is in. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After leaving the processing block, the runtime environment, except for the reporting event blockSTART-OF-SELECTION, follows the schema in Leave processing blocks. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After you end the reporting event block START-OF-SELECTIONwith RETURN, the runtime environment does not trigger any further reporting events, rather, it calls the list processor directly to display the basic list. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points for useful Answers&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2007 12:13:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differences/m-p/2325097#M510886</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-12T12:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: Differences</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differences/m-p/2325098#M510887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; EXIT is used to exit from LOOP, PROCEDURE or Function MODULE or PROGRAM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The statement STOP is only to be used in executable programs and in the following event blocks: &lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN (without additions) &lt;/P&gt;&lt;P&gt;START-OF-SELECTION &lt;/P&gt;&lt;P&gt;GET &lt;/P&gt;&lt;P&gt;You leave these event blocks via STOP, and the runtime environment triggers the event END-OF-SELECTION. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REJECT Is also to be used in the Logical database programs.The REJECT statement always refers to the current GET event, not to the location where it is executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RETURN statement is used to return to the calling program from the called program. Also to exit the current processing block.&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;Sesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Seshatalpasai Madala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2007 12:14:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differences/m-p/2325098#M510887</guid>
      <dc:creator>seshatalpasai_madala</dc:creator>
      <dc:date>2007-06-12T12:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: Differences</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differences/m-p/2325099#M510888</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;exit: comes out of loop and continues with next statement after the loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;stop: comes out of loop and goes to end-of-selection event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;return: used to pass values from subroutines to main function or to calling area.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if helpful reward some points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;suresh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2007 12:14:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differences/m-p/2325099#M510888</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-12T12:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: Differences</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differences/m-p/2325100#M510889</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;EXIT  will take you out of the innermost loop or perform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STOP will take you to the END-OF-SELECTION event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;sudha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2007 12:16:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differences/m-p/2325100#M510889</guid>
      <dc:creator>S0025444845</dc:creator>
      <dc:date>2007-06-12T12:16:09Z</dc:date>
    </item>
    <item>
      <title>Re: Differences</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differences/m-p/2325101#M510890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shri Ram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/abapindx.htm" target="test_blank"&gt;http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/abapindx.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXIT&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/exit.htm" target="test_blank"&gt;http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/exit.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STOP&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/stop.htm" target="test_blank"&gt;http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/stop.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REJECT &lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/reject.htm" target="test_blank"&gt;http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/reject.htm&lt;/A&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;Suruchi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2007 12:17:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differences/m-p/2325101#M510890</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-12T12:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: Differences</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differences/m-p/2325102#M510891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;     From the SAP F1 Help:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basic form EXIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect - Within a loop structure:&lt;/P&gt;&lt;P&gt;Terminates looop processing (DO, WHILE, LOOP, SELECT).&lt;/P&gt;&lt;P&gt;- Within subroutines and other modularization units (but not&lt;/P&gt;&lt;P&gt;in a loop structure):&lt;/P&gt;&lt;P&gt;Leaves the subroutine or modularization unit (FORM, MODULE,&lt;/P&gt;&lt;P&gt;FUNCTION, TOP-OF-PAGE, END-OF-PAGE).&lt;/P&gt;&lt;P&gt;- Outside loop structures and modularization units (report&lt;/P&gt;&lt;P&gt;processing):&lt;/P&gt;&lt;P&gt;Terminates report processing and triggers list display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This statement is not allowed in an ABAP Objects context. Se&lt;/P&gt;&lt;P&gt;STOP not allowed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This statement terminates a processing block in an excutable&lt;/P&gt;&lt;P&gt;program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The statement is only intended for use in the INITIALIZATION,&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN, START-OF-SELECTION, and GET events. It&lt;/P&gt;&lt;P&gt;terminates the current processing block in an executable&lt;/P&gt;&lt;P&gt;program and triggers the END-OF-SELECTION event. In all other&lt;/P&gt;&lt;P&gt;processing blocks, or when you do not want to trigger the&lt;/P&gt;&lt;P&gt;END-OF-SELECTION event, you must use EXIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reject:The REJECT statement exits the current GET event block of an executable program. If you do not specify node, the runtime environment responds as described in Exiting Processing Blocks. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The REJECT statement always refers to the current GET event, not to the location where it is executed. If you call a procedure in a GET event block, and the REJECT statement is executed there, the calling event block is affected. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Return:&lt;/P&gt;&lt;P&gt;This statement immediately ends the current processing block. It can appear in any area of a processing block and ends this block regardless of which statement block or control structure the statement is in. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After leaving the processing block, the runtime environment, except for the reporting event blockSTART-OF-SELECTION, follows the schema in Leave processing blocks. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After you end the reporting event block START-OF-SELECTIONwith RETURN, the runtime environment does not trigger any further reporting events, rather, it calls the list processor directly to display the basic list. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2007 12:18:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differences/m-p/2325102#M510891</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-12T12:18:18Z</dc:date>
    </item>
  </channel>
</rss>

