<?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 pf status. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/pf-status/m-p/4391008#M1044154</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;what is diff between SET PF-STATUS AND GET PF-STATUS?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;send me sample pgm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;s.suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Aug 2008 10:31:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-27T10:31:07Z</dc:date>
    <item>
      <title>pf status.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pf-status/m-p/4391008#M1044154</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;what is diff between SET PF-STATUS AND GET PF-STATUS?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;send me sample pgm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;s.suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2008 10:31:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pf-status/m-p/4391008#M1044154</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-27T10:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: pf status.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pf-status/m-p/4391009#M1044155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;one sets it and the other retrieves it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just write these statements in abap editor and press F1 on them...you will read about the difference&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Priyank Jain on Aug 27, 2008 6:33 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2008 10:32:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pf-status/m-p/4391009#M1044155</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-27T10:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: pf status.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pf-status/m-p/4391010#M1044156</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 can refer to the link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapfans.com/sapfans/alex.htm" target="test_blank"&gt;http://www.sapfans.com/sapfans/alex.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sumit Agarwal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2008 10:41:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pf-status/m-p/4391010#M1044156</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-27T10:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: pf status.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pf-status/m-p/4391011#M1044157</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;PRE&gt;&lt;CODE&gt;Difff between SET PF-STATUS AND GET PF-STATUS?&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET PF-STATUS :&lt;/P&gt;&lt;P&gt;  This statement is used to set your own GUI status to the report or the program that you develop and PF status is developed in the transaction code SE41&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GET PF-STATUS&lt;/P&gt;&lt;P&gt;using GET PF-STATUS allows you to determine the name of the program to which the status belongs, and also its inactive functions - not just the name of the status itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the system field where you can know the name of your PF status is SY-PFKEY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for more information &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Check this|http://www.geocities.com/rmtiwari/main.html?http://www.geocities.com/rmtiwari/Resources/Utilities/ABAPReference/ABAPGET_PF.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2008 10:46:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pf-status/m-p/4391011#M1044157</guid>
      <dc:creator>bpawanchand</dc:creator>
      <dc:date>2008-08-27T10:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: pf status.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pf-status/m-p/4391012#M1044158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;there is noting as get Pf status&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;kushagra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2008 10:47:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pf-status/m-p/4391012#M1044158</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-27T10:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: pf status.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pf-status/m-p/4391013#M1044159</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.&lt;/P&gt;&lt;P&gt;Sets a GUI (Graphical User Interface) status pfstat which can be up to 20 characters long. There are many of these statuses in the GUI of a program. Each one describes which functions are available and how you can select these via menus and menu bars or by pressing function keys or pushbuttons. For further information please do F1 on SET PF-STATUS.&lt;/P&gt;&lt;P&gt;Setting a status makes the functions contained therein selectable. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GET PF-STATUS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Returns the name of the current status to field pfstat. &lt;/P&gt;&lt;P&gt;Using GET PF-STATUS allows you to determine the name of the program to which the status belongs, and also its inactive functions - not just the name of the status itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;Amit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please do F1 help on these two if you still have doubts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2008 11:01:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pf-status/m-p/4391013#M1044159</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-27T11:01:14Z</dc:date>
    </item>
  </channel>
</rss>

