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

access denied

Former Member
0 Likes
715

Hi,

I'm facing a problem with GUI_UPLOAD in that it sometimes fails with return code 13 (ACCESS_DENIED).

. Here's the call I make:

CALL METHOD cl_gui_frontend_services=>gui_upload

Has anyone faced anything similar? Anyone know what the cause might be?

Hi,

I'm facing a problem with GUI_UPLOAD in that it sometimes fails with return code 13 (ACCESS_DENIED).

. Here's the call I make:

CALL METHOD cl_gui_frontend_services=>gui_upload

Has anyone faced anything similar? Anyone know what the cause might be?

3 REPLIES 3
Read only

former_member222709
Contributor
0 Likes
652

Hi,

Check whether your SAP User-Id has read/write access to the path?

Check for any Firewalls that may be operational and denying access.

You can ask your BASIS Team or IT Network Admin Team to help you with access rights.

Regards, Pranav.

Read only

andrea_peroni
Explorer
0 Likes
652

Do you use windows 7 or Vista?

Try to put the file under your profile (into documents or desktop.. ).

Read only

Former Member
0 Likes
652

Check whether you have read/write access to that path. Try to put that file manually.