<?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 Table controle in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-controle/m-p/6850026#M1474231</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to do some changes on existing transaction (dynpro). The request is to add  the filter options on the one of the &lt;/P&gt;&lt;P&gt;collons of the table. The table is created with table controler. I am wondering is that possible or I will have to chanage&lt;/P&gt;&lt;P&gt;table controler against ALV grid .&lt;/P&gt;&lt;P&gt;Thank you &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONTROLS:  LRF_WKQU_CTL TYPE TABLEVIEW USING SCREEN 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Moderator message: please use a more descriptive subject line next time.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Thomas Zloch on May 3, 2010 9:16 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 May 2010 14:15:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-05-03T14:15:11Z</dc:date>
    <item>
      <title>Table controle</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-controle/m-p/6850026#M1474231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to do some changes on existing transaction (dynpro). The request is to add  the filter options on the one of the &lt;/P&gt;&lt;P&gt;collons of the table. The table is created with table controler. I am wondering is that possible or I will have to chanage&lt;/P&gt;&lt;P&gt;table controler against ALV grid .&lt;/P&gt;&lt;P&gt;Thank you &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONTROLS:  LRF_WKQU_CTL TYPE TABLEVIEW USING SCREEN 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Moderator message: please use a more descriptive subject line next time.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Thomas Zloch on May 3, 2010 9:16 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 May 2010 14:15:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-controle/m-p/6850026#M1474231</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-03T14:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: Table controle</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-controle/m-p/6850027#M1474232</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;With a table control there is no 'built-in' filter mechanism. So you would have to program that on your own: let the user set the filter fields and values (in a self-created popup window) and then remove all lines in the internal table not matching the filter criteria. Of course somehow you have to keep those removed lines elsewhere.&lt;/P&gt;&lt;P&gt;I think switching to ALV would be a better approach.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Gerd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 May 2010 15:20:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-controle/m-p/6850027#M1474232</guid>
      <dc:creator>gerd_rother</dc:creator>
      <dc:date>2010-05-03T15:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: Table controle</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-controle/m-p/6850028#M1474233</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 dont think you can do with columns.&lt;/P&gt;&lt;P&gt;If you want to set filter with in the program yes you can do it with filter options&lt;/P&gt;&lt;P&gt;provided to rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What it does is it hides the row that you specified.&lt;/P&gt;&lt;P&gt;Refer to the link for more details about filter.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_sm32/helpdata/en/16/e6eb40c4f8712ae10000000a155106/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_sm32/helpdata/en/16/e6eb40c4f8712ae10000000a155106/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards and Best wishes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 May 2010 16:12:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-controle/m-p/6850028#M1474233</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-03T16:12:34Z</dc:date>
    </item>
  </channel>
</rss>

