<?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: Disabling function buttons on Application Log toolbar in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/disabling-function-buttons-on-application-log-toolbar/m-p/1359568#M178779</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;If you are using a docking container that means you are displaying data using a ALV grid, right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whether you are using a REUSE function or OO ALV control for the grid, there will be a parameter IT_TOOLBAR_EXCLUDING for the function / SET_tABLE_FOR_FIST_DISPLAY method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Append your function codes that you want to hide and pass them to the function / method. That should do the job.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : Please mark the helpful answers and close the thread if the question is answered.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 06 May 2006 01:34:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-05-06T01:34:36Z</dc:date>
    <item>
      <title>Disabling function buttons on Application Log toolbar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disabling-function-buttons-on-application-log-toolbar/m-p/1359565#M178776</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;How could I disable function buttons (for ex. 'Sort') when creating an application log using function module 'BAL_CNTL_CREATE'?  I know I can hide the toolbar by setting the display profile attribute NO_TOOLBAR; however, I would like to display the toolbar but I want some of the function buttons disabled.  Is there any function modules that will disable these function buttons that I can use (related to Application Log), I could not find one?  Any help is greatly appreciated.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 May 2006 15:20:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disabling-function-buttons-on-application-log-toolbar/m-p/1359565#M178776</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-05T15:20:29Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling function buttons on Application Log toolbar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disabling-function-buttons-on-application-log-toolbar/m-p/1359566#M178777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the syntax:&lt;/P&gt;&lt;P&gt;  APPEND 'CHANGE'  TO fcode. &lt;/P&gt;&lt;P&gt;  APPEND 'SAVE' TO fcode. &lt;/P&gt;&lt;P&gt;  SET PF-STATUS 'STATUS_0100' EXCLUDING fcode. &lt;/P&gt;&lt;P&gt;This would disable the buttons associated to SAVing and changing.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 May 2006 15:25:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disabling-function-buttons-on-application-log-toolbar/m-p/1359566#M178777</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-05T15:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling function buttons on Application Log toolbar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disabling-function-buttons-on-application-log-toolbar/m-p/1359567#M178778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Ravi.  I understand your reply will work if I was using PBO, PAI controls when painting a screen.  However, I am interested to disable the function buttons on the application log toolbar rather than the function buttons on my main screen.  In addition, my application log is displayed within a docking-container and it cannot be modified as you suggested.  Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 May 2006 18:49:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disabling-function-buttons-on-application-log-toolbar/m-p/1359567#M178778</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-05T18:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling function buttons on Application Log toolbar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disabling-function-buttons-on-application-log-toolbar/m-p/1359568#M178779</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;If you are using a docking container that means you are displaying data using a ALV grid, right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whether you are using a REUSE function or OO ALV control for the grid, there will be a parameter IT_TOOLBAR_EXCLUDING for the function / SET_tABLE_FOR_FIST_DISPLAY method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Append your function codes that you want to hide and pass them to the function / method. That should do the job.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : Please mark the helpful answers and close the thread if the question is answered.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 May 2006 01:34:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disabling-function-buttons-on-application-log-toolbar/m-p/1359568#M178779</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-06T01:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling function buttons on Application Log toolbar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disabling-function-buttons-on-application-log-toolbar/m-p/1359569#M178780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply again.  However, your suggestions is when displaying data using ALV grid; my question is related to displaying messages using Application Log. Just like SET_TABLE_FOR_FIRST_DISPLAY method, I am looking for (if there is one) a function module where I could use a parameter to exclude function buttons.  I am using function module 'BAL_CNTL_CREATE' when creating my Application Log but the module does not have a parameter to exclude function buttons.   Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2006 14:23:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disabling-function-buttons-on-application-log-toolbar/m-p/1359569#M178780</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-09T14:23:48Z</dc:date>
    </item>
  </channel>
</rss>

