Access Denied Sy-subrc 15
# If reading a file cat /usr/sap/trans/data/yourfile.txt # If writing a file touch /usr/sap/trans/data/yourfile.txt
| SY-SUBRC | Meaning | | :--- | :--- | | | Authorization check successful. The user has all required permissions. | | 4 | The user lacks authorization for some fields, but the object exists. | | 8 | The specified authorization object does not exist or is incomplete. | | 12 | Invalid field names or values in the AUTHORITY-CHECK statement. | | 15 (Key Value) | Access Denied. The user is not authorized for any values of a particular authorization field. | access denied sy-subrc 15