<?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: How to stop the program flow in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-stop-the-program-flow/m-p/4744721#M1112992</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try exit or stop&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 08 Nov 2008 12:02:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-08T12:02:29Z</dc:date>
    <item>
      <title>How to stop the program flow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-stop-the-program-flow/m-p/4744720#M1112991</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;i need to stop the program flow control without entering into the start-of-selection.&lt;/P&gt;&lt;P&gt;i am using some manual conditions for validating some parameter fields...&lt;/P&gt;&lt;P&gt;i used Leave list-processing---&amp;gt;but it dosint works&lt;/P&gt;&lt;P&gt;call selection-screen 1000---&amp;gt;it works but when i click the back button the control goes inside the start-of-selection can any one help me with this....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Nov 2008 11:45:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-stop-the-program-flow/m-p/4744720#M1112991</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-08T11:45:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to stop the program flow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-stop-the-program-flow/m-p/4744721#M1112992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try exit or stop&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Nov 2008 12:02:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-stop-the-program-flow/m-p/4744721#M1112992</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-08T12:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to stop the program flow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-stop-the-program-flow/m-p/4744722#M1112993</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;in order to check your paramaters, before it enters into start-of-selection you can work using break-point and then run the program.&lt;/P&gt;&lt;P&gt;to know details of working on break-point you can type break-point and press F1 and you will get details of using it.&lt;/P&gt;&lt;P&gt;may be this can help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Nov 2008 12:04:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-stop-the-program-flow/m-p/4744722#M1112993</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-08T12:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to stop the program flow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-stop-the-program-flow/m-p/4744723#M1112994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to stop the program flow in case one condition is satisfied, you can use &lt;STRONG&gt;STOP&lt;/STRONG&gt; or &lt;STRONG&gt;EXIT&lt;/STRONG&gt; command. Else, if you want to stop the program and debug it just but &lt;STRONG&gt;BREAK&lt;/STRONG&gt; command where ever you want to stop the program. Also, if you want to validate the program selection at the time of entering the selection before the start of selection, you need to add &lt;STRONG&gt;AT SELECTION-SCREEN&lt;/STRONG&gt; event block before the start of selection.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Nov 2008 12:06:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-stop-the-program-flow/m-p/4744723#M1112994</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-08T12:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to stop the program flow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-stop-the-program-flow/m-p/4744724#M1112995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;give error message if parameters does not contain appropriate values  in event at selection-screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Nov 2008 12:52:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-stop-the-program-flow/m-p/4744724#M1112995</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-08T12:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to stop the program flow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-stop-the-program-flow/m-p/4744725#M1112996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vino,&lt;/P&gt;&lt;P&gt;You can use the Exit Satement. This will take you out from the program.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chidanand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Nov 2008 14:11:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-stop-the-program-flow/m-p/4744725#M1112996</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-08T14:11:28Z</dc:date>
    </item>
  </channel>
</rss>

