<?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: reducing execution time? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reducing-execution-time/m-p/2384234#M529692</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;use primary / secondary index keys in the where clause of the select query&lt;/P&gt;&lt;P&gt;DO NOT use a negative in the where clause - it negates the index.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While reading internal tables use binary search.&lt;/P&gt;&lt;P&gt;sort itab by &amp;lt;field1 field2&amp;gt;&lt;/P&gt;&lt;P&gt;read table itab with key &amp;lt;field1 field2&amp;gt; binary search.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;before using for all entries check if the internal table has something .. else all records form DB will get selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Guarav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Jun 2007 06:27:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-06T06:27:31Z</dc:date>
    <item>
      <title>reducing execution time?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reducing-execution-time/m-p/2384229#M529687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am running a report. It is taking long time for execution. What steps should i do to reduce the execution time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance,&lt;/P&gt;&lt;P&gt;ashu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2007 06:21:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reducing-execution-time/m-p/2384229#M529687</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-06T06:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: reducing execution time?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reducing-execution-time/m-p/2384230#M529688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;It is taking so much time for execution in the sense u r hitting the entire db table.It's better to take specific fields instead of selectiong all the fields.&lt;/P&gt;&lt;P&gt;Goto se30 runtime analysis and check for which task its taking much time and better solve it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2007 06:24:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reducing-execution-time/m-p/2384230#M529688</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-06T06:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: reducing execution time?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reducing-execution-time/m-p/2384231#M529689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the thread -&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1521332"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all helpful replies.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2007 06:25:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reducing-execution-time/m-p/2384231#M529689</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2007-06-06T06:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: reducing execution time?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reducing-execution-time/m-p/2384232#M529690</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;goto extended syntax check, and see for which statement its taking more time, and remove unnecessary statements if any&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;Naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2007 06:26:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reducing-execution-time/m-p/2384232#M529690</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-06T06:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: reducing execution time?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reducing-execution-time/m-p/2384233#M529691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Replace inner joins with for all entries,&lt;/P&gt;&lt;P&gt;Use select single where you know all the primary keys else use upto one row&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replace&lt;/P&gt;&lt;P&gt;loop.&lt;/P&gt;&lt;P&gt;Select.&lt;/P&gt;&lt;P&gt;endloop. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with&lt;/P&gt;&lt;P&gt;for all entries&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use binary search in internal tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use se30 runtime analysis and see the log and look at what were the tables consuming more time and try to use more keys in select statements.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2007 06:26:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reducing-execution-time/m-p/2384233#M529691</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-06T06:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: reducing execution time?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reducing-execution-time/m-p/2384234#M529692</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;use primary / secondary index keys in the where clause of the select query&lt;/P&gt;&lt;P&gt;DO NOT use a negative in the where clause - it negates the index.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While reading internal tables use binary search.&lt;/P&gt;&lt;P&gt;sort itab by &amp;lt;field1 field2&amp;gt;&lt;/P&gt;&lt;P&gt;read table itab with key &amp;lt;field1 field2&amp;gt; binary search.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;before using for all entries check if the internal table has something .. else all records form DB will get selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Guarav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2007 06:27:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reducing-execution-time/m-p/2384234#M529692</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-06T06:27:31Z</dc:date>
    </item>
    <item>
      <title>Re: reducing execution time?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reducing-execution-time/m-p/2384235#M529693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Look at the Below Links, this will explain about the Tuning&lt;/P&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;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2007 06:27:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reducing-execution-time/m-p/2384235#M529693</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-06T06:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: reducing execution time?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reducing-execution-time/m-p/2384236#M529694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      T Code: ST05.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Run this transaction by giving your program name and executing your program and it'll analyse which select statement is consuming more time than usual. Use field symbols if possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward Points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Tej..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2007 06:28:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reducing-execution-time/m-p/2384236#M529694</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-06T06:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: reducing execution time?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reducing-execution-time/m-p/2384237#M529695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go through this link which ll give you detail idea about the performance analysis of a report&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/performance-tuning-for-data-selection-statement.htm" target="test_blank"&gt;http://www.sap-img.com/abap/performance-tuning-for-data-selection-statement.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2007 06:29:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reducing-execution-time/m-p/2384237#M529695</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-06T06:29:11Z</dc:date>
    </item>
  </channel>
</rss>

