<?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: Call function 'download' restricted.. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-download-restricted/m-p/1985261#M402406</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use FM GUI_DOWNLOAD instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Feb 2007 21:09:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-19T21:09:34Z</dc:date>
    <item>
      <title>Call function 'download' restricted..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-download-restricted/m-p/1985260#M402405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi abapers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;im using the FM download, but i need to specify some rute &lt;BR /&gt;myserver\private, and for security reasons the user cant change the rute or name of the file,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so i need to restrict any changes for the rute and name for this function..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i know how to restrict the filetype, but i dont know how to restrict the name and download rute.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Feb 2007 20:40:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-download-restricted/m-p/1985260#M402405</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-19T20:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: Call function 'download' restricted..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-download-restricted/m-p/1985261#M402406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use FM GUI_DOWNLOAD instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Feb 2007 21:09:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-download-restricted/m-p/1985261#M402406</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-19T21:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: Call function 'download' restricted..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-download-restricted/m-p/1985262#M402407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do the following way:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Selection screen.&lt;/P&gt;&lt;P&gt;parameters: p_pcfile type localfile.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*PAI of Selection Screen&lt;/P&gt;&lt;P&gt;*attach file dialog to p_pcfile parameter&lt;/P&gt;&lt;P&gt;at selection-screen on value-request for p_pcfile.&lt;/P&gt;&lt;P&gt;  perform f0700_file_dialog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;      Form  f0700_file_dialog&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      text&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; --&amp;gt;  p1        text&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; &amp;lt;--  p2        text&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM f0700_file_dialog .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Constants Declaration&lt;/P&gt;&lt;P&gt;  constants : &lt;/P&gt;&lt;P&gt;*set default to c:\&lt;/P&gt;&lt;P&gt;c_def_path type string value 'C:\',&lt;/P&gt;&lt;P&gt;*restrict to excel type only&lt;/P&gt;&lt;P&gt;c_mask type string value ',&lt;STRONG&gt;.xls,&lt;/STRONG&gt;.xls.',&lt;/P&gt;&lt;P&gt;*title of the dialog&lt;/P&gt;&lt;P&gt;c_title type string value 'Upload file'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  call function 'WS_FILENAME_GET'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      def_path         = c_def_path&lt;/P&gt;&lt;P&gt;      mask             = c_mask&lt;/P&gt;&lt;P&gt;      mode             = 'O'&lt;/P&gt;&lt;P&gt;      title            = c_title&lt;/P&gt;&lt;P&gt;    IMPORTING&lt;/P&gt;&lt;P&gt;      filename         = p_pcfile&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      inv_winsys       = 1&lt;/P&gt;&lt;P&gt;      no_batch         = 2&lt;/P&gt;&lt;P&gt;      selection_cancel = 3&lt;/P&gt;&lt;P&gt;      selection_error  = 4&lt;/P&gt;&lt;P&gt;      others           = 5.&lt;/P&gt;&lt;P&gt;  if sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;    set screen 0.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.                    " f0700_file_dialog&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Feb 2007 04:28:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-download-restricted/m-p/1985262#M402407</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-20T04:28:52Z</dc:date>
    </item>
  </channel>
</rss>

