<?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: regarding ALV grid hide column in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-alv-grid-hide-column/m-p/1378957#M185309</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when building your field catalog you must set NO_OUT.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&lt;/P&gt;&lt;P&gt;wa_fieldcat-no_out = 'X'.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Jun 2006 04:18:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-29T04:18:14Z</dc:date>
    <item>
      <title>regarding ALV grid hide column</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-alv-grid-hide-column/m-p/1378954#M185306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey guys,&lt;/P&gt;&lt;P&gt;i have two questions on ALV grid. I am working on ERP2004.&lt;/P&gt;&lt;P&gt;1.How to make multiple selection in Alv grid.&lt;/P&gt;&lt;P&gt;  i tried doing TW_LAYOUT-EDIT_MODE = 'A'.&lt;/P&gt;&lt;P&gt;  and TW_LAYOUT-EDIT = 'X'.&lt;/P&gt;&lt;P&gt;  but i could not find changes in screen.&lt;/P&gt;&lt;P&gt;  Even i look for TW_LAYOUT-SEL_MODE = 'A'.&lt;/P&gt;&lt;P&gt;  it says SEL_MODE is not available..&lt;/P&gt;&lt;P&gt;2.How to hide the field/Column in ALV grid.&lt;/P&gt;&lt;P&gt;  Can we hide the field or column in alvgrid using&lt;/P&gt;&lt;P&gt;  default Filter button in ALVgrid. or How to do this inside&lt;/P&gt;&lt;P&gt;  the program. Please. explain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;ambichan,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2006 00:56:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-alv-grid-hide-column/m-p/1378954#M185306</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-29T00:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: regarding ALV grid hide column</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-alv-grid-hide-column/m-p/1378955#M185307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First, If you are using the class CL_GUI_ALV_GRID, I believe that multiple section, you need to set to "D".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;  layout-sel_mode = 'D'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also if you want to hide columns, when building your field catalog you must set NO_OUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;wa_fieldcat-no_out = 'X'.&lt;/CODE&gt;&lt;/PRE&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>Thu, 29 Jun 2006 01:06:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-alv-grid-hide-column/m-p/1378955#M185307</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-06-29T01:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: regarding ALV grid hide column</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-alv-grid-hide-column/m-p/1378956#M185308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Filter is to filter the rows specific to a condition and not the columns.&lt;/P&gt;&lt;P&gt;For columns, like Rich has given, you will have to use NO_OUT = 'X'. However, you need to be aware of the fact that when the user tries to change the layout, he can see all the fields including those you have hidden. For this the work around could be remove the authorization to change the layout, which can be done using the parameter I_SAVE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the layout issue, I guess Rich has already given the answer.&lt;/P&gt;&lt;P&gt;&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>Thu, 29 Jun 2006 01:13:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-alv-grid-hide-column/m-p/1378956#M185308</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-29T01:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: regarding ALV grid hide column</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-alv-grid-hide-column/m-p/1378957#M185309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when building your field catalog you must set NO_OUT.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&lt;/P&gt;&lt;P&gt;wa_fieldcat-no_out = 'X'.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2006 04:18:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-alv-grid-hide-column/m-p/1378957#M185309</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-29T04:18:14Z</dc:date>
    </item>
  </channel>
</rss>

