<?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: Performance Issues in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issues/m-p/1555833#M251703</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; FOR ALL ENTRIES is a loop and should not be used when the data is huge as it will loop on database for every record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Try selecting data using array fetch and then try to filter in the code. Sometimes selecting more data at one shot is useful compared to filtering data using FOR ALL ENTRIES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Cheers &lt;/P&gt;&lt;P&gt; VJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 07 Oct 2006 00:13:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-07T00:13:08Z</dc:date>
    <item>
      <title>Performance Issues</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issues/m-p/1555830#M251700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;I have this problem with my program. The table BSIS has huge number of records and my program is giving me performance issues when I used FOR ALL ENTRIES for selecting from BSIS. The driver table in FOR ALL ENTRIES is gt_belnr (all document numbers). So, gt_belnr itself has huge records and hence it is adding up to performance. Whts the other alternative to this? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2006 20:48:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issues/m-p/1555830#M251700</guid>
      <dc:creator>abdulazeez12</dc:creator>
      <dc:date>2006-10-06T20:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Issues</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issues/m-p/1555831#M251701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you using index fields?&lt;/P&gt;&lt;P&gt;Are you using all the possible filters?&lt;/P&gt;&lt;P&gt;Is your for all entries table sort?&lt;/P&gt;&lt;P&gt;Have you delete any repeated field?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Blag.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2006 20:52:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issues/m-p/1555831#M251701</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-06T20:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Issues</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issues/m-p/1555832#M251702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have used index fields,&lt;/P&gt;&lt;P&gt;used all possible filters also,&lt;/P&gt;&lt;P&gt;driver table is sorted and adjacent duplicates also deleted.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2006 21:03:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issues/m-p/1555832#M251702</guid>
      <dc:creator>abdulazeez12</dc:creator>
      <dc:date>2006-10-06T21:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Issues</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issues/m-p/1555833#M251703</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; FOR ALL ENTRIES is a loop and should not be used when the data is huge as it will loop on database for every record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Try selecting data using array fetch and then try to filter in the code. Sometimes selecting more data at one shot is useful compared to filtering data using FOR ALL ENTRIES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Cheers &lt;/P&gt;&lt;P&gt; VJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Oct 2006 00:13:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issues/m-p/1555833#M251703</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-07T00:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Issues</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issues/m-p/1555834#M251704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your problem is that you are going against the wrong table. You only use BSIS if you know the GL account (it's the primary key for this table). If you know the company code and fiscal year, you have to go to BKPF and BSEG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you don't know the company code you can still go against BKPF and BSEG: there is a trick to using them in the select. See:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/people/rob.burbank/blog/2006/09/13/using-an-index-when-you-dont-have-all-of-the-fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Oct 2006 16:13:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issues/m-p/1555834#M251704</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-07T16:13:33Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Issues</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issues/m-p/1555835#M251705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;wat are u trying to fetch from  BSIS?&lt;/P&gt;&lt;P&gt;wat are u to holding in gt_belnr?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Abdul Hakim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Oct 2006 16:21:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issues/m-p/1555835#M251705</guid>
      <dc:creator>abdul_hakim</dc:creator>
      <dc:date>2006-10-07T16:21:10Z</dc:date>
    </item>
  </channel>
</rss>

