<?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: Timed out running standard code in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/timed-out-running-standard-code/m-p/7082999#M1506249</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am re-processing an idoc in WE19 where I select the option run in background only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to know whether there is any other settings for running time of background jobs because when I checked a dump happened for program run in background for more than 10 hours, it says the settings is only for 600 seconds.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is only 600 seconds that time, then how the program ran for more than 10 hours then and not now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: vinraaj on Jul 2, 2010 6:06 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Jul 2010 11:23:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-07-01T11:23:52Z</dc:date>
    <item>
      <title>Timed out running standard code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/timed-out-running-standard-code/m-p/7082997#M1506247</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;We have a customized function module to process idoc to create materials.  &lt;/P&gt;&lt;P&gt;Last week it was running fine for even 76000 segments, which processed in 90 minutes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when i tried to reprocess the same idoc in this week, it is timed out in 10 minutes.  When i checked,&lt;/P&gt;&lt;P&gt;the control itself is not coming to my function module before which its executing a loop in standard code and &lt;/P&gt;&lt;P&gt;getting timed out there.  Below is the code from standard program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its inside the inlcude &lt;STRONG&gt;MSED7F03&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
* build data records
 LOOP AT t_nodes_in WHERE type &amp;lt;&amp;gt; c_node_type_h.
   CLEAR l_sdata.
* get data from background table
   PERFORM data_from_node_get
                           USING
                              t_nodes_in-hide
                              t_data_records_in-sdata.

   t_data_records_in-segnam = t_nodes_in-name.
   APPEND t_data_records_in.
 ENDLOOP.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did a dump analysis and found out that the setting is done in the transaction RZ11, where we provide u201Crdisp/max_wprun_timeu201D as input parameter.  Now the time limit is provided as 600 seconds. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But changing this is not a solution I feel as this is just temperory, once after the server is restarted the values will be set to the default.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Waiting for the valubale suggestions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jul 2010 07:14:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/timed-out-running-standard-code/m-p/7082997#M1506247</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-01T07:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: Timed out running standard code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/timed-out-running-standard-code/m-p/7082998#M1506248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am not sure what changes you have made and how you are running the program.&lt;/P&gt;&lt;P&gt;it will be always good to run the programs in back ground which takes more than 3 mintues in dialog mode !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jul 2010 10:32:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/timed-out-running-standard-code/m-p/7082998#M1506248</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-01T10:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: Timed out running standard code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/timed-out-running-standard-code/m-p/7082999#M1506249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am re-processing an idoc in WE19 where I select the option run in background only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to know whether there is any other settings for running time of background jobs because when I checked a dump happened for program run in background for more than 10 hours, it says the settings is only for 600 seconds.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is only 600 seconds that time, then how the program ran for more than 10 hours then and not now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: vinraaj on Jul 2, 2010 6:06 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jul 2010 11:23:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/timed-out-running-standard-code/m-p/7082999#M1506249</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-01T11:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: Timed out running standard code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/timed-out-running-standard-code/m-p/7083000#M1506250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;run time limits apply to foreground execution only, if I remember correctly...that's why we use background for anything that is going to be lengthy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jul 2010 14:54:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/timed-out-running-standard-code/m-p/7083000#M1506250</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-06T14:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: Timed out running standard code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/timed-out-running-standard-code/m-p/7083001#M1506251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sounds like parallel processing is active when you process your IDocs, and dialog processes are being used in this case, so the runtime limit does apply. Maybe there is a few "big" IDocs that cause the runtime to exceed 10 minutes?&lt;/P&gt;&lt;P&gt;Since SAP standard code is involved, did you check for SAP notes?&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jul 2010 15:13:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/timed-out-running-standard-code/m-p/7083001#M1506251</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2010-07-06T15:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: Timed out running standard code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/timed-out-running-standard-code/m-p/7083002#M1506252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;closed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jul 2010 10:39:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/timed-out-running-standard-code/m-p/7083002#M1506252</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-07T10:39:20Z</dc:date>
    </item>
  </channel>
</rss>

