<?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 How to Remove Generic function in SALV? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-remove-generic-function-in-salv/m-p/2805967#M655717</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 we can remove a generic ALV function from CL_SALV_FUNCTION_TREE?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example i need to remove FIND or EXPAND button from SALV TREE. and this ALV called inside a docking container.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I  tried with REMOVE_FUNCTION then it is giving dump 'CX_SALV_WRONG_CALL' was raised. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions to remove or hide will be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;+&lt;U&gt;&lt;BR /&gt;Note: Please don't suggest to use&lt;/U&gt;&lt;/P&gt;&lt;P&gt;+&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  g_tree-&amp;gt;set_screen_status(
    pfstatus      =  'TREE'   " Custom PF status
    report        =  v_repid
    set_functions =  gr_tree-&amp;gt;c_functions_default ).
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Sep 2007 19:02:10 GMT</pubDate>
    <dc:creator>former_member194669</dc:creator>
    <dc:date>2007-09-10T19:02:10Z</dc:date>
    <item>
      <title>How to Remove Generic function in SALV?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-remove-generic-function-in-salv/m-p/2805967#M655717</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 we can remove a generic ALV function from CL_SALV_FUNCTION_TREE?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example i need to remove FIND or EXPAND button from SALV TREE. and this ALV called inside a docking container.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I  tried with REMOVE_FUNCTION then it is giving dump 'CX_SALV_WRONG_CALL' was raised. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions to remove or hide will be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;+&lt;U&gt;&lt;BR /&gt;Note: Please don't suggest to use&lt;/U&gt;&lt;/P&gt;&lt;P&gt;+&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  g_tree-&amp;gt;set_screen_status(
    pfstatus      =  'TREE'   " Custom PF status
    report        =  v_repid
    set_functions =  gr_tree-&amp;gt;c_functions_default ).
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2007 19:02:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-remove-generic-function-in-salv/m-p/2805967#M655717</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2007-09-10T19:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to Remove Generic function in SALV?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-remove-generic-function-in-salv/m-p/2805968#M655718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yea, it appears that it really doesn't want you removing buttons with the tree object.   You will not be able to use that method for this.  Of course, your work around could be exactly what you mentioned before with defining your own gui status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2007 19:34:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-remove-generic-function-in-salv/m-p/2805968#M655718</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-09-10T19:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to Remove Generic function in SALV?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-remove-generic-function-in-salv/m-p/2805969#M655719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I find work around function working well , only thing bothered is Buttons appeared in PF-status toolbar instead of buttons inside the container.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2007 19:47:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-remove-generic-function-in-salv/m-p/2805969#M655719</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2007-09-10T19:47:38Z</dc:date>
    </item>
  </channel>
</rss>

