<?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 Reg control flow in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-control-flow/m-p/3467707#M833504</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an message statement of type error,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After the message statement I have another executable statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to change the control flow from after displaying the error message to that executable statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thnks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: jean liker on Mar 12, 2008 6:27 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Mar 2008 16:12:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-10T16:12:13Z</dc:date>
    <item>
      <title>Reg control flow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-control-flow/m-p/3467707#M833504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an message statement of type error,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After the message statement I have another executable statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to change the control flow from after displaying the error message to that executable statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thnks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: jean liker on Mar 12, 2008 6:27 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2008 16:12:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-control-flow/m-p/3467707#M833504</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-10T16:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: Reg control flow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-control-flow/m-p/3467708#M833505</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 cannot execute anything after displaying error message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you explain your requirement, so that I can guide you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2008 05:32:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-control-flow/m-p/3467708#M833505</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-12T05:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: Reg control flow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-control-flow/m-p/3467709#M833506</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;suppose you have on selection screen .&lt;/P&gt;&lt;P&gt;in that you had given some range enter in between these range.&lt;/P&gt;&lt;P&gt;if user enters any other value it will show error message "please enter a valid value" like that&lt;/P&gt;&lt;P&gt;means we have some other executable statements after selection screen display.&lt;/P&gt;&lt;P&gt;if the selection is processing correct then only the control will execute next statement.&lt;/P&gt;&lt;P&gt;otherwise the control will not  enter into the next statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;swami.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2008 05:37:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-control-flow/m-p/3467709#M833506</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-12T05:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: Reg control flow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-control-flow/m-p/3467710#M833507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if sy-subrc NE 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;message 'You Dont have authorization' type 'E'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// logout user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call 'SYST_LOGOFF'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so after displaying the error message, i want to logoout the user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: jean liker on Mar 12, 2008 6:57 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2008 05:56:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-control-flow/m-p/3467710#M833507</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-12T05:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: Reg control flow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-control-flow/m-p/3467711#M833508</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;suppose you have on selection screen .&lt;/P&gt;&lt;P&gt;in that you had given some range enter in between these range.&lt;/P&gt;&lt;P&gt;if user enters any other value it will show error message "please enter a valid value" like that&lt;/P&gt;&lt;P&gt;means we have some other executable statements after selection screen display.&lt;/P&gt;&lt;P&gt;if the selection is processing correct then only the control will execute next statement.&lt;/P&gt;&lt;P&gt;otherwise the control will not  enter into the next statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;swami.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2008 06:05:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-control-flow/m-p/3467711#M833508</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-12T06:05:35Z</dc:date>
    </item>
  </channel>
</rss>

