<?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: FUNCTION 'GUI_DOWNLOAD' in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-gui-download/m-p/1882259#M370398</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can download your text file on the Application server using statements OPEN DATASET, TRANSFER etc. For more info you can get the help by pressing F1 on the above statements in ABAP editor. The application server files you can read using transaction AL11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 04 Feb 2007 07:38:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-04T07:38:51Z</dc:date>
    <item>
      <title>FUNCTION 'GUI_DOWNLOAD'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-gui-download/m-p/1882251#M370390</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;When i execute an Online  program that use  the function 'GUI_DOWNLOAD', then the program is running OK.&lt;/P&gt;&lt;P&gt;However  When i execute  the same program in background i get an unknown &lt;/P&gt;&lt;P&gt;error from the function 'GUI_DOWNLOAD' (return code 6 ) !&lt;/P&gt;&lt;P&gt;I wanted to know the reason for the error, and how to correct it ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Moshe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2007 16:19:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-gui-download/m-p/1882251#M370390</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-01T16:19:05Z</dc:date>
    </item>
    <item>
      <title>Re: FUNCTION 'GUI_DOWNLOAD'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-gui-download/m-p/1882252#M370391</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;it is meant to be used for online (foreground) processing only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;madhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2007 16:20:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-gui-download/m-p/1882252#M370391</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-01T16:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: FUNCTION 'GUI_DOWNLOAD'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-gui-download/m-p/1882253#M370392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Solman,&lt;/P&gt;&lt;P&gt;   Any sort of communicatipn with the presentation server in background is not supported. GUI_DOWNLOAD is one such Function module which tries to communicate with the presentation server.&lt;/P&gt;&lt;P&gt;YOu can perhaps only download it to an application server and later move it to presentation server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is one work around for this, but its too tedious a solution, which works only on the system on which it is configured.&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;Regards,&lt;/P&gt;&lt;P&gt;ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2007 16:21:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-gui-download/m-p/1882253#M370392</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-01T16:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: FUNCTION 'GUI_DOWNLOAD'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-gui-download/m-p/1882254#M370393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We can not use the GUI_DOWNLOAD function module in the Background, it won't support that process, so better to download the same file into Application server . you can download the file to Application server in the Background Mode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2007 16:23:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-gui-download/m-p/1882254#M370393</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-01T16:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: FUNCTION 'GUI_DOWNLOAD'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-gui-download/m-p/1882255#M370394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;GUI_DOWNLOAD access the GUI through SAPGUI, this function cannot work in background. (the NO_BATCH exception is explicit)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To access these folders in batch use other tools like FTP or so.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2007 16:25:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-gui-download/m-p/1882255#M370394</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2007-02-01T16:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: FUNCTION 'GUI_DOWNLOAD'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-gui-download/m-p/1882256#M370395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Solman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; The FM gui_download is used for foreground only.When any report is executed in the background, it runs in the Appliaction server and thus this FM will not work there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Cheers.&lt;/P&gt;&lt;P&gt; Rewards points if found useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2007 16:25:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-gui-download/m-p/1882256#M370395</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-01T16:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: FUNCTION 'GUI_DOWNLOAD'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-gui-download/m-p/1882257#M370396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi madhu !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First Thanks for your answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How then can i correct the error ?  Is in a SAP other function that download a text &lt;/P&gt;&lt;P&gt;file in background mode ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;moshe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Feb 2007 07:32:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-gui-download/m-p/1882257#M370396</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-04T07:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: FUNCTION 'GUI_DOWNLOAD'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-gui-download/m-p/1882258#M370397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raymond ! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First Thanks for your answer. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How then can i correct the error ? Is in a SAP other function that download a text &lt;/P&gt;&lt;P&gt;file in background mode ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;moshe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Feb 2007 07:35:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-gui-download/m-p/1882258#M370397</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-04T07:35:07Z</dc:date>
    </item>
    <item>
      <title>Re: FUNCTION 'GUI_DOWNLOAD'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-gui-download/m-p/1882259#M370398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can download your text file on the Application server using statements OPEN DATASET, TRANSFER etc. For more info you can get the help by pressing F1 on the above statements in ABAP editor. The application server files you can read using transaction AL11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Feb 2007 07:38:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-gui-download/m-p/1882259#M370398</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-04T07:38:51Z</dc:date>
    </item>
  </channel>
</rss>

