‎2008 Jun 27 12:20 PM
Hi to everybody!!
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.
I've read the log and this said that :
An exception occurred that is explained in detail below.
The exception, which is assigned to class 'CX_SY_DYN_CALL_PARAM_NOT_FOUND', was
not caught in
procedure "CREAR_FICHERO" "(FORM)", nor was it propagated by a RAISING clause.
Since the caller of the procedure could not have anticipated that the
exception would occur, the current program is terminated.
The reason for the exception is:
Function module "GUI_DOWNLOAD" was called
with the parameter "ACCESS_DENIED".
This parameter is not defined.
Can anybody tell me what's the meaning of this?
Thanks very much,
Regards,
Rebeca
‎2008 Jun 27 12:24 PM
Hi,
Please make sure that the file which you are downloading into is closed before u run the program.
‎2008 Jun 27 12:30 PM
Make sure you have access rights to write a file to the directory specified.
Regards,
John.
‎2008 Jun 27 12:34 PM
One thing,
Is this correct? filetype = 'ASC' "'BIN'
Thanks a lot
Rebeca
‎2008 Jun 27 12:41 PM
Hi Rebeca,
For sending plain text files that's ok!
Regards,
John.
‎2008 Jun 27 4:33 PM
‎2008 Jun 28 5:50 AM
Hi,
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...
with luck,
pritam.
‎2008 Jul 01 11:22 AM
Hi,
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.
Regards,
Ajith