<?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 limit exceeded for abap program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-limit-exceeded-for-abap-program/m-p/5604723#M1277177</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As micky said this is a system parameter and is applicable for all programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sharath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 May 2009 13:21:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-12T13:21:16Z</dc:date>
    <item>
      <title>Time limit exceeded for abap program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-limit-exceeded-for-abap-program/m-p/5604715#M1277169</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 am executing a z program which reads data from DB and creats an XLS FIle.I am getting this error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&amp;gt; The program "SAPLZM03" 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;Everytime the program shows different line of error in the dump analysis st22.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this dumpm the error is at --&amp;gt;&lt;/P&gt;&lt;P&gt;   SELECT EBELN BUKRS LIFNR WAERS WKURS BEDAT KDATE LLIEF INCO1&lt;/P&gt;&lt;P&gt;         AEDAT                                   &lt;/P&gt;&lt;P&gt;          INCO2 AEDAT                                      &lt;/P&gt;&lt;P&gt;          INTO TABLE I_EKKO&lt;/P&gt;&lt;P&gt;          FROM EKKO&lt;/P&gt;&lt;P&gt;          WHERE ( BSART = 'CROP' OR BSART = 'SAS' )&lt;/P&gt;&lt;P&gt;          AND   BSTYP = 'K'&lt;/P&gt;&lt;P&gt;          AND   LOEKZ = ' '.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not understanding why a different line is shown at the timeout.How can I resolve this issue ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shital&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2009 13:04:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-limit-exceeded-for-abap-program/m-p/5604715#M1277169</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-12T13:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: Time limit exceeded for abap program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-limit-exceeded-for-abap-program/m-p/5604716#M1277170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Time out error (about 5 or 10 minutes) will hardly ever be on exactly the same line, since this on several variables. So it will differ from run to run.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2009 13:06:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-limit-exceeded-for-abap-program/m-p/5604716#M1277170</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2009-05-12T13:06:31Z</dc:date>
    </item>
    <item>
      <title>Re: Time limit exceeded for abap program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-limit-exceeded-for-abap-program/m-p/5604717#M1277171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your response.How can this issur be resolved?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2009 13:07:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-limit-exceeded-for-abap-program/m-p/5604717#M1277171</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-12T13:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: Time limit exceeded for abap program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-limit-exceeded-for-abap-program/m-p/5604718#M1277172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will have to do a performance analysis first to find out where it really hurts, performance wise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on the code you gave, we can't really say anything at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW. Read performance tuning forum post first. A lot of useful tips to be found here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2009 13:09:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-limit-exceeded-for-abap-program/m-p/5604718#M1277172</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2009-05-12T13:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: Time limit exceeded for abap program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-limit-exceeded-for-abap-program/m-p/5604719#M1277173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but is there any way to set the timeout period to more than 10 mins ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2009 13:12:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-limit-exceeded-for-abap-program/m-p/5604719#M1277173</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-12T13:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: Time limit exceeded for abap program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-limit-exceeded-for-abap-program/m-p/5604720#M1277174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This limit is set by the basis team. You can set it as much as you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sharath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2009 13:17:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-limit-exceeded-for-abap-program/m-p/5604720#M1277174</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-12T13:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: Time limit exceeded for abap program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-limit-exceeded-for-abap-program/m-p/5604721#M1277175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can we set the limit for a specific program only ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2009 13:18:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-limit-exceeded-for-abap-program/m-p/5604721#M1277175</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-12T13:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: Time limit exceeded for abap program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-limit-exceeded-for-abap-program/m-p/5604722#M1277176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, this is a SYSTEM (profile) parameter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2009 13:20:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-limit-exceeded-for-abap-program/m-p/5604722#M1277176</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2009-05-12T13:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: Time limit exceeded for abap program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-limit-exceeded-for-abap-program/m-p/5604723#M1277177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As micky said this is a system parameter and is applicable for all programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sharath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2009 13:21:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-limit-exceeded-for-abap-program/m-p/5604723#M1277177</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-12T13:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: Time limit exceeded for abap program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-limit-exceeded-for-abap-program/m-p/5604724#M1277178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks! let me speak to the basis guys&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What about writing a commit after every select ...will that help ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2009 13:22:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-limit-exceeded-for-abap-program/m-p/5604724#M1277178</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-12T13:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: Time limit exceeded for abap program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-limit-exceeded-for-abap-program/m-p/5604725#M1277179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shital,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please change the code according to this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA: i_ekko TYPE STANDARD TABLE OF ekko,
      i_ekko_wa LIKE LINE OF i_ekko.

START-OF-SELECTION.
  SELECT ebeln bukrs lifnr waers wkurs bedat kdate llief inco1
  aedat
  inco2 aedat
  INTO CORRESPONDING FIELDS OF TABLE i_ekko
  FROM ekko
  WHERE bsart = 'NB' " OR bsart = 'SAS' )
  AND bstyp = 'F'
  AND loekz = ''.

  IF sy-subrc = 0.
    IF NOT i_ekko IS INITIAL.
      SORT i_ekko BY ebeln.
      LOOP AT i_ekko INTO i_ekko_wa.
        READ TABLE i_ekko INTO i_ekko_wa WITH KEY ebeln = i_ekko_wa-ebeln.
        WRITE: AT 10 i_ekko_wa-ebeln, i_ekko_wa-bukrs, i_ekko_wa-lifnr.
        WRITE: AT 20 i_ekko_wa-waers, i_ekko_wa-wkurs, i_ekko_wa-bedat.
      ENDLOOP.
    ENDIF.
  ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will not give you the time out error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;-Syed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Matt on May 12, 2009 3:55 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2009 13:24:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-limit-exceeded-for-abap-program/m-p/5604725#M1277179</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-12T13:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: Time limit exceeded for abap program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-limit-exceeded-for-abap-program/m-p/5604726#M1277180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, it won't. Totally different subjects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try not to change the time out parameter, change the code. That's were the actual problem lies, probably in the database access(es).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2009 13:24:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-limit-exceeded-for-abap-program/m-p/5604726#M1277180</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2009-05-12T13:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: Time limit exceeded for abap program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-limit-exceeded-for-abap-program/m-p/5604727#M1277181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, COMMIT WORK wont solve the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use performance Optimizing techniques to optimize your select like using primary keys, creating secondary index etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sharath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2009 13:27:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-limit-exceeded-for-abap-program/m-p/5604727#M1277181</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-12T13:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: Time limit exceeded for abap program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-limit-exceeded-for-abap-program/m-p/5604728#M1277182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shital,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your query the issue is :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;In a SELECT access, the read file could not be placed in the target
field provided.
Either the conversion is not supported for the type of the target field,
the target field is too small to include the value, or the data does not
have the format required for the target field.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you make use of the &lt;STRONG&gt;INTO CORRESPONDING FIELDS OF TABLE&lt;/STRONG&gt; it will quickly dump all the values into the internal table, enabling lesser time consumption.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this, if not please reply back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;-Syed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2009 13:29:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-limit-exceeded-for-abap-program/m-p/5604728#M1277182</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-12T13:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: Time limit exceeded for abap program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-limit-exceeded-for-abap-program/m-p/5604729#M1277183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Syed,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what makes you think this is the problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you are describing is a problem that occurs when using an internal table which does not equal the actual fields from the select resulting in a short dump. In this case, however, a time out error occurs, resulting in a short dump as well, but two totally different issues.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2009 13:35:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-limit-exceeded-for-abap-program/m-p/5604729#M1277183</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2009-05-12T13:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: Time limit exceeded for abap program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-limit-exceeded-for-abap-program/m-p/5604730#M1277184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree with  Micky ,&lt;/P&gt;&lt;P&gt;Time out error (about 5 or 10 minutes) will hardly ever be on exactly the same line, since this on several variables. So it will differ from run to run.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I need to optimize the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What are the most important things I should look for in a select that will make a quick difference once the query is optimized?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2009 13:38:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-limit-exceeded-for-abap-program/m-p/5604730#M1277184</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-12T13:38:33Z</dc:date>
    </item>
    <item>
      <title>Re: Time limit exceeded for abap program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-limit-exceeded-for-abap-program/m-p/5604731#M1277185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Some pointers (quite general):&lt;/P&gt;&lt;P&gt;1. Do not use SELECT - ENDSELECT.&lt;/P&gt;&lt;P&gt;2. No SELECT within LOOP.&lt;/P&gt;&lt;P&gt;3. User sorted, hashed internal tables with (non)unique key.&lt;/P&gt;&lt;P&gt;4. Use primary/ secondary index for database access.&lt;/P&gt;&lt;P&gt;5. Use Joins.&lt;/P&gt;&lt;P&gt;6. etc. etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again, the code extract you posted looks ok (Use of secondary index BSTYP), but 'we' would need to see the 'whole' code to give you some more specific help. However, since this is a module pool program this will not be easy to do in a way to keep it readable. Especially when you are using OO as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2009 13:46:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-limit-exceeded-for-abap-program/m-p/5604731#M1277185</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2009-05-12T13:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: Time limit exceeded for abap program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-limit-exceeded-for-abap-program/m-p/5604732#M1277186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Moved to the correct forum&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And for further tips - do what Micky said: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;BTW. Read performance tuning forum post first. A lot of useful tips to be found here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2009 13:57:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-limit-exceeded-for-abap-program/m-p/5604732#M1277186</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2009-05-12T13:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: Time limit exceeded for abap program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-limit-exceeded-for-abap-program/m-p/5604733#M1277187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;At the moment I am running the program in background and that is working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;meanwhile I need to  go through the code and optimize it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2009 09:27:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-limit-exceeded-for-abap-program/m-p/5604733#M1277187</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-14T09:27:36Z</dc:date>
    </item>
  </channel>
</rss>

