<?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: Background task in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-task/m-p/4640796#M1092489</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;&lt;/P&gt;&lt;P&gt;Usually timeout issues do not affect background jobs. But yes there might be an infinite loop formed and hence the job keeps on executing. One more thing, if a background job is cancelled please check the job log once it will give you the error that has caused the job to stop.&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;Pramod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Oct 2008 06:51:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-13T06:51:44Z</dc:date>
    <item>
      <title>Background task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-task/m-p/4640794#M1092487</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;Can any1 gimme some tips on timeout issues for background tasks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am calling my FM in background task in VA01 which gets executed if I run the background task in Debug mode but doesnot get executed when i run the background task  without debug mode.Could not understand the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hoping it is a timeout issue.ny suggestions on this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2008 06:47:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-task/m-p/4640794#M1092487</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-13T06:47:07Z</dc:date>
    </item>
    <item>
      <title>Re: Background task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-task/m-p/4640795#M1092488</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;All GUI Function Modules dont run in background mode...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the FM you are using?&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;Vishwa.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2008 06:51:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-task/m-p/4640795#M1092488</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-13T06:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: Background task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-task/m-p/4640796#M1092489</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;&lt;/P&gt;&lt;P&gt;Usually timeout issues do not affect background jobs. But yes there might be an infinite loop formed and hence the job keeps on executing. One more thing, if a background job is cancelled please check the job log once it will give you the error that has caused the job to stop.&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;Pramod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2008 06:51:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-task/m-p/4640796#M1092489</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-13T06:51:44Z</dc:date>
    </item>
    <item>
      <title>Re: Background task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-task/m-p/4640797#M1092490</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;We also had a same issue. When running in debug mode, it executes perfectly, but when we execute directly , it doesnt work, its a time issue. just increase time . so that it will get time to save data. I hope it will solve your problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2008 07:04:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-task/m-p/4640797#M1092490</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-13T07:04:20Z</dc:date>
    </item>
    <item>
      <title>Re: Background task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-task/m-p/4640798#M1092491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Meena,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please temme how do you increase time in technical terms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;ani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2008 07:25:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-task/m-p/4640798#M1092491</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-13T07:25:08Z</dc:date>
    </item>
    <item>
      <title>Re: Background task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-task/m-p/4640799#M1092492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you use call screen statement then it may take loong time to run..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raghav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2008 07:26:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-task/m-p/4640799#M1092492</guid>
      <dc:creator>former_member182354</dc:creator>
      <dc:date>2008-10-13T07:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: Background task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-task/m-p/4640800#M1092493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil,&lt;/P&gt;&lt;P&gt; Please check below link for more details on how to resolve this issue. I hope it will be useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="5028184"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Best Regards,&lt;/P&gt;&lt;P&gt;Dinesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2008 07:35:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-task/m-p/4640800#M1092493</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-13T07:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: Background task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-task/m-p/4640801#M1092494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you use any FM which get confirmation from user (ie, YES / NO) and if the default value you've set is NO then it will not run in back ground (probably while debugging you might've answered YES).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For increasing the time, transaction RZ11 can used for which you can contact your BASIS team .&lt;/P&gt;&lt;P&gt;&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;Prabumanoharan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2008 07:38:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-task/m-p/4640801#M1092494</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-13T07:38:53Z</dc:date>
    </item>
    <item>
      <title>Re: Background task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-task/m-p/4640802#M1092495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this ' wait up to N seconds.' after call FM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2008 07:49:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-task/m-p/4640802#M1092495</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-13T07:49:01Z</dc:date>
    </item>
    <item>
      <title>Re: Background task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-task/m-p/4640803#M1092496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is your problem solved ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2008 14:21:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-task/m-p/4640803#M1092496</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-13T14:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: Background task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-task/m-p/4640804#M1092497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;'Wait upto N seconds'  is wrkin n gud  but i cant use due to some performance issues..&lt;/P&gt;&lt;P&gt;Plz suggest me somethin else..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnx,ani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2008 11:26:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-task/m-p/4640804#M1092497</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-14T11:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: Background task</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-task/m-p/4640805#M1092498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;alternative soln needed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2008 11:27:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-task/m-p/4640805#M1092498</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-14T11:27:32Z</dc:date>
    </item>
  </channel>
</rss>

