<?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: Report Performance - timeout short dump in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-performance-timeout-short-dump/m-p/5197315#M1202709</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;&lt;/P&gt;&lt;P&gt;check below link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ABAP Performance and Tuning&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/sdn/wiki?path=/display/abap/abap%2bperformance%2band%2btuning" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/wiki?path=/display/abap/abap%2bperformance%2band%2btuning&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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;Madhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Feb 2009 11:46:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-19T11:46:39Z</dc:date>
    <item>
      <title>Report Performance - timeout short dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-performance-timeout-short-dump/m-p/5197314#M1202708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; i am trying to improve the performace of a report that was developed long time ago. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Issues i found:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. The report has many select...Endselect combinations, and selects inside the loop statements. &lt;/P&gt;&lt;P&gt;2. Most of the selects have the addition 'into corresponding fields of' for selecting a few fields, without  the table addition.&lt;/P&gt;&lt;P&gt;3.  Also few selects have the 'select * from'  syntax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: begin of itab occurs 0,&lt;/P&gt;&lt;P&gt;          f1, &lt;/P&gt;&lt;P&gt;          f2&lt;/P&gt;&lt;P&gt;          f3.....&lt;/P&gt;&lt;P&gt;          fn,           &lt;/P&gt;&lt;P&gt;        end of itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex: loop at itab.&lt;/P&gt;&lt;P&gt;         select f1 f2 f3 from table1&lt;/P&gt;&lt;P&gt;               into corresponding fields of itab1.&lt;/P&gt;&lt;P&gt;           collect itab1.&lt;/P&gt;&lt;P&gt;         endselect.&lt;/P&gt;&lt;P&gt;          select f4 f5 from table2 &lt;/P&gt;&lt;P&gt;              into corresponding fields of itab2.&lt;/P&gt;&lt;P&gt;           endselect.&lt;/P&gt;&lt;P&gt;      endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; All this leeds to performace issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; i have checked ST05, and i have got the details of the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; My question is which one of the reasons i mentioned above are a major factor in delaying the report performance?&lt;/P&gt;&lt;P&gt;Which one of the above should i conetrate first to get the long runtime down? My goal is to keep my changes to the minimum and improve the performance. Please advise.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2009 11:17:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-performance-timeout-short-dump/m-p/5197314#M1202708</guid>
      <dc:creator>rnb86</dc:creator>
      <dc:date>2009-02-19T11:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: Report Performance - timeout short dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-performance-timeout-short-dump/m-p/5197315#M1202709</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;&lt;/P&gt;&lt;P&gt;check below link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ABAP Performance and Tuning&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/sdn/wiki?path=/display/abap/abap%2bperformance%2band%2btuning" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/wiki?path=/display/abap/abap%2bperformance%2band%2btuning&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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;Madhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2009 11:46:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-performance-timeout-short-dump/m-p/5197315#M1202709</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-19T11:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: Report Performance - timeout short dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-performance-timeout-short-dump/m-p/5197316#M1202710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. Within the loop on itab, i dont a selection on the itab-record in the 2 select statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Select ... Collect .... Endselect : is it not possible to use another select statement with SUM( ), GROUP BY and HAVING. So you totalize the data per group.&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;Hans&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2009 12:00:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-performance-timeout-short-dump/m-p/5197316#M1202710</guid>
      <dc:creator>h_senden2</dc:creator>
      <dc:date>2009-02-19T12:00:35Z</dc:date>
    </item>
    <item>
      <title>Re: Report Performance - timeout short dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-performance-timeout-short-dump/m-p/5197317#M1202711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; My question is which one of the reasons i mentioned above are a major factor in delaying the report &lt;/P&gt;&lt;P&gt;&amp;gt; performance?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't ask people for guesses, if you can see the facts!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Run the SQL Trace several times, and use go to 'Trace List' -&amp;gt; 'Summarize Trace by SQL Statement'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&amp;gt; Shows you total DB time and time per statement (all executions), the problems are on top of the list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check ABAP, detail, and explain!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read more here:&lt;/P&gt;&lt;P&gt;/people/siegfried.boes/blog/2007/09/05/the-sql-trace-st05-150-quick-and-easy&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, 19 Feb 2009 13:04:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-performance-timeout-short-dump/m-p/5197317#M1202711</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-19T13:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: Report Performance - timeout short dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-performance-timeout-short-dump/m-p/5197318#M1202712</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;You can do runtime analysis through transaction ST12 and the SCII (Code Inspector) transaction to verify the syntax of the code source, which generates a detailed report with the evaluation of the code and suggestions of improvements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this information is help to 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;José&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2009 21:46:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-performance-timeout-short-dump/m-p/5197318#M1202712</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-04T21:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: Report Performance - timeout short dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-performance-timeout-short-dump/m-p/5197319#M1202713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;done.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2009 13:23:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-performance-timeout-short-dump/m-p/5197319#M1202713</guid>
      <dc:creator>rnb86</dc:creator>
      <dc:date>2009-10-28T13:23:13Z</dc:date>
    </item>
  </channel>
</rss>

