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

Error when uploading file :( Return code = 6 )

Former Member
0 Likes
7,335

Hello All,

Getting the bleow mentioned error in LSMW.

Error when uploading file Return code = 6 )

Is it related to access. please suggest.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
3,584

Hi,

If the Sy-Subrc is 0 then Success,

Sy-SUBRC is 4 then failure,

Sy-SUBRC = 6 then the user might be not access to read the file.

This is due to authorization issue.

4 REPLIES 4
Read only

Former Member
0 Likes
3,584

It may be authorization issue.

To confirm go to transaction SU53 and check any missing authorization. Ask your Secutiry/ BASIS team to provide the authorization.

Read only

Former Member
0 Likes
3,585

Hi,

If the Sy-Subrc is 0 then Success,

Sy-SUBRC is 4 then failure,

Sy-SUBRC = 6 then the user might be not access to read the file.

This is due to authorization issue.

Read only

0 Likes
3,584

Thanks

Read only

0 Likes
3,584

I was the same error, and was resolved adding S_GUI with field 60. Good Luck!