No access control for entity &1, or use AccessControl.authorizationCheck
Message type: E = Error
Message class: SACM_DCLS - SACM DCL Source Editor
Message number: 015
Message text: No access control for entity &1, or use AccessControl.authorizationCheck
What causes this issue?
An entity was created with authorization check mode #CHECK but no access
control document for this entity was created yet.
Authorization check mode #CHECK is also the default value if it is not
set manually.
System Response
The system reports a warning which is shown in DDL editor.
How to fix this error?
Either: Create an access control document for this entity to get access
control.
Or: Set the authorization check mode to exclude access control from this
entity in the DDL Document by using annotation
"@AccessControl.authorizationCheck" with value #NOT_REQUIRED or
#NOT_ALLOWED.
Procedure for System Administrators
Contact the developer of the DDL document to address this warning.
Error message extract from SAP system. Copyright SAP SE.
Related Error Messages
SACM_DCLS014 The entity &1 is used in access control document &2
SACM_DCLS013 The entity &1 is used in access control documents. Remove the usage.
SACM_DCLS016 No Authorization Check Mode set. Default value #CHECK is used
SACM_DCLS017 The Authorization Check Mode does not allow access control by DCL