<?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 Performance Issue with table A005 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-with-table-a005/m-p/6509959#M1423360</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am performing a select - for all entries on the table A005 (pooled table) and it is taking a lot of time.  Can anyone please suggest an alternative?  Is it a performance issue perform a for all entries on a pooled table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vitz.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Dec 2009 11:27:21 GMT</pubDate>
    <dc:creator>former_member239066</dc:creator>
    <dc:date>2009-12-22T11:27:21Z</dc:date>
    <item>
      <title>Performance Issue with table A005</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-with-table-a005/m-p/6509959#M1423360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am performing a select - for all entries on the table A005 (pooled table) and it is taking a lot of time.  Can anyone please suggest an alternative?  Is it a performance issue perform a for all entries on a pooled table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vitz.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Dec 2009 11:27:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-with-table-a005/m-p/6509959#M1423360</guid>
      <dc:creator>former_member239066</dc:creator>
      <dc:date>2009-12-22T11:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Issue with table A005</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-with-table-a005/m-p/6509960#M1423361</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;Try to use maximum key fields in u r select statement.&lt;/P&gt;&lt;P&gt;Use following fields as key in u select statment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KAPPL&lt;/P&gt;&lt;P&gt;KSCHL&lt;/P&gt;&lt;P&gt;VKORG&lt;/P&gt;&lt;P&gt;VTWEG&lt;/P&gt;&lt;P&gt;KUNNR&lt;/P&gt;&lt;P&gt;MATNR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Dec 2009 11:34:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-with-table-a005/m-p/6509960#M1423361</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-22T11:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Issue with table A005</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-with-table-a005/m-p/6509961#M1423362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vitish ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of using pooled tables such as A005, you can use other tables konv where you will get the same data .&lt;/P&gt;&lt;P&gt;Select on pooled tables and Cluster tables hardly uses any indexes which results in solwer select times.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just try with this hint , hopefully will be useful for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nikhil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Dec 2009 11:53:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-with-table-a005/m-p/6509961#M1423362</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-22T11:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Issue with table A005</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-with-table-a005/m-p/6509962#M1423363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a pooled table , hence performance issue will be there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to use some alternate table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, a basic tip : check the internal table for initial before using for all entries.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Dec 2009 15:53:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-with-table-a005/m-p/6509962#M1423363</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-22T15:53:44Z</dc:date>
    </item>
  </channel>
</rss>

