<?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/1957195#M393868</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 PBO of the screen,uncomment module status100 and double click on it.&lt;/P&gt;&lt;P&gt;It will ask you if you want to write the code for the module in the main program or a separate include.&lt;/P&gt;&lt;P&gt;Now,in PF status,&lt;/P&gt;&lt;P&gt;MODULE status_0200 OUTPUT.&lt;/P&gt;&lt;P&gt;  SET PF-STATUS 'GUI2'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Uncomment the SET PF_STATUS line and give a name say GUI2 and double click on the name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will find three tabs in the GUI status:&lt;/P&gt;&lt;P&gt;In the application toolbar,write the function code for the push button you want,say DELETE.Press enter and give the function text,icon name and info text and save and activate the GUI status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now,in the PAI of the screen,uncomment the module user command and write the code:&lt;/P&gt;&lt;P&gt;Case ok_code.&lt;/P&gt;&lt;P&gt;When 'DELETE'.&lt;/P&gt;&lt;P&gt;...logic&lt;/P&gt;&lt;P&gt;Endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(ok_code is defined in the top include as &lt;/P&gt;&lt;P&gt;DATA:ok_code type sy-ucomm.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;http://help.sap.com/saphelp_46c/helpdata/en/d1/801d5d454211d189710000e8322d00/frameset.htm&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Beejal&lt;/P&gt;&lt;P&gt;**Reward if this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Feb 2007 07:55:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-19T07:55:14Z</dc:date>
    <item>
      <title>set PF-STATUS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-pf-status/m-p/1957193#M393866</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;how to put a push button in application toolbar .&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;abaper&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Feb 2007 07:48:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-pf-status/m-p/1957193#M393866</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-19T07:48:41Z</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/1957194#M393867</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;declare a pf-status in your program like this pf-status 's001'. double click on the s001. it wil create a pf-status. in the application toolbar option u can cretae a push button&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the item 1-7 colum enter the name for push button and press enter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Navneeth Bothra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Feb 2007 07:53:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-pf-status/m-p/1957194#M393867</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-19T07:53:29Z</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/1957195#M393868</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 PBO of the screen,uncomment module status100 and double click on it.&lt;/P&gt;&lt;P&gt;It will ask you if you want to write the code for the module in the main program or a separate include.&lt;/P&gt;&lt;P&gt;Now,in PF status,&lt;/P&gt;&lt;P&gt;MODULE status_0200 OUTPUT.&lt;/P&gt;&lt;P&gt;  SET PF-STATUS 'GUI2'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Uncomment the SET PF_STATUS line and give a name say GUI2 and double click on the name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will find three tabs in the GUI status:&lt;/P&gt;&lt;P&gt;In the application toolbar,write the function code for the push button you want,say DELETE.Press enter and give the function text,icon name and info text and save and activate the GUI status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now,in the PAI of the screen,uncomment the module user command and write the code:&lt;/P&gt;&lt;P&gt;Case ok_code.&lt;/P&gt;&lt;P&gt;When 'DELETE'.&lt;/P&gt;&lt;P&gt;...logic&lt;/P&gt;&lt;P&gt;Endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(ok_code is defined in the top include as &lt;/P&gt;&lt;P&gt;DATA:ok_code type sy-ucomm.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;http://help.sap.com/saphelp_46c/helpdata/en/d1/801d5d454211d189710000e8322d00/frameset.htm&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Beejal&lt;/P&gt;&lt;P&gt;**Reward if this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Feb 2007 07:55:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-pf-status/m-p/1957195#M393868</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-19T07:55:14Z</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/1957196#M393869</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;Create a PF-status for the particular program and then u double click on it, then u define the text what u want to display on the button and any icon sort of things,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u need to define a function code for the btton in the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U have to handle that function code in ur program,by comparing the Sy-Ucomm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;SImha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Feb 2007 07:55:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-pf-status/m-p/1957196#M393869</guid>
      <dc:creator>Simha_</dc:creator>
      <dc:date>2007-02-19T07:55:46Z</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/1957197#M393870</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;goto se41...&lt;/P&gt;&lt;P&gt;give ur pgm name and pf-status.&lt;/P&gt;&lt;P&gt; or Double click on the pf-status in the program...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select Application Toolbar...&lt;/P&gt;&lt;P&gt;Give the button name in Items(1-7)...&lt;/P&gt;&lt;P&gt;double click, u will get a popup..enter the Functional type,Function Text,Icon Name,Icon Text etc......&lt;/P&gt;&lt;P&gt;Save &amp;amp; activate...&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;priya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Feb 2007 07:57:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-pf-status/m-p/1957197#M393870</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-19T07:57:20Z</dc:date>
    </item>
  </channel>
</rss>

