<?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: GUI  status in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/gui-status/m-p/5534712#M1264279</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 need to use AT EXIT-COMMAND in PAI. &lt;/P&gt;&lt;P&gt;Also, to use it assign function type u2018Eu2019 to the relevant function in the Menu Painter or Screen Painter.In your case to EXIT / BACK button.&lt;/P&gt;&lt;P&gt;&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;Abhishek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Apr 2009 05:19:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-04-29T05:19:19Z</dc:date>
    <item>
      <title>GUI  status</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gui-status/m-p/5534710#M1264277</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 the GUI status function keys, There are 2 buttons, one for BACK and other for EXIT.I have mandatory fields on the screen , when I press back or exit button without filling the mandatory fields , it says fill in all required entry fields but I want on pressing the exit button it should come out of the program without asking for filling the mandatory fields.Please suggest how can I do it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2009 05:08:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gui-status/m-p/5534710#M1264277</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-29T05:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: GUI  status</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gui-status/m-p/5534711#M1264278</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;Double clcik on the Function code in the menu painet and Give 'E' to the Funtion Key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the Demo program RSDEMO_TABLE_CONTROL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See SET PF-STATUS 'GRUND'. for the function code 'EXIT' in Function Keys&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to write the code in  &lt;STRONG&gt;module exit at exit-command&lt;/STRONG&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2009 05:16:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gui-status/m-p/5534711#M1264278</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-29T05:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: GUI  status</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gui-status/m-p/5534712#M1264279</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 need to use AT EXIT-COMMAND in PAI. &lt;/P&gt;&lt;P&gt;Also, to use it assign function type u2018Eu2019 to the relevant function in the Menu Painter or Screen Painter.In your case to EXIT / BACK button.&lt;/P&gt;&lt;P&gt;&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;Abhishek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2009 05:19:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gui-status/m-p/5534712#M1264279</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-29T05:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: GUI  status</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gui-status/m-p/5534713#M1264280</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;Select the function type as exit command i.e. "E" for both exit and back buttons. Now in flow logic of the screen after the PAI module write,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE  back  AT EXIT-COMMAND.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In F01 write the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE back INPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;case sy-ucomm.&lt;/P&gt;&lt;P&gt;when 'F_BACK'.&lt;/P&gt;&lt;P&gt; call screen 1000.&lt;/P&gt;&lt;P&gt;when 'F_EXIT'.&lt;/P&gt;&lt;P&gt; leave program.&lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or else you can remove the mandatory option for the fields and check them with the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sri...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2009 05:26:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gui-status/m-p/5534713#M1264280</guid>
      <dc:creator>sridhar_meesala</dc:creator>
      <dc:date>2009-04-29T05:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: GUI  status</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gui-status/m-p/5534714#M1264281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) Create the Back/Exit Button with Function type As 'E'(At EXIT-COMMAND) in the PF-Status.&lt;/P&gt;&lt;P&gt;2) Use the Button in PAI as.&lt;/P&gt;&lt;P&gt;  MODULE TEST AT EXIT-COMMAND.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Refer|http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbaa9535c111d1829f0000e829fbfe/content.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gurpreet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2009 05:29:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gui-status/m-p/5534714#M1264281</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-29T05:29:10Z</dc:date>
    </item>
  </channel>
</rss>

