<?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: Hide buttons from application toolbar in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-buttons-from-application-toolbar/m-p/4790150#M1121969</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 go to your defined PF-Status for your screen and then you can change the standard function code which is already assigned to the button and then you can use this function code to your own defined button ..&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>Thu, 20 Nov 2008 06:46:08 GMT</pubDate>
    <dc:creator>Simha_</dc:creator>
    <dc:date>2008-11-20T06:46:08Z</dc:date>
    <item>
      <title>Hide buttons from application toolbar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-buttons-from-application-toolbar/m-p/4790145#M1121964</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;I want to hide buttons from application toolbar, I have done it by using :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DATA: i_toolbar_exclude100  TYPE ui_functions WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  APPEND 'F1' TO i_toolbar_exclude100.&lt;/P&gt;&lt;P&gt;  APPEND 'F2' TO i_toolbar_exclude100.&lt;/P&gt;&lt;P&gt;  APPEND 'F3'  TO i_toolbar_exclude100.&lt;/P&gt;&lt;P&gt;  SET PF-STATUS 'PF_100' EXCLUDING i_toolbar_exclude100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in this case, the function code will also not available. I need that function code for further processing.&lt;/P&gt;&lt;P&gt;(Eg. F1 for further processing)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suggest how it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sanket sethi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2008 13:52:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-buttons-from-application-toolbar/m-p/4790145#M1121964</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-19T13:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: Hide buttons from application toolbar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-buttons-from-application-toolbar/m-p/4790146#M1121965</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;Can you specify your requirement in detail.&lt;/P&gt;&lt;P&gt;As you will be hiding the button, how can you use the function code with out using the button.&lt;/P&gt;&lt;P&gt;I mean what is the use of the function code as you won't be using any button as such..&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>Wed, 19 Nov 2008 14:06:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-buttons-from-application-toolbar/m-p/4790146#M1121965</guid>
      <dc:creator>Simha_</dc:creator>
      <dc:date>2008-11-19T14:06:31Z</dc:date>
    </item>
    <item>
      <title>Re: Hide buttons from application toolbar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-buttons-from-application-toolbar/m-p/4790147#M1121966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually I want to use standard function keys(eg. F1, F3) as custom, by which i will proceed my code on these function keys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to do so.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2008 14:54:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-buttons-from-application-toolbar/m-p/4790147#M1121966</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-19T14:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: Hide buttons from application toolbar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-buttons-from-application-toolbar/m-p/4790148#M1121967</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 do this by assigning your custom Function Codes to the Standard Function Keys,&lt;/P&gt;&lt;P&gt; In the Program:&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;go to the Screen&lt;/STRONG&gt; you want to customize the Standard keys Funct Code----&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Go to status of that screen&lt;/STRONG&gt; &lt;DEL&gt;-&amp;gt;&lt;STRONG&gt;go to Utilities&lt;/STRONG&gt;&lt;/DEL&gt;--&lt;DEL&gt;&amp;gt;&lt;STRONG&gt;F key consistency&lt;/STRONG&gt;&lt;/DEL&gt;&amp;gt;here you will get all the standard Funct Keys and here you can attach your Customised Funct Code.&lt;/P&gt;&lt;P&gt;you will find something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Function keys for screens and lists&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Function Key                   Function Code        Icon Function Text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Neha Shukla on Nov 20, 2008 7:40 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Neha Shukla on Nov 20, 2008 7:40 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Neha Shukla on Nov 20, 2008 7:52 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2008 06:39:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-buttons-from-application-toolbar/m-p/4790148#M1121967</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-20T06:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: Hide buttons from application toolbar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-buttons-from-application-toolbar/m-p/4790149#M1121968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I hope the function codes F1 AND F3 are reserved ones.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;moreover once you deactivate the function code how can we use them again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;may be i need more clarification on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ramchander Rao.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2008 06:44:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-buttons-from-application-toolbar/m-p/4790149#M1121968</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-20T06:44:17Z</dc:date>
    </item>
    <item>
      <title>Re: Hide buttons from application toolbar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-buttons-from-application-toolbar/m-p/4790150#M1121969</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 go to your defined PF-Status for your screen and then you can change the standard function code which is already assigned to the button and then you can use this function code to your own defined button ..&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>Thu, 20 Nov 2008 06:46:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-buttons-from-application-toolbar/m-p/4790150#M1121969</guid>
      <dc:creator>Simha_</dc:creator>
      <dc:date>2008-11-20T06:46:08Z</dc:date>
    </item>
  </channel>
</rss>

