Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Problem with function 'GUI_DOWNLOAD'

former_member384574
Active Participant
0 Likes
860

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

7 REPLIES 7
Read only

Former Member
0 Likes
822

Hi,

Please make sure that the file which you are downloading into is closed before u run the program.

Read only

Former Member
0 Likes
822

Make sure you have access rights to write a file to the directory specified.

Regards,

John.

Read only

0 Likes
822

One thing,

Is this correct? filetype = 'ASC' "'BIN'

Thanks a lot

Rebeca

Read only

0 Likes
822

Hi Rebeca,

For sending plain text files that's ok!

Regards,

John.

Read only

Former Member
0 Likes
822

Hi,

Use ASC or DAT .

Regards

Sandeep Reddy

Read only

Former Member
0 Likes
822

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.

Read only

Former Member
0 Likes
822

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