<?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: the exit system button on function module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/the-exit-system-button-on-function-module/m-p/5282351#M1219081</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Buddy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Go to the flow logic of your module pool...u will find something like 'MODULE STATUS_0100.'... here &lt;/P&gt;&lt;P&gt;'_XXXX' will be your screen no...&lt;/P&gt;&lt;P&gt;double click on that...that will create a new module...u can do this there...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;module STATUS_0100 output.&lt;/P&gt;&lt;P&gt;  SET PF-STATUS space.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; SET TITLEBAR 'xxx'.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endmodule.                 " STATUS_0100  OUTPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want more functionalities then give  a menu name and give some function code to that 'Cancel' button and then program for that in the PAI... but i think since it is in standard tool bar, you find the standard function code and just give that name... that should help..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regds,&lt;/P&gt;&lt;P&gt;Madan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Mar 2009 03:40:27 GMT</pubDate>
    <dc:creator>madan_ullasa</dc:creator>
    <dc:date>2009-03-02T03:40:27Z</dc:date>
    <item>
      <title>the exit system button on function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/the-exit-system-button-on-function-module/m-p/5282347#M1219077</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;  i got a question,when i did a function modules of a dialog(on_line) program,i found the system&lt;/P&gt;&lt;P&gt;exit buttom on the right top window couldnt be trriggered,the result was i coudlnt close the window,&lt;/P&gt;&lt;P&gt;but the same code in report program,it can work,can anyone tell me why and how to corrent my code.&lt;/P&gt;&lt;P&gt;thxs in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2009 02:12:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/the-exit-system-button-on-function-module/m-p/5282347#M1219077</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-02T02:12:59Z</dc:date>
    </item>
    <item>
      <title>Re: the exit system button on function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/the-exit-system-button-on-function-module/m-p/5282348#M1219078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi buddy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; In your PBO you have to do the this ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; SET PF-STATUS space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or, If you want all the functions to be working (Exit, Back, Cancel) then create a new status. double click on it and then give the function codes for it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg... set pf-status 'MENU1'. &lt;/P&gt;&lt;P&gt;you can use the standard function codes for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madan..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2009 02:49:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/the-exit-system-button-on-function-module/m-p/5282348#M1219078</guid>
      <dc:creator>madan_ullasa</dc:creator>
      <dc:date>2009-03-02T02:49:02Z</dc:date>
    </item>
    <item>
      <title>Re: the exit system button on function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/the-exit-system-button-on-function-module/m-p/5282349#M1219079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,Madan&lt;/P&gt;&lt;P&gt;    this question is that the 'X' buttton is show up automaticly by system,in my pbo i wrote the statement ' MODULE %_PF_STATUS.' to monitor ,in report program it works but doesnt in FM.&lt;/P&gt;&lt;P&gt;   i did follow ur words ,but i couldnet find the 'X' button through ' set pf-status  -- ' ,seems this 'X' button &lt;/P&gt;&lt;P&gt;is other kind of system button,i puzzled!&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>Mon, 02 Mar 2009 03:14:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/the-exit-system-button-on-function-module/m-p/5282349#M1219079</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-02T03:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: the exit system button on function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/the-exit-system-button-on-function-module/m-p/5282350#M1219080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when i set the size of the pop-up window like this 'call SCREEN 100 STARTING AT 10 50  ENDING AT 100 100 ' the 'X' button come to appear .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2009 03:34:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/the-exit-system-button-on-function-module/m-p/5282350#M1219080</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-02T03:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: the exit system button on function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/the-exit-system-button-on-function-module/m-p/5282351#M1219081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Buddy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Go to the flow logic of your module pool...u will find something like 'MODULE STATUS_0100.'... here &lt;/P&gt;&lt;P&gt;'_XXXX' will be your screen no...&lt;/P&gt;&lt;P&gt;double click on that...that will create a new module...u can do this there...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;module STATUS_0100 output.&lt;/P&gt;&lt;P&gt;  SET PF-STATUS space.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; SET TITLEBAR 'xxx'.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endmodule.                 " STATUS_0100  OUTPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want more functionalities then give  a menu name and give some function code to that 'Cancel' button and then program for that in the PAI... but i think since it is in standard tool bar, you find the standard function code and just give that name... that should help..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regds,&lt;/P&gt;&lt;P&gt;Madan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2009 03:40:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/the-exit-system-button-on-function-module/m-p/5282351#M1219081</guid>
      <dc:creator>madan_ullasa</dc:creator>
      <dc:date>2009-03-02T03:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: the exit system button on function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/the-exit-system-button-on-function-module/m-p/5282352#M1219082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the problem is solved,that 'X' button namely is the exit system button, so gotta set a function-code to the button.~&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2009 03:53:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/the-exit-system-button-on-function-module/m-p/5282352#M1219082</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-02T03:53:01Z</dc:date>
    </item>
  </channel>
</rss>

