<?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: STOP Command in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/stop-command/m-p/3624139#M873097</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Yes STOP command is obsolete.&lt;/P&gt;&lt;P&gt;So, use flags and check it at the start of every sub-routine/event where u want to stop the execution, based on the condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ramya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Mar 2008 06:12:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-19T06:12:20Z</dc:date>
    <item>
      <title>STOP Command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/stop-command/m-p/3624134#M873092</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 a small issue like in the ECC 6.0 i am using  "STOP" command.It is syntactically correct.But when i did the extended program check for this program.It is giving me error like "STOP statement is obsolete in OO context".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which statement i should use Rather than STOP which will execute the same function like "STOP".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is very urgent.Please.I will reward you points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Swapna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2008 06:01:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/stop-command/m-p/3624134#M873092</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-19T06:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: STOP Command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/stop-command/m-p/3624135#M873093</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; Try to use &lt;STRONG&gt;CHECK&lt;/STRONG&gt; with condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If statement is true it will go ahead  else  it will stop that block.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2008 06:06:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/stop-command/m-p/3624135#M873093</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-19T06:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: STOP Command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/stop-command/m-p/3624136#M873094</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;STOP ia absolete in ECC 6.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;make use of flag and check the flag and exit &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2008 06:09:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/stop-command/m-p/3624136#M873094</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-19T06:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: STOP Command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/stop-command/m-p/3624137#M873095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi swapna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i tried stop statement its working in ECC 6.0......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use CHECK FLD IS INITIAL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR USE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-SUBRC EQ 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;V.balaji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2008 06:11:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/stop-command/m-p/3624137#M873095</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-19T06:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: STOP Command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/stop-command/m-p/3624138#M873096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Swapna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even though its obsolete, you can use it still if its an executable report.There is no command relacing STOP command.&lt;/P&gt;&lt;P&gt;If u are using STOP in selection-selction screen (not in loop and not in FORM) then EXIT has same effect.&lt;/P&gt;&lt;P&gt;Otherwise go for flag.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Arjun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2008 06:12:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/stop-command/m-p/3624138#M873096</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-19T06:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: STOP Command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/stop-command/m-p/3624139#M873097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Yes STOP command is obsolete.&lt;/P&gt;&lt;P&gt;So, use flags and check it at the start of every sub-routine/event where u want to stop the execution, based on the condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ramya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2008 06:12:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/stop-command/m-p/3624139#M873097</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-19T06:12:20Z</dc:date>
    </item>
  </channel>
</rss>

