<?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: OBJECT ORIENTED REPORT EXECUTING BACKGROUND? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/object-oriented-report-executing-background/m-p/9904423#M1793161</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Because there is no active GUI when you are running in background.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All GUI functions make use of the presentation server when executing which is not available when you run a program in background. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, there are alternatives for most of the GUI functions to perform the same task in background.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, if instead of GUI_UPLOAD/GUI_DOWNLOAD functions, you can use OPEN/READ/WRITE/CLOSE dataset statement to perform the same function. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Dec 2013 07:44:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-12-10T07:44:00Z</dc:date>
    <item>
      <title>OBJECT ORIENTED REPORT EXECUTING BACKGROUND?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/object-oriented-report-executing-background/m-p/9904420#M1793158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In object oriented alv reports why gui controls not supported back ground jobs?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 07:38:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/object-oriented-report-executing-background/m-p/9904420#M1793158</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-10T07:38:15Z</dc:date>
    </item>
    <item>
      <title>Re: OBJECT ORIENTED REPORT EXECUTING BACKGROUND?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/object-oriented-report-executing-background/m-p/9904421#M1793159</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;in background you didn't have gui .. so you can't control it &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/408/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;did you try to display an ALV Grid or Tree in background. Instead of a custom container try to use a docking container&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;Fred &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 07:43:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/object-oriented-report-executing-background/m-p/9904421#M1793159</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2013-12-10T07:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: OBJECT ORIENTED REPORT EXECUTING BACKGROUND?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/object-oriented-report-executing-background/m-p/9904422#M1793160</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;The OO report you are referring would be using a screen...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the container requires a connection to the frontend which cannot be reached in background.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a solution with docking container given by peter in the clog below have alook.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="20392" __jive_macro_name="thread" class="jive_macro_thread jive_macro" data-orig-content="OO ALV in background job" href="https://community.sap.com/" modifiedtitle="true" title="OO ALV in background job"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 07:43:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/object-oriented-report-executing-background/m-p/9904422#M1793160</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-10T07:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: OBJECT ORIENTED REPORT EXECUTING BACKGROUND?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/object-oriented-report-executing-background/m-p/9904423#M1793161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Because there is no active GUI when you are running in background.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All GUI functions make use of the presentation server when executing which is not available when you run a program in background. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, there are alternatives for most of the GUI functions to perform the same task in background.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, if instead of GUI_UPLOAD/GUI_DOWNLOAD functions, you can use OPEN/READ/WRITE/CLOSE dataset statement to perform the same function. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 07:44:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/object-oriented-report-executing-background/m-p/9904423#M1793161</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-10T07:44:00Z</dc:date>
    </item>
  </channel>
</rss>

