<?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 tuning (runtime limit) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-tuning-runtime-limit/m-p/9132868#M1708696</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Before starting to remove INTO CORRESPONDING, splitting joins or calling progress indicators (the first two will not help; the last one is curing the symptom, but not the cause), you should find the real bottlenecks. Did you run a runtime analysis with transactions SAT or ST12 (please search for additional related information)?&lt;/P&gt;&lt;P&gt;Can this report simply run in a background process? Is this a report that users look at or is it rather some interface or automatic process? Can you force users to enter narrow selection criteria?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Nov 2012 15:42:38 GMT</pubDate>
    <dc:creator>ThomasZloch</dc:creator>
    <dc:date>2012-11-15T15:42:38Z</dc:date>
    <item>
      <title>Performance tuning (runtime limit)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-tuning-runtime-limit/m-p/9132862#M1708690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial; font-size: 14px; background-color: #ffffff;"&gt;Hello Gurus, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial; font-size: 14px; background-color: #ffffff;"&gt;I'm trying to improve the performance of a report. I have the runtime limit fixed to 1800 seconds but I have to access to huge table like Rseg, Ekpo ,or Ekbe most and most of the time the access is with a partial key. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial; font-size: 14px; background-color: #ffffff;"&gt;Which of these 2 accesses is more efficient: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial; font-size: 14px; background-color: #ffffff;"&gt;select ebeln ebelp zeile belnr gjhar from ekbe into corresponding fields of table it_ekke &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial; font-size: 14px; background-color: #ffffff;"&gt;where ebeln = it_ekko-ebeln &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial; font-size: 14px; background-color: #ffffff;"&gt;and ebelp = it_ekko-ebelp. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR style="color: #000000; font-size: 14px; font-family: arial; background-color: #ffffff;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial; font-size: 14px; background-color: #ffffff;"&gt;or it's better doing &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR style="color: #000000; font-size: 14px; font-family: arial; background-color: #ffffff;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial; font-size: 14px; background-color: #ffffff;"&gt;select ebeln ebelp zeile belnr gjhar from ekbe appending corresponding fields of table it_ekke package size 10000 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial; font-size: 14px; background-color: #ffffff;"&gt;where ebeln = it_ekko-ebeln &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial; font-size: 14px; background-color: #ffffff;"&gt;and ebelp = it_ekko-ebelp. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR style="color: #000000; font-size: 14px; font-family: arial; background-color: #ffffff;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial; font-size: 14px; background-color: #ffffff;"&gt;knowing that it_ekpo has 600000 records. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR style="color: #000000; font-size: 14px; font-family: arial; background-color: #ffffff;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial; font-size: 14px; background-color: #ffffff;"&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2012 10:08:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-tuning-runtime-limit/m-p/9132862#M1708690</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-11-15T10:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: Performance tuning (runtime limit)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-tuning-runtime-limit/m-p/9132863#M1708691</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;First of all can you not drop INTO CORRESPONDING FIELDS OF?? I&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;NTO CORRSEPONING will serch for the field names in the internal table and will then insert resulting in poor performance&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; color: #333333; font-size: 12px;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #333333; font-size: 12px;"&gt;If this is an existing program and you just cannot change the entire select logic then its better to avoid appending corresponding. But trust me, you are asking to choose between worse and worst.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #333333; font-size: 12px;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #333333; font-size: 12px;"&gt;Anubhav&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2012 11:03:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-tuning-runtime-limit/m-p/9132863#M1708691</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-11-15T11:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: Performance tuning (runtime limit)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-tuning-runtime-limit/m-p/9132864#M1708692</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 want to avoid the TIMEOUT dump you can split your SELECT to several selects, for example using PACKAGE SIZE. And you need to add progress indicator which resets time counter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2012 11:46:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-tuning-runtime-limit/m-p/9132864#M1708692</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-11-15T11:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: Performance tuning (runtime limit)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-tuning-runtime-limit/m-p/9132865#M1708693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try like this&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial; font-size: 14px; background-color: #ffffff;"&gt;select ebeln ebelp zeile belnr gjhar from ekbe &lt;STRONG&gt;into table &lt;/STRONG&gt;it_ekke &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial; font-size: 14px; background-color: #ffffff;"&gt;where ebeln = it_ekko-ebeln &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial; font-size: 14px; background-color: #ffffff;"&gt;and ebelp = it_ekko-ebelp. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR style="color: #000000; font-size: 14px; font-family: arial; background-color: #ffffff;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial; font-size: 14px; background-color: #ffffff;"&gt;or it's better doing &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR style="color: #000000; font-size: 14px; font-family: arial; background-color: #ffffff;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial; font-size: 14px; background-color: #ffffff;"&gt;select ebeln ebelp zeile belnr gjhar from ekbe &lt;STRONG&gt;appending table&lt;/STRONG&gt; it_ekke package size 10000 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial; font-size: 14px; background-color: #ffffff;"&gt;where ebeln = it_ekko-ebeln &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial; font-size: 14px; background-color: #ffffff;"&gt;and ebelp = it_ekko-ebelp. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 14px; background-color: #ffffff; font-family: arial;"&gt;&lt;STRONG&gt;whenever use more than 5 joins better to use -for all entries.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 14px; background-color: #ffffff; font-family: arial;"&gt;for progress INDIACTOR USE LIKE THIS,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;STRONG&gt;CALL &lt;SPAN class="L0S52"&gt;FUNCTION &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'SAPGUI_PROGRESS_INDICATOR'&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;EXPORTING&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; percentage &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;pv_percentage&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;text&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'In Progress'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial; font-size: 14px; background-color: #ffffff;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial; font-size: 14px; background-color: #ffffff;"&gt;Gourav.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 14px; background-color: #ffffff; font-family: arial;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial; font-size: 14px; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2012 12:26:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-tuning-runtime-limit/m-p/9132865#M1708693</guid>
      <dc:creator>gouravkumar64</dc:creator>
      <dc:date>2012-11-15T12:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: Performance tuning (runtime limit)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-tuning-runtime-limit/m-p/9132866#M1708694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Anubhav Duttagupta,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is complete nonsense that INTO CORRESPONDING FIELDS OF will affect performance because it is evaluated at compile time in this case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do not believe everything that my have been true 20 years ago.&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;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2012 13:16:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-tuning-runtime-limit/m-p/9132866#M1708694</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2012-11-15T13:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: Performance tuning (runtime limit)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-tuning-runtime-limit/m-p/9132867#M1708695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Boss, this forum is not for targeting others posts.&lt;/P&gt;&lt;P&gt;You disagree you put your own point with evidence. Simple as that. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Advice you to be more focussed when you reply. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Anubhav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2012 15:40:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-tuning-runtime-limit/m-p/9132867#M1708695</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-11-15T15:40:10Z</dc:date>
    </item>
    <item>
      <title>Re: Performance tuning (runtime limit)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-tuning-runtime-limit/m-p/9132868#M1708696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Before starting to remove INTO CORRESPONDING, splitting joins or calling progress indicators (the first two will not help; the last one is curing the symptom, but not the cause), you should find the real bottlenecks. Did you run a runtime analysis with transactions SAT or ST12 (please search for additional related information)?&lt;/P&gt;&lt;P&gt;Can this report simply run in a background process? Is this a report that users look at or is it rather some interface or automatic process? Can you force users to enter narrow selection criteria?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2012 15:42:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-tuning-runtime-limit/m-p/9132868#M1708696</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2012-11-15T15:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: Performance tuning (runtime limit)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-tuning-runtime-limit/m-p/9132869#M1708697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, Clemens was quite direct, but he is right in saying that removing INTO CORRESPONDING has almost no effect (less than 1% gain, if at all, look for previous discussions of this topic in this space, some with measurements). On the contrary, this construct allows for some neat programming logic that I would not want to miss.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are posting in a public space, anybody is invited to challenge statements made by others, as long as our specific rules of engagement and professionalism in general are observed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2012 15:48:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-tuning-runtime-limit/m-p/9132869#M1708697</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2012-11-15T15:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: Performance tuning (runtime limit)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-tuning-runtime-limit/m-p/9132870#M1708698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Absolutely agree. Optimizing the report is of paramount importance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2012 15:50:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-tuning-runtime-limit/m-p/9132870#M1708698</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-11-15T15:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: Performance tuning (runtime limit)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-tuning-runtime-limit/m-p/9132871#M1708699</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;starting with the alternatives you gave originally, please note what SAP help says:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"If the addition &lt;SPAN class="qtext"&gt;PACKAGE SIZE&lt;/SPAN&gt; is specified together with &lt;A class="blue"&gt; &lt;SPAN class="qtext"&gt;FOR ALL ENTRIES&lt;/SPAN&gt;&lt;/A&gt;, all rows selected are first imported to an internal system table. The packages are only formed during the transfer from the system table to the actual target table. In this way, the &lt;SPAN class="qtext"&gt;FOR ALL ENTRIES&lt;/SPAN&gt; addition overrides the effect of &lt;SPAN class="qtext"&gt;PACKAGE SIZE&lt;/SPAN&gt; to prevent memory overflows."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both statements mentioned can work with &lt;SPAN class="qtext"&gt;FOR ALL ENTRIES only except if the select statement is inside a loop at &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: arial; font-size: 14px; background-color: #ffffff;"&gt;it_ekko - which I do not believe.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial; font-size: 14px; background-color: #ffffff;"&gt;Using &lt;/SPAN&gt;&lt;SPAN class="qtext"&gt;FOR ALL ENTRIES the data are transported in packages of 5 rows from the database by default. Here you may have better results using database hints in the select statement, i.e.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT ...&lt;/P&gt;&lt;P&gt;&amp;nbsp; INTO&lt;/P&gt;&lt;P&gt;&amp;nbsp; FROM&lt;/P&gt;&lt;P&gt;&amp;nbsp; FOR ALL ENTRIES IN ...&lt;/P&gt;&lt;P&gt;&amp;nbsp; WHERE ...&lt;/P&gt;&lt;P&gt;%_HINTS ORACLE '&amp;amp;max_in_blocking_factor 100&amp;amp; &amp;amp;max_blocking_factor 100&amp;amp;'.&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;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2012 16:29:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-tuning-runtime-limit/m-p/9132871#M1708699</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2012-11-15T16:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: Performance tuning (runtime limit)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-tuning-runtime-limit/m-p/9132872#M1708700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanx to you all, all the replies were really helpul, i have optimized the code using the for all entries and most of all optimized the accesses to the table before this point.&lt;/P&gt;&lt;P&gt;There was still a run time limit but i overtook it with &lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;CALL &lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;FUNCTION &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;'SAPGUI_PROGRESS_INDICATOR'&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;EXPORTING&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; percentage &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;pv_percentage&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;text&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;'In Progress'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55" style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2012 09:06:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-tuning-runtime-limit/m-p/9132872#M1708700</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-11-19T09:06:05Z</dc:date>
    </item>
  </channel>
</rss>

