<?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: Calling GUI_DOWNLOAD Function in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-gui-download-function/m-p/806220#M41357</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The function GUI_DOWNLOAD expects filename parameter as &lt;/P&gt;&lt;P&gt;STRING datatype.So declare a local variable of type string.Assign the parameter for filename got from selection screen to the local variable.use local variable &lt;/P&gt;&lt;P&gt;in the function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Nov 2004 05:25:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2004-11-04T05:25:44Z</dc:date>
    <item>
      <title>Calling GUI_DOWNLOAD Function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-gui-download-function/m-p/806217#M41354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i would like to store my internal table into my local disk , there are two functions GUI_DOWNLOAD and WS_DOWNLOAD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how do i call these functions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i want to specify the file name in my selection screen what should be the data type of the file name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i call the function GUI_DOWNLOAD , there is an error saying mismatch of datatype of filename.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Nov 2004 04:23:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-gui-download-function/m-p/806217#M41354</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-11-04T04:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: Calling GUI_DOWNLOAD Function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-gui-download-function/m-p/806218#M41355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Arun,&lt;/P&gt;&lt;P&gt;You can call that functions from from "PATTERN' or, by CTRL+F6.If you want to specify the perticular filename you can declare like this --&amp;gt; data : path(30) type c.&lt;/P&gt;&lt;P&gt;The error for the GUI_DOWNLOAD function is coming for the mismatch of the path type you have declared in your coding.&lt;/P&gt;&lt;P&gt;Enjoy ABAP.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Rajarshi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Nov 2004 04:30:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-gui-download-function/m-p/806218#M41355</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-11-04T04:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: Calling GUI_DOWNLOAD Function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-gui-download-function/m-p/806219#M41356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Rajarshi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  I gave the file name as a paramater with type c length 30 , but it is still showing the same error&lt;/P&gt;&lt;P&gt;The message is given below -- &lt;/P&gt;&lt;P&gt;'The function Module interface allows you to specify only fields of a particular type under"FILENAME". The field PATH specified here has a different field type'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please do suggest some solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Nov 2004 05:13:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-gui-download-function/m-p/806219#M41356</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-11-04T05:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: Calling GUI_DOWNLOAD Function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-gui-download-function/m-p/806220#M41357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The function GUI_DOWNLOAD expects filename parameter as &lt;/P&gt;&lt;P&gt;STRING datatype.So declare a local variable of type string.Assign the parameter for filename got from selection screen to the local variable.use local variable &lt;/P&gt;&lt;P&gt;in the function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Nov 2004 05:25:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-gui-download-function/m-p/806220#M41357</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-11-04T05:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: Calling GUI_DOWNLOAD Function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-gui-download-function/m-p/806221#M41358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Jayaprakash ,&lt;/P&gt;&lt;P&gt;  Thank you for the solution , it is working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regrads&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Nov 2004 05:48:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-gui-download-function/m-p/806221#M41358</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-11-04T05:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: Calling GUI_DOWNLOAD Function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-gui-download-function/m-p/806222#M41359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arun&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would you like to assign points to posts helped you to solve your problem? You can reward points by pressing the yellow star icon at the header of each post.&lt;/P&gt;&lt;P&gt;You can assign;&lt;/P&gt;&lt;P&gt;- one 10 points (solved)&lt;/P&gt;&lt;P&gt;- two 6 points (very helpful answer)&lt;/P&gt;&lt;P&gt;- many 2 points (helpful answer)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*--Serdar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Nov 2004 09:38:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-gui-download-function/m-p/806222#M41359</guid>
      <dc:creator>ssimsekler</dc:creator>
      <dc:date>2004-11-04T09:38:05Z</dc:date>
    </item>
  </channel>
</rss>

