<?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: Problem with function 'GUI_DOWNLOAD' in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-function-gui-download/m-p/4067674#M972316</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; You must have the write access to the file in OS level to which you are trying to download the table content using the function module 'GUI_DOWNLOAD'.The error occurs because the system is trying to write in a file to which, the write permission is not permitted for the user.If you are catching the exceptions properly.It will give the proper message instead of dump.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ajith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Jul 2008 10:22:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-01T10:22:17Z</dc:date>
    <item>
      <title>Problem with function 'GUI_DOWNLOAD'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-function-gui-download/m-p/4067667#M972309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi to everybody!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've a problem with the function GUI_DOWNLOAD, when I execute the program this make a dump and the problem is in this function. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've read the log and this said that :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; An exception occurred that is explained in detail below.&lt;/P&gt;&lt;P&gt; The exception, which is assigned to class 'CX_SY_DYN_CALL_PARAM_NOT_FOUND', was&lt;/P&gt;&lt;P&gt;  not caught in&lt;/P&gt;&lt;P&gt; procedure "CREAR_FICHERO" "(FORM)", nor was it propagated by a RAISING clause.&lt;/P&gt;&lt;P&gt; Since the caller of the procedure could not have anticipated that the&lt;/P&gt;&lt;P&gt; exception would occur, the current program is terminated.&lt;/P&gt;&lt;P&gt; The reason for the exception is:&lt;/P&gt;&lt;P&gt; Function module "GUI_DOWNLOAD" was called&lt;/P&gt;&lt;P&gt; with the parameter "ACCESS_DENIED".&lt;/P&gt;&lt;P&gt; This parameter is not defined.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody tell me what's the meaning of this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks very much,&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;Rebeca&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2008 11:20:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-function-gui-download/m-p/4067667#M972309</guid>
      <dc:creator>former_member384574</dc:creator>
      <dc:date>2008-06-27T11:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with function 'GUI_DOWNLOAD'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-function-gui-download/m-p/4067668#M972310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; Please make sure that the file which you are downloading into is closed before u run the program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2008 11:24:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-function-gui-download/m-p/4067668#M972310</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-27T11:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with function 'GUI_DOWNLOAD'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-function-gui-download/m-p/4067669#M972311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make sure you have access rights to write a file to the directory specified.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;John.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2008 11:30:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-function-gui-download/m-p/4067669#M972311</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-27T11:30:45Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with function 'GUI_DOWNLOAD'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-function-gui-download/m-p/4067670#M972312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One thing,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this correct?        filetype                     = 'ASC'  "'BIN'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rebeca&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2008 11:34:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-function-gui-download/m-p/4067670#M972312</guid>
      <dc:creator>former_member384574</dc:creator>
      <dc:date>2008-06-27T11:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with function 'GUI_DOWNLOAD'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-function-gui-download/m-p/4067671#M972313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rebeca,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For sending plain text files that's ok!&lt;/P&gt;&lt;P&gt;&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;John.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2008 11:41:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-function-gui-download/m-p/4067671#M972313</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-27T11:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with function 'GUI_DOWNLOAD'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-function-gui-download/m-p/4067672#M972314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Use  ASC or DAT .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sandeep Reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2008 15:33:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-function-gui-download/m-p/4067672#M972314</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-27T15:33:21Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with function 'GUI_DOWNLOAD'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-function-gui-download/m-p/4067673#M972315</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;plz check where you r saving ur file is write protected or not and also if the file exist than make sure it is closed...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with luck,&lt;/P&gt;&lt;P&gt;pritam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jun 2008 04:50:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-function-gui-download/m-p/4067673#M972315</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-28T04:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with function 'GUI_DOWNLOAD'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-function-gui-download/m-p/4067674#M972316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; You must have the write access to the file in OS level to which you are trying to download the table content using the function module 'GUI_DOWNLOAD'.The error occurs because the system is trying to write in a file to which, the write permission is not permitted for the user.If you are catching the exceptions properly.It will give the proper message instead of dump.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ajith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2008 10:22:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-function-gui-download/m-p/4067674#M972316</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-01T10:22:17Z</dc:date>
    </item>
  </channel>
</rss>

