<?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 issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue/m-p/2620557#M601759</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please copy select statement and DDIC information of table, i.e. primary key and others, if there are any.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check typical size of table, and try to get selectivity of the fields in your where condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know that all this information can be checked in the system, but you should proviide it, if you expect a good answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Siegfried&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Jul 2007 05:54:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-26T05:54:44Z</dc:date>
    <item>
      <title>Performance issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue/m-p/2620556#M601758</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 want to access the data from table BVOR, The only where clause which i m using is BUKRS, Its not fully specified Key, so thas why its taking a huge time for data retrieval for this select statement. How can I improve performance in this case. What if I use buffering for this table? What are the other solutions for performance improvement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2007 14:01:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue/m-p/2620556#M601758</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-25T14:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue/m-p/2620557#M601759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please copy select statement and DDIC information of table, i.e. primary key and others, if there are any.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check typical size of table, and try to get selectivity of the fields in your where condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know that all this information can be checked in the system, but you should proviide it, if you expect a good answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Siegfried&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2007 05:54:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue/m-p/2620557#M601759</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-26T05:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue/m-p/2620558#M601760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sal Khan,&lt;/P&gt;&lt;P&gt;it is important to use as many key fields as possible in WHERE clause&lt;/P&gt;&lt;P&gt;in case if ur not sure about ur key fields then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using the option GE (greater equal) in your coding to improve your performance considerably without the risk of table lines not being selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONSTANTS: belnr_ini  LIKE bvor-belnr VALUE   IS INITIAL,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select ... from where belnr ge belnr_ini&lt;/P&gt;&lt;P&gt;and ... add all key fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and try to use select-options instead of parameters &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Cnu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2007 07:10:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue/m-p/2620558#M601760</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-26T07:10:48Z</dc:date>
    </item>
  </channel>
</rss>

