<?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: Foreground and Background in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/foreground-and-background/m-p/6018740#M1347286</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a profile parameter in basis against which there is a time value set for foreground applications, exceeding which they are terminated. So anything which is database intensive should be typlically scheduled as a background process.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To add further  there are work processes in an R/3 system responsible to carry out the dialog steps in an R/3 application.&lt;/P&gt;&lt;P&gt;Typically there are more Background WP's than Dialogue WP's (responsible for carrying out foreground jobs) in the night and vice versa. Therefore your background jobs will run faster in the night simply because there are more background work processes. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you understand the concept now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 31 Jul 2009 11:29:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-07-31T11:29:11Z</dc:date>
    <item>
      <title>Foreground and Background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/foreground-and-background/m-p/6018735#M1347281</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;Does the job  in BAckground will take lesser time to execute as compared to same job with same input parameters run in foreground?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THanks&lt;/P&gt;&lt;P&gt;Saurabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jul 2009 10:35:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/foreground-and-background/m-p/6018735#M1347281</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-31T10:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: Foreground and Background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/foreground-and-background/m-p/6018736#M1347282</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;No ...Not like that..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you encounter executing a program in foreground , which may take lot of time then u will get short dump in foreground..But u can run the same report in background  without any dump..as it may take long time to execute the report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jul 2009 10:48:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/foreground-and-background/m-p/6018736#M1347282</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2009-07-31T10:48:07Z</dc:date>
    </item>
    <item>
      <title>Re: Foreground and Background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/foreground-and-background/m-p/6018737#M1347283</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;When you run a job in the foreground, there is a time out after which you will get a dump. Such processes can be run in the background without interruption. That's the basic difference.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jul 2009 10:51:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/foreground-and-background/m-p/6018737#M1347283</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-31T10:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: Foreground and Background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/foreground-and-background/m-p/6018738#M1347284</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;There wont be any difference in the time of execution in both foreground and background mode. As mentioned for reports that take longer time of execution are placed as background jobs to avoid the timeout dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jul 2009 11:14:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/foreground-and-background/m-p/6018738#M1347284</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-31T11:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: Foreground and Background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/foreground-and-background/m-p/6018739#M1347285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Hi All,&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Does the job  in BAckground will take lesser time to execute as compared to same job with same input parameters run in foreground?&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; THanks&lt;/P&gt;&lt;P&gt;&amp;gt; Saurabh&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No.  It may take longer, it may take less time.  It depends how the system is set up.  Usually, during the day, there are more dialog processes than background. ( I'm not sure, but I believe it is possible to give these a higher share of system time than background ).  If there are a number of background jobs running concurrently, this will definitely slow down your job.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jul 2009 11:20:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/foreground-and-background/m-p/6018739#M1347285</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2009-07-31T11:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: Foreground and Background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/foreground-and-background/m-p/6018740#M1347286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a profile parameter in basis against which there is a time value set for foreground applications, exceeding which they are terminated. So anything which is database intensive should be typlically scheduled as a background process.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To add further  there are work processes in an R/3 system responsible to carry out the dialog steps in an R/3 application.&lt;/P&gt;&lt;P&gt;Typically there are more Background WP's than Dialogue WP's (responsible for carrying out foreground jobs) in the night and vice versa. Therefore your background jobs will run faster in the night simply because there are more background work processes. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you understand the concept now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jul 2009 11:29:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/foreground-and-background/m-p/6018740#M1347286</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-31T11:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: Foreground and Background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/foreground-and-background/m-p/6018741#M1347287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Saurabh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are no JOBs those run in foreground. Those are dialog processes. So time required for execution is not changed only the  limitation of dialog process timout can be avoided. Also, if you have multiple task done in one single dialog process then&lt;/P&gt;&lt;P&gt;you can divide them in multiple background JOBs provided they don't have inter-dependencies in such case time take to complete same task will be lesser than the dialog work process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Augustin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jul 2009 12:06:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/foreground-and-background/m-p/6018741#M1347287</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-31T12:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: Foreground and Background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/foreground-and-background/m-p/6018742#M1347288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2009 08:06:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/foreground-and-background/m-p/6018742#M1347288</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-13T08:06:14Z</dc:date>
    </item>
    <item>
      <title>Re: Foreground and Background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/foreground-and-background/m-p/6018743#M1347289</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;Thanks for the great answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could not find the program running in background. So it is foreground.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2011 08:53:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/foreground-and-background/m-p/6018743#M1347289</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-03T08:53:55Z</dc:date>
    </item>
  </channel>
</rss>

