<?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 Processing inBackground in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/processing-inbackground/m-p/1752231#M326222</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;I have a requirement where the user enters start date and end date in the selection screen and if the number days is more than 30 i need to run that report in background if the number of days is less than 30 days then i need to run in foreground.&lt;/P&gt;&lt;P&gt;How to run the report in background?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Ram.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Dec 2006 10:56:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-08T10:56:04Z</dc:date>
    <item>
      <title>Processing inBackground</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/processing-inbackground/m-p/1752231#M326222</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;I have a requirement where the user enters start date and end date in the selection screen and if the number days is more than 30 i need to run that report in background if the number of days is less than 30 days then i need to run in foreground.&lt;/P&gt;&lt;P&gt;How to run the report in background?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Ram.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2006 10:56:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/processing-inbackground/m-p/1752231#M326222</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-08T10:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: Processing inBackground</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/processing-inbackground/m-p/1752232#M326223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;In the AT SELECTION SCREEN event&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write the logic to get the number of days&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If number of days gt 30 then&lt;/P&gt;&lt;P&gt;give an error message saying 'Interval is greater than 30 Please process in background'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will enable the user himself to process the program in background&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2006 10:59:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/processing-inbackground/m-p/1752232#M326223</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-08T10:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: Processing inBackground</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/processing-inbackground/m-p/1752233#M326224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dominic,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     That was a nice suggestion, but iam not sure if the customer would accept the same. I will suggest this and see what the customer has to say. &lt;/P&gt;&lt;P&gt;In the mean time is there a way that we can provide a message and execute the report in background instead of allowing the user to run the report in background?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Ram.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2006 11:05:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/processing-inbackground/m-p/1752233#M326224</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-08T11:05:20Z</dc:date>
    </item>
    <item>
      <title>Re: Processing inBackground</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/processing-inbackground/m-p/1752234#M326225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;Create a new report and then check for the conditons during the execution of your parent report and then if the condition is satisfied submit the second report in back ground using JOB_OPEN, JOB_SUBMIT, JOB_CLOSE.&lt;/P&gt;&lt;P&gt;if not then just SUBMIT the child report...this is the only way to do it I feel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2006 11:31:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/processing-inbackground/m-p/1752234#M326225</guid>
      <dc:creator>aakash_neelaperumal2</dc:creator>
      <dc:date>2006-12-08T11:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: Processing inBackground</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/processing-inbackground/m-p/1752235#M326226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Akash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is a very helpful answer. I will try this and let you know. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Ram.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2006 11:40:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/processing-inbackground/m-p/1752235#M326226</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-08T11:40:11Z</dc:date>
    </item>
  </channel>
</rss>

