<?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: maximum runtime exceeds while debugging in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/maximum-runtime-exceeds-while-debugging/m-p/4687560#M1101915</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sateesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can't increase the execution time in foreground.&lt;/P&gt;&lt;P&gt;You can test the same by using a test case with less number of records so that will take less time to finish and in the meanwhile you can use ST05 (SQL trace) to know the time taken by the select queries.&lt;/P&gt;&lt;P&gt;You can reduce the time taken by the select queries by using proper idex or HINT ORACLE...&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;Rajendra Dhaka&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 15 Nov 2008 06:37:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-15T06:37:29Z</dc:date>
    <item>
      <title>maximum runtime exceeds while debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maximum-runtime-exceeds-while-debugging/m-p/4687558#M1101913</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;One of my program takes 3hrs for executing usually end users uses back ground jobs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i am debugging the above program as some of documents missing in that program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is while debugging  at particular point it giving ABAP dump error saying maximum runtime exceeded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to debug the above program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I already asked basis guy to increase the runtime setting he unable to do so as this it was a production system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any other way?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Nov 2008 05:43:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maximum-runtime-exceeds-while-debugging/m-p/4687558#M1101913</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-15T05:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: maximum runtime exceeds while debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maximum-runtime-exceeds-while-debugging/m-p/4687559#M1101914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it a Select Query which is taking too much exe time?&lt;/P&gt;&lt;P&gt;If yes, you should make secondary indexes for the DB table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more details of the dump, u can see Tcode &lt;STRONG&gt;ST22&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Nov 2008 05:48:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maximum-runtime-exceeds-while-debugging/m-p/4687559#M1101914</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-15T05:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: maximum runtime exceeds while debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maximum-runtime-exceeds-while-debugging/m-p/4687560#M1101915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sateesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can't increase the execution time in foreground.&lt;/P&gt;&lt;P&gt;You can test the same by using a test case with less number of records so that will take less time to finish and in the meanwhile you can use ST05 (SQL trace) to know the time taken by the select queries.&lt;/P&gt;&lt;P&gt;You can reduce the time taken by the select queries by using proper idex or HINT ORACLE...&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;Rajendra Dhaka&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Nov 2008 06:37:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maximum-runtime-exceeds-while-debugging/m-p/4687560#M1101915</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-15T06:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: maximum runtime exceeds while debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maximum-runtime-exceeds-while-debugging/m-p/4687561#M1101916</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;if you know exactly the point where its taking max time,so just put a breakpoint after that and don't use F5 or F6 ,but go for F8.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Nov 2008 15:25:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maximum-runtime-exceeds-while-debugging/m-p/4687561#M1101916</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-15T15:25:05Z</dc:date>
    </item>
    <item>
      <title>Re: maximum runtime exceeds while debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maximum-runtime-exceeds-while-debugging/m-p/4687562#M1101917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Satheesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this blog :&lt;/P&gt;&lt;P&gt;Performance of Nested Loops[Performance of Nested Loops] by Rob Burbank&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may have nested loops which would have many loop pass. You can check my thread " infinite loops " which is nested loops for this link.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Nov 2008 16:28:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maximum-runtime-exceeds-while-debugging/m-p/4687562#M1101917</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-15T16:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: maximum runtime exceeds while debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maximum-runtime-exceeds-while-debugging/m-p/4687563#M1101918</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;It depends on which Statement dump is coming.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is coming in SELECT Statement, try to narrow your search in Debugging mode so that Program should go forward.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is Coming in any Loop statement..you can go ahead by deleting some of the rows of the Internal Table during runtime.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this might not help you a lot.....you actually have to look the code in details and have to follow Best Coding practices....Atleast one of your WP is trying to consume Resources more that the Max Limit set by your BASIS Administrator ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Identify the probelm code and come back.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Nov 2008 18:36:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maximum-runtime-exceeds-while-debugging/m-p/4687563#M1101918</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-15T18:36:52Z</dc:date>
    </item>
  </channel>
</rss>

