‎2011 Feb 01 5:40 AM
Hello All,
Getting the bleow mentioned error in LSMW.
Error when uploading file Return code = 6 )
Is it related to access. please suggest.
‎2011 Feb 03 6:03 AM
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.
‎2011 Feb 01 9:38 AM
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.
‎2011 Feb 03 6:03 AM
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.
‎2011 Feb 07 7:06 AM
‎2020 Jul 08 1:21 PM
I was the same error, and was resolved adding S_GUI with field 60. Good Luck!