<?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: set pf _status in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-pf-status/m-p/2072883#M429501</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;SET PF-STATUS is used for defining menu in the program and screens...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For that first you need to create the GUI Status for the program in which you are going to use the GUI Status....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GUI Status contains the Menubar , Standard Toolbar &amp;amp; Application Toolbar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create it by this way...&lt;/P&gt;&lt;P&gt;SE80&lt;/P&gt;&lt;P&gt;Create Program&lt;/P&gt;&lt;P&gt;Right Click on Program &lt;/P&gt;&lt;P&gt;Create --&amp;gt; GUS Status...&lt;/P&gt;&lt;P&gt;Give Name of that GUI Status.. ( Further it will be useful in the program )&lt;/P&gt;&lt;P&gt;Now it opens the window where you can design your own menu &amp;amp; toolbar...&lt;/P&gt;&lt;P&gt;Design it...&lt;/P&gt;&lt;P&gt;Now save and activate it..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now come back to your program (ABAP Editor )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write the first statement like below..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET PF-STATUS 'MENU1'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here MENU1 is the name of the GUI status which you created from SE80..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can handle the user command here using&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;case sy-ucomm.&lt;/P&gt;&lt;P&gt;when 'SE11'.&lt;/P&gt;&lt;P&gt;call transaction 'SE11'.&lt;/P&gt;&lt;P&gt;when 'NEXT'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Some logic...&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endcase.&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;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Mar 2007 18:22:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-08T18:22:17Z</dc:date>
    <item>
      <title>set pf _status</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-pf-status/m-p/2072882#M429500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the purpose of set pf_status?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2007 18:20:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-pf-status/m-p/2072882#M429500</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-08T18:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: set pf _status</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-pf-status/m-p/2072883#M429501</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;SET PF-STATUS is used for defining menu in the program and screens...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For that first you need to create the GUI Status for the program in which you are going to use the GUI Status....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GUI Status contains the Menubar , Standard Toolbar &amp;amp; Application Toolbar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create it by this way...&lt;/P&gt;&lt;P&gt;SE80&lt;/P&gt;&lt;P&gt;Create Program&lt;/P&gt;&lt;P&gt;Right Click on Program &lt;/P&gt;&lt;P&gt;Create --&amp;gt; GUS Status...&lt;/P&gt;&lt;P&gt;Give Name of that GUI Status.. ( Further it will be useful in the program )&lt;/P&gt;&lt;P&gt;Now it opens the window where you can design your own menu &amp;amp; toolbar...&lt;/P&gt;&lt;P&gt;Design it...&lt;/P&gt;&lt;P&gt;Now save and activate it..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now come back to your program (ABAP Editor )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write the first statement like below..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET PF-STATUS 'MENU1'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here MENU1 is the name of the GUI status which you created from SE80..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can handle the user command here using&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;case sy-ucomm.&lt;/P&gt;&lt;P&gt;when 'SE11'.&lt;/P&gt;&lt;P&gt;call transaction 'SE11'.&lt;/P&gt;&lt;P&gt;when 'NEXT'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Some logic...&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endcase.&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;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2007 18:22:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-pf-status/m-p/2072883#M429501</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-08T18:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: set pf _status</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-pf-status/m-p/2072884#M429502</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;SET PF-STATUS can be used to define your own menus, application toolbar and function keys..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to SE41..Create a GUI status ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the program give SET PF-STATUS..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In dialog program you have to give in the PBO event..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2007 18:23:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-pf-status/m-p/2072884#M429502</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-08T18:23:35Z</dc:date>
    </item>
  </channel>
</rss>

