<?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 column visibility in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-column-visibility/m-p/3131549#M743933</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you assigned the Group1 in the property of the COLUMN C3 in the 2nd table control's field property as GP1?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to Table control.. double click on the field C3.. it will display you the field property pop-up.. put the GP1 against the GROUP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 24 Nov 2007 04:58:22 GMT</pubDate>
    <dc:creator>naimesh_patel</dc:creator>
    <dc:date>2007-11-24T04:58:22Z</dc:date>
    <item>
      <title>Table column visibility</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-column-visibility/m-p/3131546#M743930</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;I have a table control with 3 columns c1,c2,c3. I have a checking condition. If the condition is true, then only 2 columns c1 and c2 should be displayed on screen else all 3 columns should be displayed on screen. Plz tell me how this should be done.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Nov 2007 04:27:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-column-visibility/m-p/3131546#M743930</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-24T04:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: Table column visibility</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-column-visibility/m-p/3131547#M743931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Assign the group GP1 in GROUP1 of the field property of the column C3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the PBO, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;IF CONDITION IS TRUE.
LOOP AT SCREEN.
  IF SCREEN-GROUP1 = 'GP1'.
   SCREEN-ACTIVE = 0.
   MODIFY SCREEN.
  ENDIF.
ENDLOOP.
ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Nov 2007 04:29:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-column-visibility/m-p/3131547#M743931</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2007-11-24T04:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: Table column visibility</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-column-visibility/m-p/3131548#M743932</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;there are two table control on the screen. I want this to happen only to the 2nd table. I tried the code u gave me but it is not working.&lt;/P&gt;&lt;P&gt;plz help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Nov 2007 04:53:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-column-visibility/m-p/3131548#M743932</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-24T04:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: Table column visibility</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-column-visibility/m-p/3131549#M743933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you assigned the Group1 in the property of the COLUMN C3 in the 2nd table control's field property as GP1?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to Table control.. double click on the field C3.. it will display you the field property pop-up.. put the GP1 against the GROUP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Nov 2007 04:58:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-column-visibility/m-p/3131549#M743933</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2007-11-24T04:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: Table column visibility</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-column-visibility/m-p/3131550#M743934</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;yes i have done all thse steps...still it is not working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Nov 2007 12:51:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-column-visibility/m-p/3131550#M743934</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-24T12:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: Table column visibility</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-column-visibility/m-p/3131551#M743935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a read of:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbac9f35c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbac9f35c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e. you may want to try hiding the columns early in your PBO using something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
data:
  l_tabix         like sy-tabix,
  ls_cols         type cxtab_column.

loop at g_tc_9999-cols[] into ls_cols.

  l_tabix = sy-tabix.

  if ls_cols-index = 3. "adjust as required!
    ls_cols-invisible = 1. 
    ls_cols-screen-invisible = 1. 
    modify g_tc_9999-cols from ls_cols index l_tabix.
  endif. 

endloop.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Nov 2007 07:16:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-column-visibility/m-p/3131551#M743935</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-25T07:16:57Z</dc:date>
    </item>
  </channel>
</rss>

