<?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: TIME_OUT error in back ground in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-out-error-in-back-ground/m-p/4789700#M1121822</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;first of all using a select statement in the loop  is not avisable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use a read statement instead of loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;poonam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Dec 2008 13:19:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-05T13:19:48Z</dc:date>
    <item>
      <title>TIME_OUT error in back ground</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-out-error-in-back-ground/m-p/4789698#M1121820</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;I have scheduled a program in background.But i am getting short dump as TIME_OUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting the following dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;********************************************************************&lt;/P&gt;&lt;P&gt;Runtime Errors         TIME_OUT&lt;/P&gt;&lt;P&gt;       Occurred on     04.12.2008 at 06:11:26&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Time limit exceeded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;What happened?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The program "SAPLZ_PTI_FILE" has exceeded the maximum permitted runtime without&lt;/P&gt;&lt;P&gt;interruption, and has therefore been terminated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;002430       WHEN 'WA_INSTALL-ANLAGE'.&lt;/P&gt;&lt;P&gt;002440         DATA:  c_anlage(10) TYPE n.&lt;/P&gt;&lt;P&gt;002450         c_anlage = lw_sdata-symvalue.&lt;/P&gt;&lt;P&gt;     &amp;gt;         SELECT SINGLE aklasse FROM eanlh INTO p_aklasse   &lt;STRONG&gt;----&amp;gt;dump occurs here&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;002470          WHERE anlage = c_anlage&lt;/P&gt;&lt;P&gt;002480          AND   bis = '99991231'.&lt;/P&gt;&lt;P&gt;002490&lt;/P&gt;&lt;P&gt;002500   *- Sluitveld geeft einde van te verwerken IDOC-data&lt;/P&gt;&lt;P&gt;002510       WHEN 'GV_EINDVELD'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*************************************************************************&lt;/P&gt;&lt;P&gt;This code is executing inside a loop.&lt;/P&gt;&lt;P&gt;Anybody has the solution for this?&lt;/P&gt;&lt;P&gt;Please help me, in solving this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnaks&lt;/P&gt;&lt;P&gt;Taj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2008 15:52:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-out-error-in-back-ground/m-p/4789698#M1121820</guid>
      <dc:creator>former_member213215</dc:creator>
      <dc:date>2008-12-04T15:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: TIME_OUT error in back ground</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-out-error-in-back-ground/m-p/4789699#M1121821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you need to  SELECT aklasse FROM eanlh INTO  internal_table for all entries(where you are currently looping.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then in loop insted of select single wite Read internal_table with key&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2008 13:16:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-out-error-in-back-ground/m-p/4789699#M1121821</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-05T13:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: TIME_OUT error in back ground</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-out-error-in-back-ground/m-p/4789700#M1121822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;first of all using a select statement in the loop  is not avisable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use a read statement instead of loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;poonam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2008 13:19:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-out-error-in-back-ground/m-p/4789700#M1121822</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-05T13:19:48Z</dc:date>
    </item>
    <item>
      <title>Re: TIME_OUT error in back ground</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-out-error-in-back-ground/m-p/4789701#M1121823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your Select statement has got nothing to do with the dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is a TIME OUT dump which simply means that maximum allotted time was exceeded. Try to  do some performance tuning on your report. Just walk through the report in debug mode to just check if it falling in some infinite loop. Or you could try to limit the amount of data being processed through your selection parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If nothing above works. Request your basis to somehow increase the time limit further.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These are the only ways. Most importantly Do Performance Tuning. All The Best ! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try transaction se30. It will help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2008 14:19:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-out-error-in-back-ground/m-p/4789701#M1121823</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-05T14:19:33Z</dc:date>
    </item>
  </channel>
</rss>

