<?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: Changing Table control Layout in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-table-control-layout/m-p/3873456#M931063</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use this code below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:  ls_admn_part LIKE LINE OF tc-cols.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   LOOP AT tc INTO ls .&lt;/P&gt;&lt;P&gt;        IF sy-tabix EQ 4.&lt;/P&gt;&lt;P&gt;          ls-invisible     = 1.&lt;/P&gt;&lt;P&gt;          MODIFY tc-cols FROM ls TRANSPORTING invisible .&lt;/P&gt;&lt;P&gt;        ENDIF.&lt;/P&gt;&lt;P&gt;        CLEAR ls.&lt;/P&gt;&lt;P&gt;      ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 May 2008 10:55:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-30T10:55:36Z</dc:date>
    <item>
      <title>Changing Table control Layout</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-table-control-layout/m-p/3873453#M931060</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 to change the Table control layout in hte program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2008 11:22:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-table-control-layout/m-p/3873453#M931060</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-26T11:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Table control Layout</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-table-control-layout/m-p/3873454#M931061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i can'nt got ur problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you give me full detail what you want to do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2008 11:56:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-table-control-layout/m-p/3873454#M931061</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-26T11:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Table control Layout</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-table-control-layout/m-p/3873455#M931062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;first I have to display Four fields on the Table control.&lt;/P&gt;&lt;P&gt;depending upon the condition i have to display three fields only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of creating another screen and table control with three fields &lt;/P&gt;&lt;P&gt;i wanted to know how to change the table control prperties in the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2008 12:29:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-table-control-layout/m-p/3873455#M931062</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-26T12:29:01Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Table control Layout</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-table-control-layout/m-p/3873456#M931063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use this code below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:  ls_admn_part LIKE LINE OF tc-cols.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   LOOP AT tc INTO ls .&lt;/P&gt;&lt;P&gt;        IF sy-tabix EQ 4.&lt;/P&gt;&lt;P&gt;          ls-invisible     = 1.&lt;/P&gt;&lt;P&gt;          MODIFY tc-cols FROM ls TRANSPORTING invisible .&lt;/P&gt;&lt;P&gt;        ENDIF.&lt;/P&gt;&lt;P&gt;        CLEAR ls.&lt;/P&gt;&lt;P&gt;      ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2008 10:55:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-table-control-layout/m-p/3873456#M931063</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-30T10:55:36Z</dc:date>
    </item>
  </channel>
</rss>

