<?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: enable or disable function key on application toolbar in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/enable-or-disable-function-key-on-application-toolbar/m-p/11785033#M1953013</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go back to PM01, some parameters are to be changed to allow those functions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cordialement,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Jul 2016 11:26:28 GMT</pubDate>
    <dc:creator>RaymondGiuseppi</dc:creator>
    <dc:date>2016-07-19T11:26:28Z</dc:date>
    <item>
      <title>enable or disable function key on application toolbar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enable-or-disable-function-key-on-application-toolbar/m-p/11785029#M1953009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi panel, wish this message finds you in good health,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expert, there are some links which I have searched about&amp;nbsp; this issue:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-thread-small" data-containerid="2024" data-containertype="14" data-objectid="1480331" data-objecttype="1" href="http://scn.sap.com/thread/1480331"&gt;http://scn.sap.com/thread/1480331&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://soundofabap.blogspot.com/2015/01/enable-or-disable-hide-function-keys-on_17.html"&gt;http://soundofabap.blogspot.com/2015/01/enable-or-disable-hide-function-keys-on_17.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-message-small" data-containerid="2015" data-containertype="14" data-objectid="1179580" data-objecttype="2" href="http://scn.sap.com/message/1179580#1179580"&gt;http://scn.sap.com/message/1179580#1179580&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://scn.sap.com/thread/1071303"&gt;https://scn.sap.com/thread/1071303&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but the problem is not yet solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an interface INS or GUI status, in MP900200 standard program, where icons- EPRV (ICON_PREVIOUS_OBJECT) and ENXT (ICON_NEXT_OBJECT)&amp;nbsp; are created visible but disabled, I would like to see them visible and enable, as well as to add some code below them. All of icons are Display all value in&amp;nbsp; Displaying Inactive Function option. I'm using this GUI status in Z transaction.&lt;/P&gt;&lt;P&gt;could you tell me how can I do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regars&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2016 07:57:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enable-or-disable-function-key-on-application-toolbar/m-p/11785029#M1953009</guid>
      <dc:creator>former_member397321</dc:creator>
      <dc:date>2016-07-18T07:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: enable or disable function key on application toolbar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enable-or-disable-function-key-on-application-toolbar/m-p/11785030#M1953010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess you want to do a modification of the standard. If you're sure of what you're doing, okay.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are three ways to disable a function code:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;either at runtime via &lt;A href="http://help.sap.com/abapdocu_702/en/?url=ABAPSET_PF-STATUS.htm"&gt;SET PF-STATUS ... EXCLUDING itab&lt;/A&gt; (where the function code is passed via the itab internal table), &lt;/LI&gt;&lt;LI&gt;or statically in the GUI status by setting the cursor at the function code and pressing the button "[activate/deactivate] function code" in the toolbar (moreover there is a green/yellow/red icon at the right of the "application toolbar" text, which allows displaying the inactive buttons), &lt;/LI&gt;&lt;LI&gt;or statically via screen variant.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To enable it, just do the reverse operation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2016 09:27:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enable-or-disable-function-key-on-application-toolbar/m-p/11785030#M1953010</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2016-07-18T09:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: enable or disable function key on application toolbar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enable-or-disable-function-key-on-application-toolbar/m-p/11785031#M1953011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perform some debug, start with form DYNAMIC_PFSTATUS of include FP50MF20 (SAPFP50M).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2016 09:40:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enable-or-disable-function-key-on-application-toolbar/m-p/11785031#M1953011</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2016-07-18T09:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: enable or disable function key on application toolbar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enable-or-disable-function-key-on-application-toolbar/m-p/11785032#M1953012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you panel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes&amp;nbsp; Raymond I have just find the line where that icon are "excluded":&lt;/P&gt;&lt;P&gt;Include &lt;SPAN style="color: #333333; font-size: 12px;"&gt;FP50MF20 , form SET_PFSTATUS, below is the code:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;FORM &lt;/SPAN&gt;SET_PFSTATUS &lt;SPAN class="L0S52"&gt;USING &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;VALUE&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;(&lt;/SPAN&gt;PF_STATUS&lt;SPAN class="L0S55"&gt;) &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;LIKE &lt;/SPAN&gt;SY&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;PFKEY&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;SET &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;PF-STATUS &lt;/SPAN&gt;PF_STATUS &lt;SPAN class="L0S52"&gt;EXCLUDING &lt;/SPAN&gt;&lt;STRONG&gt;FUNEXCL&lt;/STRONG&gt;&lt;SPAN class="L0S55"&gt;&lt;STRONG&gt;.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;ENDFORM&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;and the icons,EPRV and ENXT which I would like to enable are in the itab &lt;STRONG&gt;FUNEXCL &lt;/STRONG&gt;referenced in SET PF-STATUS......since it is a standard code, what should I do....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;kind regards.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;elina&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2016 09:54:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enable-or-disable-function-key-on-application-toolbar/m-p/11785032#M1953012</guid>
      <dc:creator>former_member397321</dc:creator>
      <dc:date>2016-07-19T09:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: enable or disable function key on application toolbar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enable-or-disable-function-key-on-application-toolbar/m-p/11785033#M1953013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go back to PM01, some parameters are to be changed to allow those functions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cordialement,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2016 11:26:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enable-or-disable-function-key-on-application-toolbar/m-p/11785033#M1953013</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2016-07-19T11:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: enable or disable function key on application toolbar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enable-or-disable-function-key-on-application-toolbar/m-p/11785034#M1953014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi panel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you Raymond&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will go forward by your suggestion, I wish this solution won't cause an error in many HR transactions where these infotypes are used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;( Cordialmente in PT)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 06:40:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enable-or-disable-function-key-on-application-toolbar/m-p/11785034#M1953014</guid>
      <dc:creator>former_member397321</dc:creator>
      <dc:date>2016-07-21T06:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: enable or disable function key on application toolbar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enable-or-disable-function-key-on-application-toolbar/m-p/11785035#M1953015</link>
      <description>&lt;P&gt;I have solved like this.&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF funexcl OCCURS 2,&lt;/P&gt;&lt;P&gt;          funkt LIKE sy-ucomm,&lt;/P&gt;&lt;P&gt;END OF funexcl.&lt;/P&gt;&lt;P&gt;funexcl-funkt = 'SAMD'. " name of functions key which are wanted to disbale .&lt;/P&gt;&lt;P&gt;APPEND funexcl.&lt;/P&gt;&lt;P&gt;SET PF-STATUS '0100' EXCLUDING funexcl.&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;</description>
      <pubDate>Wed, 23 Dec 2020 04:54:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enable-or-disable-function-key-on-application-toolbar/m-p/11785035#M1953015</guid>
      <dc:creator>roton_hossain</dc:creator>
      <dc:date>2020-12-23T04:54:46Z</dc:date>
    </item>
  </channel>
</rss>

