<?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: BDC Time Out Error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-time-out-error/m-p/1475450#M222982</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi KP,&lt;/P&gt;&lt;P&gt;    If you want your BDC to run in foreground and you should not get Time Out Error, then send a request to your Basis Administrator to increase the Time stamp(or  Program Runtime time stamp). The reason for the above is the administrator would have fixed a timestamp after which you will get a dump error(or Runtime error) even though you dont have any problem, so you need to tell the administrator to increase that time.&lt;/P&gt;&lt;P&gt;or.,&lt;/P&gt;&lt;P&gt;The better/optimized way is to run your BDC in Background.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards:-&lt;/P&gt;&lt;P&gt;Santosh.D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 31 Jul 2006 04:43:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-31T04:43:05Z</dc:date>
    <item>
      <title>BDC Time Out Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-time-out-error/m-p/1475443#M222975</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;Please tell me what to do when we get timeout error while running BDC. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Kesav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Jul 2006 12:35:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-time-out-error/m-p/1475443#M222975</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-29T12:35:02Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Time Out Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-time-out-error/m-p/1475444#M222976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will get the time out error only if you are running your program in the foreground and the runtime exceeds the maximum allowed runtime for an application in foreground.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Analyze the short dump, The dump will have the name of the parameter which needs to be configured for maximum runtime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the value of this parameter with your basis guy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the value cannot be changed then you need to schedule your program in the background.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Kiran&lt;/P&gt;&lt;P&gt;Please mark useful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Jul 2006 12:43:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-time-out-error/m-p/1475444#M222976</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-29T12:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Time Out Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-time-out-error/m-p/1475445#M222977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi KP,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You get the timeout error when runtime exceeds the maximum allowed runtime for an application. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the error log file (SM35). &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;Inder&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Jul 2006 12:53:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-time-out-error/m-p/1475445#M222977</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-29T12:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Time Out Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-time-out-error/m-p/1475446#M222978</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;time out error can come bcos of big files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try to split the file in 2 or 3 parts then upload it.&lt;/P&gt;&lt;P&gt;hope it works..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;cnu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Jul 2006 18:31:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-time-out-error/m-p/1475446#M222978</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-29T18:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Time Out Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-time-out-error/m-p/1475447#M222979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Run your program in background rather than in the foreground where you will get timeout error..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Abdul Hakim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Jul 2006 18:56:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-time-out-error/m-p/1475447#M222979</guid>
      <dc:creator>abdul_hakim</dc:creator>
      <dc:date>2006-07-29T18:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Time Out Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-time-out-error/m-p/1475448#M222980</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 processing the Batch-Imput "in Background" not in Digalog-Mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rainer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some points would be fine if that helped a bit...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2006 04:26:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-time-out-error/m-p/1475448#M222980</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-31T04:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Time Out Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-time-out-error/m-p/1475449#M222981</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;The maximum time for execution of any program in foreground is set to usually 5min. This can be changed by the BASIS person. If the Execution time of a report program exceeds this set time limit, then it gives an error of time out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your case, what you can do is create two programs. The Selection screen would be in ZPROG1. In ZPROG1 use JOB_OPEN, JOB_SUBMIT, JOB_CLOSE and in JOB_SUBMIT pass the Report name as ZPROG2. Here ZPROG2 is the Report program which would be executed in background. Cut paste the BDC logic from existing program into ZPROG2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So ZPROG1 would be executed in foreground and will call ZPROG2 in background. This would solve the problem of time out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2006 04:33:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-time-out-error/m-p/1475449#M222981</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-31T04:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Time Out Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-time-out-error/m-p/1475450#M222982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi KP,&lt;/P&gt;&lt;P&gt;    If you want your BDC to run in foreground and you should not get Time Out Error, then send a request to your Basis Administrator to increase the Time stamp(or  Program Runtime time stamp). The reason for the above is the administrator would have fixed a timestamp after which you will get a dump error(or Runtime error) even though you dont have any problem, so you need to tell the administrator to increase that time.&lt;/P&gt;&lt;P&gt;or.,&lt;/P&gt;&lt;P&gt;The better/optimized way is to run your BDC in Background.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards:-&lt;/P&gt;&lt;P&gt;Santosh.D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2006 04:43:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-time-out-error/m-p/1475450#M222982</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-31T04:43:05Z</dc:date>
    </item>
  </channel>
</rss>

