<?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: Table Control Fields Hide in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-fields-hide/m-p/6211942#M1377784</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Max, thank you once again. I appreciate the help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Sep 2009 17:29:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-09-29T17:29:24Z</dc:date>
    <item>
      <title>Table Control Fields Hide</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-fields-hide/m-p/6211940#M1377782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone tell me how can we hide and unhide table control fields.&lt;/P&gt;&lt;P&gt;I have written the following code, but its not working - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TC_0201 is the table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;LOOP AT TC_0201-COLS INTO COLS.
    IF SY-TABIX = 1.
      COLS-SCREEN-INVISIBLE = 1.
      COLS-SCREEN-INPUT = 0.
      COLS-SCREEN-ACTIVE = 0.
    ENDIF.
    MODIFY TC_0201-COLS FROM COLS INDEX SY-TABIX.
  ENDLOOP.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me with this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sneha Singh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2009 16:54:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-fields-hide/m-p/6211940#M1377782</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-29T16:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control Fields Hide</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-fields-hide/m-p/6211941#M1377783</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;Try to set the field INVISIBLE of structure COLS and not substructure SCREEN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;LOOP AT TC_0201-COLS INTO COLS.
    IF SY-TABIX = 1.
       COLS-INVISIBLE = 'X'.
       COLS-SCREEN-INPUT = 0.
    ENDIF.
    MODIFY TC_0201-COLS FROM COLS INDEX SY-TABIX.
  ENDLOOP.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2009 17:01:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-fields-hide/m-p/6211941#M1377783</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-29T17:01:49Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control Fields Hide</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-fields-hide/m-p/6211942#M1377784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Max, thank you once again. I appreciate the help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2009 17:29:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-fields-hide/m-p/6211942#M1377784</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-29T17:29:24Z</dc:date>
    </item>
  </channel>
</rss>

