<?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/3814430#M917464</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hii,&lt;/P&gt;&lt;P&gt;  thanks all. will u give me some informatn regarding it.&lt;/P&gt;&lt;P&gt;have to declare buttons in an internal table.&lt;/P&gt;&lt;P&gt;TYPES : BEGIN OF lT_PF,&lt;/P&gt;&lt;P&gt;       l_mail type mail recipient,&lt;/P&gt;&lt;P&gt;       l_abc  type abc analysis,&lt;/P&gt;&lt;P&gt;       l_graph type graphic,&lt;/P&gt;&lt;P&gt; END of lt_pf.&lt;/P&gt;&lt;P&gt; DATA : it_status type table of lt_pf.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but it's not acceptg.&lt;/P&gt;&lt;P&gt;how to declare buttons in an internal table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 May 2008 08:29:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-21T08:29:03Z</dc:date>
    <item>
      <title>SET PF-STATUS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-pf-status/m-p/3814426#M917460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hii all,&lt;/P&gt;&lt;P&gt;   i had a requirement to  hide some buttons in application tool bar , in the output screen. plz give me some sollution, its urgent.&lt;/P&gt;&lt;P&gt;points will be rewarded.&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2008 08:16:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-pf-status/m-p/3814426#M917460</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-21T08:16:36Z</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/3814427#M917461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use the excluding tab statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2008 08:18:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-pf-status/m-p/3814427#M917461</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2008-05-21T08:18:47Z</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/3814428#M917462</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;U can use &lt;/P&gt;&lt;P&gt;ur PF-status to enable those buttons which u want.&lt;/P&gt;&lt;P&gt;use the excluding tab statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DATA: FUNCTION(10) TYPE C VALUE '&amp;lt;FCT CODE U WANT TO REMOVE&amp;gt;'.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SET PF-STATUS 'STATUS' EXCLUDING FUNCTION&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The addition EXCLUDING can be used to deactivate functions of the set GUI status. An inactive function cannot be selected in the user interface. For fcode, either a character-type data object or an internal table with a flat character-type data type can be specified. The functions, whose function codes are contained in the field or in the rows of the internal table, are deactivated. Only one function code can be specified for each row of the table. The codes are not case-sensitive. Function codes specified in fcode, for which there is no function in the GUI status, are ignored. &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;&lt;/P&gt;&lt;P&gt;Jagadish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2008 08:19:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-pf-status/m-p/3814428#M917462</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-21T08:19:32Z</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/3814429#M917463</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;&lt;/P&gt;&lt;P&gt; Use EXCLUDING statement in the below mentioned fashion. FTABEXL is the internal table with function codes of the buttons that you want to exclude &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
 SET PF-STATUS XSTATUS EXCLUDING FTABEXL. &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2008 08:20:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-pf-status/m-p/3814429#M917463</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-21T08:20:38Z</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/3814430#M917464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hii,&lt;/P&gt;&lt;P&gt;  thanks all. will u give me some informatn regarding it.&lt;/P&gt;&lt;P&gt;have to declare buttons in an internal table.&lt;/P&gt;&lt;P&gt;TYPES : BEGIN OF lT_PF,&lt;/P&gt;&lt;P&gt;       l_mail type mail recipient,&lt;/P&gt;&lt;P&gt;       l_abc  type abc analysis,&lt;/P&gt;&lt;P&gt;       l_graph type graphic,&lt;/P&gt;&lt;P&gt; END of lt_pf.&lt;/P&gt;&lt;P&gt; DATA : it_status type table of lt_pf.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but it's not acceptg.&lt;/P&gt;&lt;P&gt;how to declare buttons in an internal table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2008 08:29:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-pf-status/m-p/3814430#M917464</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-21T08:29:03Z</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/3814431#M917465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;'FCT CODE U WANT TO REMOVE'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is this .from where i can i refer. plz help me out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2008 09:49:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-pf-status/m-p/3814431#M917465</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-21T09:49:21Z</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/3814432#M917466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the F1 help button . There u will get the example how to exclude the buttons &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set pf-status excluding int .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2008 09:52:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-pf-status/m-p/3814432#M917466</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-21T09:52:36Z</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/3814433#M917467</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;In maintain status window where you can see your buttons, navigate from "GOTO"-&amp;gt; Attributes -&amp;gt; Pushbutton assignment.( do this in change mode )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there n the popup for Application toolbar attributes, pls select the " Display All " radio button. With this you would be able to gray out your buttons using SET PF status. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls note : you may do only one of either gray out or hide using this technique.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set Pf-STATUS 'NAME' excluding F/Itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;types : begin of ty_data,&lt;/P&gt;&lt;P&gt;         func(10) type c,&lt;/P&gt;&lt;P&gt;        end of ty_data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : it_func type standard table of ty_data,&lt;/P&gt;&lt;P&gt;       wa_func type ty_data..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wa_func-func = 'SAVE'.&lt;/P&gt;&lt;P&gt;append wa_func to it_func.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wa_func-func = 'BACK'.&lt;/P&gt;&lt;P&gt;append wa_func to it_func.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SET PF-STATUS 'ZTEST' EXCLUDING it_func.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;***so by this u can deactivtae 'SAVE and 'BACK '  using **internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Darshana Dange on Jun 4, 2008 2:07 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Darshana Dange on Jun 4, 2008 2:09 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2008 11:54:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-pf-status/m-p/3814433#M917467</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-04T11:54:21Z</dc:date>
    </item>
  </channel>
</rss>

