<?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: About executing a executable program in background in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-executing-a-executable-program-in-background/m-p/2123817#M445548</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;ws_download download using the url of the machine. These FM's work only in frontend. &lt;/P&gt;&lt;P&gt;In teh background mode the FM cannot read the URL, so cannot identify the path in the machine.&lt;/P&gt;&lt;P&gt;You cannot use these GUI FM's.&lt;/P&gt;&lt;P&gt;If you are downloading from application server you can use open dataset statement.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lavanya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Apr 2007 05:43:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-17T05:43:08Z</dc:date>
    <item>
      <title>About executing a executable program in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-executing-a-executable-program-in-background/m-p/2123814#M445545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi to all&lt;/P&gt;&lt;P&gt;I created a report program having one variant and downloading its content in a flat &lt;/P&gt;&lt;P&gt;file using ws_download function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I am going to download this in background , i am not getting the result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am fulfulling all requirement to schedule a job in background.&lt;/P&gt;&lt;P&gt;A job name and a variant.&lt;/P&gt;&lt;P&gt;Where I am wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz give me soln.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Anubhav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 15:40:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-executing-a-executable-program-in-background/m-p/2123814#M445545</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-16T15:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: About executing a executable program in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-executing-a-executable-program-in-background/m-p/2123815#M445546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WS_DOWNLOAD will not work in background jobs. If you want to fownload something in Background, use OPEN DATASET&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards, Murugesh AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2007 05:25:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-executing-a-executable-program-in-background/m-p/2123815#M445546</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-17T05:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: About executing a executable program in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-executing-a-executable-program-in-background/m-p/2123816#M445547</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; DOWNLOAD FM / UPLOAD FM'S i.e, WS_DOWNLOAD, WS_UPLOAD, GUI_UPLOAD AND GUI_DOWNLOAD will not work in background USE OPEN DATASET, CLOSE DATASET statements&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Santosh Kumar Patha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2007 05:27:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-executing-a-executable-program-in-background/m-p/2123816#M445547</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-17T05:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: About executing a executable program in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-executing-a-executable-program-in-background/m-p/2123817#M445548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;ws_download download using the url of the machine. These FM's work only in frontend. &lt;/P&gt;&lt;P&gt;In teh background mode the FM cannot read the URL, so cannot identify the path in the machine.&lt;/P&gt;&lt;P&gt;You cannot use these GUI FM's.&lt;/P&gt;&lt;P&gt;If you are downloading from application server you can use open dataset statement.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lavanya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2007 05:43:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-executing-a-executable-program-in-background/m-p/2123817#M445548</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-17T05:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: About executing a executable program in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-executing-a-executable-program-in-background/m-p/2123818#M445549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok,&lt;/P&gt;&lt;P&gt; so only we can download only in application server.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2007 04:12:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-executing-a-executable-program-in-background/m-p/2123818#M445549</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-18T04:12:12Z</dc:date>
    </item>
  </channel>
</rss>

