<?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 controls in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-controls/m-p/3391814#M814399</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;I am using Table Controls. Now i want to add Filter functionality( i.e. like filters in ALV grids ). Is it Possible to do that. &lt;/P&gt;&lt;P&gt;If so Plz let me know. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;Vijay.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Feb 2008 19:01:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-19T19:01:53Z</dc:date>
    <item>
      <title>Table controls</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-controls/m-p/3391814#M814399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;I am using Table Controls. Now i want to add Filter functionality( i.e. like filters in ALV grids ). Is it Possible to do that. &lt;/P&gt;&lt;P&gt;If so Plz let me know. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;Vijay.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2008 19:01:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-controls/m-p/3391814#M814399</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-19T19:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: Table controls</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-controls/m-p/3391815#M814400</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;You can use OO to create the ALV GRID, which will be like table control..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the program BCALV_GRID_EDIT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2008 19:11:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-controls/m-p/3391815#M814400</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-19T19:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: Table controls</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-controls/m-p/3391816#M814401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I am using Table control. is it possible to put filter functionality in Table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank u&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2008 19:30:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-controls/m-p/3391816#M814401</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-19T19:30:17Z</dc:date>
    </item>
    <item>
      <title>Re: Table controls</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-controls/m-p/3391817#M814402</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;You can get the fields to be displayed in your Table Control from the dictionary. In such a case, you can always specify the fields you want from the database table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Else to filter values you have to code appropriate logic in the LOOP......ENDLOOP portion of the PBO of the screen where you attach the Table Control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if Helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2008 06:26:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-controls/m-p/3391817#M814402</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-21T06:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: Table controls</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-controls/m-p/3391818#M814403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi vijay ,&lt;/P&gt;&lt;P&gt;             i am having the same problem as yours,&lt;/P&gt;&lt;P&gt;i want to add standard filter function to my table control as they are in alv grid ,&lt;/P&gt;&lt;P&gt;can u please help me out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Akash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2008 07:46:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-controls/m-p/3391818#M814403</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-07T07:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: Table controls</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-controls/m-p/3391819#M814404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi narendra ,&lt;/P&gt;&lt;P&gt;       Is it possible to add standard filter function's to a * table control *&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2008 07:48:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-controls/m-p/3391819#M814404</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-07T07:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: Table controls</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-controls/m-p/3391820#M814405</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;table control showing rows which are in itab.so delete records from itab which are you don't want to show.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;second way is use 2 itab. one is for keep all datas. second one is for keep filltered datas. use second itab in table control.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2008 07:55:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-controls/m-p/3391820#M814405</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-07T07:55:37Z</dc:date>
    </item>
  </channel>
</rss>

