<?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: STATUS GUI in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/status-gui/m-p/6227446#M1380068</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
CASE sy-ucomm.
when '&amp;amp;BACK'.
  LEAVE TO SCREEN 0. "takes you back to the selection screen
when '&amp;amp;EXIT'.
  LEAVE PROGRAM. "takes you back to SAP menu
endcase.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Oct 2009 14:00:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-10-06T14:00:41Z</dc:date>
    <item>
      <title>STATUS GUI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/status-gui/m-p/6227445#M1380067</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 would like to know, how to setup the icons EXIT and BACK from the Standard tollbar. &lt;/P&gt;&lt;P&gt;I created a new Status GUI, with that, the standard tollbar is disabled, my code works, but when I clic on BACK or EXIT nothing happens, I wrote this:&lt;/P&gt;&lt;P&gt;at user-command.&lt;/P&gt;&lt;P&gt;CASE sy-ucomm.&lt;/P&gt;&lt;P&gt;when '&amp;amp;BACK'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when '&amp;amp;EXIT'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I don't know what I should write there, I wrote EXIT, but is not working. It's a simple program, no dynpros, it's a simple report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, is there any way writing a code, and after pressing a button to show the :&lt;/P&gt;&lt;P&gt;1. Name of the button. and&lt;/P&gt;&lt;P&gt;2. The function asociated to this button  ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll appreciate any help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gaby&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2009 13:57:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/status-gui/m-p/6227445#M1380067</guid>
      <dc:creator>former_member204025</dc:creator>
      <dc:date>2009-10-06T13:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: STATUS GUI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/status-gui/m-p/6227446#M1380068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
CASE sy-ucomm.
when '&amp;amp;BACK'.
  LEAVE TO SCREEN 0. "takes you back to the selection screen
when '&amp;amp;EXIT'.
  LEAVE PROGRAM. "takes you back to SAP menu
endcase.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2009 14:00:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/status-gui/m-p/6227446#M1380068</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-06T14:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: STATUS GUI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/status-gui/m-p/6227447#M1380069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you set the function type to exit-command for that buttons ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;link:[http://www.sapdev.co.uk/dialog/exit_command.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Keshu Thekkillam on Oct 6, 2009 7:32 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2009 14:01:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/status-gui/m-p/6227447#M1380069</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2009-10-06T14:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: STATUS GUI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/status-gui/m-p/6227448#M1380070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help! It worked when I wrote LEAVE TO SCREEN 0.&lt;/P&gt;&lt;P&gt;What happen if I want to back to the previous page? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gaby&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2009 14:14:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/status-gui/m-p/6227448#M1380070</guid>
      <dc:creator>former_member204025</dc:creator>
      <dc:date>2009-10-06T14:14:59Z</dc:date>
    </item>
  </channel>
</rss>

