<?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: Error while BACK or EXIT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-back-or-exit/m-p/3021301#M714299</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Assign the Function type of the push buttons as 'E' then the system bypasses the validations and calls a special module in the screen flow logic, check the link and analyse the example program provided.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/9f/dbaa9535c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/9f/dbaa9535c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Nov 2007 10:07:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-02T10:07:08Z</dc:date>
    <item>
      <title>Error while BACK or EXIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-back-or-exit/m-p/3021298#M714296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have made Dialog Program there is one Table control in it&lt;/P&gt;&lt;P&gt;i have put some validation in Loop at chain in PAI if user enters wrong value system displays error message. this is working fine&lt;/P&gt;&lt;P&gt;my requirement is that if user enters wrong value then the system shud also allow to go back or EXIT the application.&lt;/P&gt;&lt;P&gt;how to avoid the validation if user press BACK or EXIT button.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2007 09:54:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-back-or-exit/m-p/3021298#M714296</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-02T09:54:40Z</dc:date>
    </item>
    <item>
      <title>Re: Error while BACK or EXIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-back-or-exit/m-p/3021299#M714297</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;    After message statement use leave scrren or call screen "screen number".&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;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2007 09:56:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-back-or-exit/m-p/3021299#M714297</guid>
      <dc:creator>former_member386202</dc:creator>
      <dc:date>2007-11-02T09:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: Error while BACK or EXIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-back-or-exit/m-p/3021300#M714298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if u want to exit before any validation&lt;/P&gt;&lt;P&gt;in the PAI,add the module exit at exit-commandat the first line in Process after input and write the logic for exit &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this screen,U are using a back button i.e., GUI status for BACK,and this is of EXIT type(E).&lt;/P&gt;&lt;P&gt;and U have made a field on the screen as mandatory (using attributes in screen painter).&lt;/P&gt;&lt;P&gt;Now,when u try to go out of this screen using the back button.U will get an error message(Fill in all required fields)&lt;/P&gt;&lt;P&gt;Now,our module ON EXIT COMMAND comes into play.&lt;/P&gt;&lt;P&gt;If this module is prsent in our code.It overtakes control from the mandatory filed and allows U to move out of screen using the BACK button(coz it is of EXIT type)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reema&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2007 09:57:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-back-or-exit/m-p/3021300#M714298</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-02T09:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: Error while BACK or EXIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-back-or-exit/m-p/3021301#M714299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Assign the Function type of the push buttons as 'E' then the system bypasses the validations and calls a special module in the screen flow logic, check the link and analyse the example program provided.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/9f/dbaa9535c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/9f/dbaa9535c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2007 10:07:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-back-or-exit/m-p/3021301#M714299</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-02T10:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: Error while BACK or EXIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-back-or-exit/m-p/3021302#M714300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;in your pf-stus dont forget to activate back button&lt;/P&gt;&lt;P&gt;here i mentioned for exit and cancel as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your PAI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;module USER_COMMAND_1000 input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CASE OK_CODE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHEN 'BACK' OR '%EX' OR 'RW'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LEAVE TO SCREEN 0.&lt;/P&gt;&lt;P&gt;ENDCASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endmodule. " USER_COMMAND_1000 INPUT&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;Harini.S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2007 10:11:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-back-or-exit/m-p/3021302#M714300</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-02T10:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: Error while BACK or EXIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-back-or-exit/m-p/3021303#M714301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;After user enters the value and the presses some button the system go to PAI module. In PAI module check whether user has pressed any button on screen.&lt;/P&gt;&lt;P&gt;Pleace your button press logic before the validation.&lt;/P&gt;&lt;P&gt;If BACK or EXIT button is pressed you cal use CALL SCREEN XXXX.&lt;/P&gt;&lt;P&gt;You can call same or any other screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Deserve Reward.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gaurav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2007 10:12:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-back-or-exit/m-p/3021303#M714301</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-02T10:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: Error while BACK or EXIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-back-or-exit/m-p/3021304#M714302</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;I solved the same problem here:&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="606655"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls award points if deserving.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2007 10:24:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-back-or-exit/m-p/3021304#M714302</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-02T10:24:00Z</dc:date>
    </item>
  </channel>
</rss>

