<?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 execution is not working. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-execution-is-not-working/m-p/11522669#M1934474</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you're right - it looks as though there is a splitter container involved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason why these things can't run in the background (I think) is that the various screen containers etc etc are implemented as OCX's on the front end.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Jan 2016 10:34:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2016-01-28T10:34:26Z</dc:date>
    <item>
      <title>Background execution is not working.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-execution-is-not-working/m-p/11522667#M1934472</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;When I am executing the tcode : &lt;STRONG&gt;/IRM/IPCBAGRCD&lt;/STRONG&gt; (&lt;STRONG&gt;Vistex&lt;/STRONG&gt; t-code) in foreground then I am getting the output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I am executing in background then I am not able to found any spool request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here for display FM : &lt;STRONG&gt;/IRM/IPAGR_CHANGE_DOCS_DISPLAY&lt;/STRONG&gt;&amp;nbsp; is used for displaying the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please give me some suggestion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Foreground output:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/876142" width="450" /&gt; &lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Satya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 10:10:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-execution-is-not-working/m-p/11522667#M1934472</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-01-28T10:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: Background execution is not working.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-execution-is-not-working/m-p/11522668#M1934473</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;maybe your program use a custom container and this kind of technologie need a link with the SAPGui. That meens, it can't rund in foreground&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Fred&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 10:29:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-execution-is-not-working/m-p/11522668#M1934473</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2016-01-28T10:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: Background execution is not working.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-execution-is-not-working/m-p/11522669#M1934474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you're right - it looks as though there is a splitter container involved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason why these things can't run in the background (I think) is that the various screen containers etc etc are implemented as OCX's on the front end.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 10:34:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-execution-is-not-working/m-p/11522669#M1934474</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-01-28T10:34:26Z</dc:date>
    </item>
    <item>
      <title>Re: Background execution is not working.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-execution-is-not-working/m-p/11522670#M1934475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Satya Pal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did u try to debug the job and find out the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sometimes it gets into an infinite loop and hence the job doesn't get completed, due to which you will not be able to get the spool generated against it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Warm Regards,&lt;/P&gt;&lt;P&gt;Dinesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 11:54:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-execution-is-not-working/m-p/11522670#M1934475</guid>
      <dc:creator>former_member214709</dc:creator>
      <dc:date>2016-01-28T11:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: Background execution is not working.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/background-execution-is-not-working/m-p/11522671#M1934476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If it gets into an infinite loop in the background then surely with the same parameters it will get into an infinite loop in the foreground ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 15:50:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/background-execution-is-not-working/m-p/11522671#M1934476</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-01-28T15:50:31Z</dc:date>
    </item>
  </channel>
</rss>

