<?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: Override TIME_OUT setting Programmatically in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/override-time-out-setting-programmatically/m-p/854022#M46822</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;and the other way is to use "commit work" after time consuming steps in your program.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Malgorzata&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Apr 2005 09:29:47 GMT</pubDate>
    <dc:creator>MalaGo</dc:creator>
    <dc:date>2005-04-20T09:29:47Z</dc:date>
    <item>
      <title>Override TIME_OUT setting Programmatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/override-time-out-setting-programmatically/m-p/854020#M46820</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;I have a program that has to be run in the foreground mode. Is there anyway for me to override the TIME_OUT setting programmatically. I do not necessarily want to extend the time_out for that program run but would be even happy if I am able to make it ignore the time-out setting totally.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We will be using the program in a very controlled environment so the chances of overloading the system are not much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Atul Kulkarni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2005 22:24:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/override-time-out-setting-programmatically/m-p/854020#M46820</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-19T22:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: Override TIME_OUT setting Programmatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/override-time-out-setting-programmatically/m-p/854021#M46821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Atul!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One trick to overrride timeout programmatically is to force screen data exchange by, for example, call of SAPGUI_PROGRESS_INDICATOR during time consuming steps in your program(inside loops, between heavy selects or FM calls or something like that). &lt;/P&gt;&lt;P&gt;As pleasant side effect with SAPGUI_PROGRESS_INDICATOR you get additional visual info about program execution flow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Maxim.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2005 02:56:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/override-time-out-setting-programmatically/m-p/854021#M46821</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-20T02:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: Override TIME_OUT setting Programmatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/override-time-out-setting-programmatically/m-p/854022#M46822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;and the other way is to use "commit work" after time consuming steps in your program.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Malgorzata&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2005 09:29:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/override-time-out-setting-programmatically/m-p/854022#M46822</guid>
      <dc:creator>MalaGo</dc:creator>
      <dc:date>2005-04-20T09:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: Override TIME_OUT setting Programmatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/override-time-out-setting-programmatically/m-p/854023#M46823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Maxim,&lt;/P&gt;&lt;P&gt;Thanks for the quick answer. We already had the SAPGUI_PROGRESS_INDICATOR call in our program but I guess we never tried it to the limit. We are going to test and will let you know if it helps.&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;Atul&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Atul Kulkarni&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2005 13:33:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/override-time-out-setting-programmatically/m-p/854023#M46823</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-22T13:33:06Z</dc:date>
    </item>
    <item>
      <title>Re: Override TIME_OUT setting Programmatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/override-time-out-setting-programmatically/m-p/854024#M46824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Maxim and Malgorzata,&lt;/P&gt;&lt;P&gt;Your answers definitely helped. We tested the program and it runs without timing out!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the quick help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Atul Kulkarni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2005 14:58:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/override-time-out-setting-programmatically/m-p/854024#M46824</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-26T14:58:18Z</dc:date>
    </item>
  </channel>
</rss>

