<?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 Control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/6392075#M1404920</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;I have two problems regarding table control.&lt;/P&gt;&lt;P&gt;1. I want data in the tabe control come in sorted order material no wise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. When I scroll the table control vertically ,  its very slow (performance issue) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz suggest,&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Aastha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Dec 2009 05:48:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-12-03T05:48:08Z</dc:date>
    <item>
      <title>Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/6392075#M1404920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;I have two problems regarding table control.&lt;/P&gt;&lt;P&gt;1. I want data in the tabe control come in sorted order material no wise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. When I scroll the table control vertically ,  its very slow (performance issue) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz suggest,&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Aastha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2009 05:48:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/6392075#M1404920</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-03T05:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/6392076#M1404921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aastha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sort your internal table in the PBO. This would list the material number sorted in internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding performance, watch your code in PAI and tune for performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2009 05:51:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/6392076#M1404921</guid>
      <dc:creator>SureshRa</dc:creator>
      <dc:date>2009-12-03T05:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/6392077#M1404922</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;1. Sort your internal table before display in table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. This may be due to large number of records in display, there is no issue with table control performance,you can performance tune your program for this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2009 05:52:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/6392077#M1404922</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-03T05:52:47Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/6392078#M1404923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Astha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For sorting:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Soon after selecting the records from database table into the internal table, use sort statement based on the material field. And then pass this internal table to the table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;ur select statement&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SORT itab by &amp;lt;material number field&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Swarna Munukoti.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2009 05:54:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/6392078#M1404923</guid>
      <dc:creator>former_member217544</dc:creator>
      <dc:date>2009-12-03T05:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/6392079#M1404924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sort your internal table assigned to the control based on maeterial no.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2009 05:55:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/6392079#M1404924</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2009-12-03T05:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/6392080#M1404925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;i vave developed one screen in which on press of PushButton no of records display in Table Control(no performance Issue).&lt;/P&gt;&lt;P&gt;But on scrolling of Table Control , it scrolls very slow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz suggest,&lt;/P&gt;&lt;P&gt;Aastha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Dec 2009 04:32:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/6392080#M1404925</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-04T04:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/6392081#M1404926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;JUst put a &lt;STRONG&gt;/h&lt;/STRONG&gt; bug point and hit the scroll button.&lt;/P&gt;&lt;P&gt;Just check whether the control is hanging in any query before it finishes the process logic.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Dec 2009 05:17:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/6392081#M1404926</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2009-12-04T05:17:50Z</dc:date>
    </item>
  </channel>
</rss>

