<?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: Replacement for STOP command in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/replacement-for-stop-command/m-p/3944698#M943406</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;exit works only inside the if.&lt;/P&gt;&lt;P&gt;But it never stop the transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;further it says, 0 bytes downloaded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so anyother solution please&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 May 2008 11:17:27 GMT</pubDate>
    <dc:creator>UmaArjunan</dc:creator>
    <dc:date>2008-05-30T11:17:27Z</dc:date>
    <item>
      <title>Replacement for STOP command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replacement-for-stop-command/m-p/3944693#M943401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when the internal table is empty i shouldnt allow to continue to download.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;currently i used &lt;/P&gt;&lt;P&gt;if it_Down is initial.&lt;/P&gt;&lt;P&gt;stop.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but stop is a obsolete statement , instead i want to use any other statment which is not obselete perform the same function            &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2008 11:11:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replacement-for-stop-command/m-p/3944693#M943401</guid>
      <dc:creator>UmaArjunan</dc:creator>
      <dc:date>2008-05-30T11:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: Replacement for STOP command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replacement-for-stop-command/m-p/3944694#M943402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;if condition.&lt;/P&gt;&lt;P&gt;u can give here an message right.&lt;/P&gt;&lt;P&gt;message '...........' type 'E".&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or i think u can use exit instead of stop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2008 11:13:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replacement-for-stop-command/m-p/3944694#M943402</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-30T11:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: Replacement for STOP command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replacement-for-stop-command/m-p/3944695#M943403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi!!&lt;/P&gt;&lt;P&gt;try using EXIT cammand.&lt;/P&gt;&lt;P&gt;if it_Down is initial.&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;rewrd if useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2008 11:14:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replacement-for-stop-command/m-p/3944695#M943403</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-30T11:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: Replacement for STOP command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replacement-for-stop-command/m-p/3944696#M943404</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 PROGRAM/EXIT. but that again depends on the context where you are using  ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check out the below related thread&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="4196243"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2008 11:16:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replacement-for-stop-command/m-p/3944696#M943404</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-30T11:16:43Z</dc:date>
    </item>
    <item>
      <title>Re: Replacement for STOP command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replacement-for-stop-command/m-p/3944697#M943405</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;Use CHECK it_down[] is not initial.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vishvesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if helpful, rewards it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2008 11:16:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replacement-for-stop-command/m-p/3944697#M943405</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-30T11:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: Replacement for STOP command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replacement-for-stop-command/m-p/3944698#M943406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;exit works only inside the if.&lt;/P&gt;&lt;P&gt;But it never stop the transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;further it says, 0 bytes downloaded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so anyother solution please&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2008 11:17:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replacement-for-stop-command/m-p/3944698#M943406</guid>
      <dc:creator>UmaArjunan</dc:creator>
      <dc:date>2008-05-30T11:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: Replacement for STOP command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replacement-for-stop-command/m-p/3944699#M943407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try using check or reject statements.&lt;/P&gt;&lt;P&gt;may be it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2008 11:19:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replacement-for-stop-command/m-p/3944699#M943407</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-30T11:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: Replacement for STOP command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replacement-for-stop-command/m-p/3944700#M943408</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 LIST-PROCESSING or EXIT (Depends on situation) instead STOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Bujji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2008 11:22:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replacement-for-stop-command/m-p/3944700#M943408</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-30T11:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: Replacement for STOP command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replacement-for-stop-command/m-p/3944701#M943409</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 have to replace the STOP command (which is an obsolete statement) in my current report program. and I find that by using LEAVE LIST-PROCESSING, I am able to replace the STOP command. however, i think it is based on your condition as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just to share here, my requirement is to be able to return to the selection screen right after an error message is displayed. So, my report will look something like below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;START-OF-SELECTION.
IF v_variable IS NOT INITIAL.
  MESSAGE v_error_message TYPE 'S' DISPLAY LIKE 'E'.
  LEAVE LIST-PROCESSING.
ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks to Bujji for your recommendations. And for the others, I think you all can give it a try... Good luck!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2009 07:57:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replacement-for-stop-command/m-p/3944701#M943409</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-20T07:57:37Z</dc:date>
    </item>
  </channel>
</rss>

