<?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 Issues in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issues/m-p/2743302#M637598</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a  report with some select statements and read statements and sort and loop etc.,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the running time of the report takes more than 5 minutes.. because there is a huge number of records...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now, what makes this to happen.. how can i reduce the accessing time to the database..?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls give me some tips on how to increase the performance.?&lt;/P&gt;&lt;P&gt;thanks in adv.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 31 Aug 2007 04:10:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-31T04:10:29Z</dc:date>
    <item>
      <title>Performance Issues</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issues/m-p/2743302#M637598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a  report with some select statements and read statements and sort and loop etc.,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the running time of the report takes more than 5 minutes.. because there is a huge number of records...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now, what makes this to happen.. how can i reduce the accessing time to the database..?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls give me some tips on how to increase the performance.?&lt;/P&gt;&lt;P&gt;thanks in adv.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2007 04:10:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issues/m-p/2743302#M637598</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-31T04:10:29Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Issues</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issues/m-p/2743303#M637599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Naveena,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5 minutes in Production is very well acceptable.&lt;/P&gt;&lt;P&gt;You can check in these areas to improve performance.&lt;/P&gt;&lt;P&gt;1.Always see that you select statement is having either primary key field or an index field in its where clause.Rather I say it is must to improve the perfornamce.&lt;/P&gt;&lt;P&gt;2.While reading the internal table use binary search.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;K.Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2007 04:27:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issues/m-p/2743303#M637599</guid>
      <dc:creator>kiran_k8</dc:creator>
      <dc:date>2007-08-31T04:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Issues</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issues/m-p/2743304#M637600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi..Naveena..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u paste the Code it is easy to identify the issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Varma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2007 04:34:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issues/m-p/2743304#M637600</guid>
      <dc:creator>varma_narayana</dc:creator>
      <dc:date>2007-08-31T04:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Issues</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issues/m-p/2743305#M637601</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;i got the same problem once &lt;/P&gt;&lt;P&gt;at that time my basisi people reduced the parameter load by going to some transaction &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for my program it is taking more than 5 min to execute finally its showing short dump &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the problem with the select statement at that time &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so the basisi people reduced that load on that parameter &lt;/P&gt;&lt;P&gt;from next time on words that executed very fast &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2007 04:45:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issues/m-p/2743305#M637601</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-31T04:45:40Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Issues</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issues/m-p/2743306#M637602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://www.erpgenie.com/abap/performance.htm" target="test_blank"&gt;http://www.erpgenie.com/abap/performance.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.thespot4sap.com/Articles/SAPABAPPerformanceTuning_PerformanceAnalysisTools.asp" target="test_blank"&gt;http://www.thespot4sap.com/Articles/SAPABAPPerformanceTuning_PerformanceAnalysisTools.asp&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2007 04:54:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issues/m-p/2743306#M637602</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-31T04:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Issues</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issues/m-p/2743307#M637603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Naveena,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only select statements you can use to retrive data from database. here no problems. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But never try to inner join more than three tables in a select statment. Here performance will be poor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Coming to the case of selecting one record in a loop: Use read statement instead of select single.. . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using sort you can delete adjacent duplicates and while searching you can use binary search technique. This will increase performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more tips....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to SE30. There You can find one button &amp;lt;b&amp;gt;Tips &amp;amp; Tricks&amp;lt;/b&amp;gt; or Press &amp;lt;b&amp;gt;F6&amp;lt;/b&amp;gt;. there you can find lot of tips.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward If Helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;Sasidhar Reddy Matli.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2007 05:05:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issues/m-p/2743307#M637603</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-31T05:05:36Z</dc:date>
    </item>
  </channel>
</rss>

