<?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: checking sort table as performance related one in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/checking-sort-table-as-performance-related-one/m-p/5248312#M1212610</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Micheal,&lt;/P&gt;&lt;P&gt;You use use &lt;STRONG&gt;sort table&lt;/STRONG&gt; while your using control break statements like &lt;STRONG&gt;at new&lt;/STRONG&gt; or &lt;STRONG&gt;at end&lt;/STRONG&gt; .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Much Regards,&lt;/P&gt;&lt;P&gt;Amuktha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Feb 2009 06:06:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-13T06:06:58Z</dc:date>
    <item>
      <title>checking sort table as performance related one</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/checking-sort-table-as-performance-related-one/m-p/5248309#M1212607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am working on a report. in this im working on performance issues.&lt;/P&gt;&lt;P&gt;i want to check if sort table is used in the report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to know the conditions where sort table IS A MUST to use for performance check purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2009 05:54:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/checking-sort-table-as-performance-related-one/m-p/5248309#M1212607</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-13T05:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: checking sort table as performance related one</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/checking-sort-table-as-performance-related-one/m-p/5248310#M1212608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sort table is recommended when you have to do READ TABLE BINARY SEARCH. You don't have to sort it in the code then.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pushpraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2009 06:00:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/checking-sort-table-as-performance-related-one/m-p/5248310#M1212608</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-13T06:00:54Z</dc:date>
    </item>
    <item>
      <title>Re: checking sort table as performance related one</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/checking-sort-table-as-performance-related-one/m-p/5248311#M1212609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Don't use  order by because it executes on  database server,  instead u collect them in a table and sort that table.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;jaya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2009 06:05:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/checking-sort-table-as-performance-related-one/m-p/5248311#M1212609</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-13T06:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: checking sort table as performance related one</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/checking-sort-table-as-performance-related-one/m-p/5248312#M1212610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Micheal,&lt;/P&gt;&lt;P&gt;You use use &lt;STRONG&gt;sort table&lt;/STRONG&gt; while your using control break statements like &lt;STRONG&gt;at new&lt;/STRONG&gt; or &lt;STRONG&gt;at end&lt;/STRONG&gt; .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Much Regards,&lt;/P&gt;&lt;P&gt;Amuktha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2009 06:06:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/checking-sort-table-as-performance-related-one/m-p/5248312#M1212610</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-13T06:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: checking sort table as performance related one</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/checking-sort-table-as-performance-related-one/m-p/5248313#M1212611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sort table is improve performance bcoz it  has default sorting criteria. so no sorting again.&lt;/P&gt;&lt;P&gt;at the time of using Control Break statements. and it is use full for Binary Searching bcoz Sorting is Mandatory. And No append command is working on it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2009 06:27:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/checking-sort-table-as-performance-related-one/m-p/5248313#M1212611</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-13T06:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: checking sort table as performance related one</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/checking-sort-table-as-performance-related-one/m-p/5248314#M1212612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks alot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2009 06:37:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/checking-sort-table-as-performance-related-one/m-p/5248314#M1212612</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-25T06:37:40Z</dc:date>
    </item>
  </channel>
</rss>

