<?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: Executing in background in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/executing-in-background/m-p/1961598#M395253</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;normaly it doesn't work in background,&lt;/P&gt;&lt;P&gt;But there is one solution shown by Srilatha Thirukkovalluri.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here the link:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/9831750a-0801-0010-1d9e-f8c64efb2bd2" target="test_blank"&gt;https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/9831750a-0801-0010-1d9e-f8c64efb2bd2&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Dieter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Feb 2007 11:20:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-15T11:20:03Z</dc:date>
    <item>
      <title>Executing in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/executing-in-background/m-p/1961596#M395251</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;I have a program that selects some data and then downloads it to c:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, when running it as a background job, it appears that it has not created the defined file in C:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are there any special parameter to the gui_download or another command that should be used in order to create the file ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2007 11:17:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/executing-in-background/m-p/1961596#M395251</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-15T11:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: Executing in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/executing-in-background/m-p/1961597#M395252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check in C: drive the specified file you are downloading is present or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;shiba dutta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2007 11:19:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/executing-in-background/m-p/1961597#M395252</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-15T11:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: Executing in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/executing-in-background/m-p/1961598#M395253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;normaly it doesn't work in background,&lt;/P&gt;&lt;P&gt;But there is one solution shown by Srilatha Thirukkovalluri.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here the link:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/9831750a-0801-0010-1d9e-f8c64efb2bd2" target="test_blank"&gt;https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/9831750a-0801-0010-1d9e-f8c64efb2bd2&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Dieter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2007 11:20:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/executing-in-background/m-p/1961598#M395253</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-15T11:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: Executing in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/executing-in-background/m-p/1961599#M395254</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;Actually u cannot use gui_download. As you are executing in background the execution takes place at application server,so gui_donload does not work for application server.&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, 15 Feb 2007 11:22:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/executing-in-background/m-p/1961599#M395254</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-15T11:22:05Z</dc:date>
    </item>
    <item>
      <title>Re: Executing in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/executing-in-background/m-p/1961600#M395255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no special parameter.&lt;/P&gt;&lt;P&gt;Just give the path n pass the data through the internal table u need to be sent to the file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this.&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=1193789&amp;amp;messageID=1088950" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=1193789&amp;amp;messageID=1088950&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=1193789&amp;amp;messageID=852657" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=1193789&amp;amp;messageID=852657&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Priyanka.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2007 11:22:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/executing-in-background/m-p/1961600#M395255</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-15T11:22:27Z</dc:date>
    </item>
  </channel>
</rss>

