Do you have any question about this error?
Stop googling SAP errors. Use our Free Essentials plan instead - no credit card needed. Start Now →
Message type: E = Error
Message class: ACM_CMP_CHECKS - API Release: Message class for ACM Compatibility Checks
Message number: 001
Message text: Access relevant element &1 was added.
The access protection for an already released CDS entity was extended by
an additional field or association.
The system reports a compatibility issue with an access control
document.
Why is it problematic?
To add a new field or association to the access control document might
break customer code. This is the case when an access control document
created by a customer inherits the access protection from an SAP
delivered CDS entity and applies it to the customer's CDS entity. The
newly added field or association of the access control document might
not be in the field list of the customer's CDS entity and results in a
syntax error for the customer's access control document. At runtime this
causes a dump saying 'ACM_UNEXPECTED_VALUE'.
You must include fields and associations added to your access control
document into the optional element list of the access control document,
e.g.:
grant select on <CDS Entity> with optional elements (<field1> default
<void | true | false>, <association1> default <void | true | false>
where ...
At runtime the access control conditions are then replaced by the
default value if the field/association is not part of the CDS entity
field list the access control is applied to.
The issue is also reported on access control documents that are extended
indirectly e.g. via the inherit mechanism. Transaction SACMDCLS helps
you to figure out from where the access control conditions are inherited
from. Open the transaction SACMDCLS -> Access Control Name =
<your access control document> -> double click your access control
document on the result list -> press button 'ABAP Artifacts'. On the
window at the bottom with title 'Designtime Conditions' the access
control conditions including their inheritance relationship are
displayed.
Forward this issue to the developer of the reported access control
document.
Error message extract from SAP system. Copyright SAP SE.
ACM_CMP_CHECKS001
- Access relevant element &1 was added. ?The SAP error message ACM_CMP_CHECKS001 typically indicates that there is an issue related to access control or authorization when trying to access a specific element in the system. This message is often encountered in the context of the Asset Accounting (FI-AA) module or when dealing with asset management functionalities.
Cause:
The error message "Access relevant element &1 was added" suggests that the system is trying to access an element (like an asset, cost center, or other relevant data) that has been added or modified, but the user does not have the necessary authorizations to access this element. This could be due to:
- Authorization Issues: The user does not have the required permissions to view or modify the specific element.
- Configuration Changes: Recent changes in the configuration or data model that affect access rights.
- Data Integrity Issues: The element may not be properly set up or may have inconsistencies in the data.
Solution:
To resolve this error, you can take the following steps:
Check User Authorizations:
- Use transaction code
SU53
immediately after encountering the error to check for missing authorizations.- Review the user's roles and profiles in transaction
PFCG
to ensure they have the necessary permissions for the relevant elements.Review Configuration:
- Check if there have been any recent changes in the configuration that might affect access rights.
- Ensure that the relevant elements are correctly configured in the system.
Data Validation:
- Validate the integrity of the data associated with the element in question. Ensure that it is correctly set up and does not have any inconsistencies.
Consult Documentation:
- Refer to SAP documentation or notes related to the specific module you are working with for any known issues or additional troubleshooting steps.
Contact SAP Support:
- If the issue persists after checking authorizations and configuration, consider reaching out to SAP support for further assistance.
Related Information:
Transaction Codes:
SU53
(Authorization Check)PFCG
(Role Maintenance)SE93
(Transaction Codes)SAP Notes: Search for relevant SAP Notes in the SAP Support Portal that might address this specific error message or provide additional context.
User Forums: Check SAP Community forums or other user groups for discussions related to this error message, as other users may have encountered and resolved similar issues.
By following these steps, you should be able to identify the root cause of the error and implement a solution to resolve it.
Get instant SAP help. Sign up for our Free Essentials Plan.
ACM_CMP_CHECKS000
&1&2&3&4
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
ACMTSTRAP020
Customer: "&1" has Sales Orders with the total net amount of: &2
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
ACM_DEP_CHECKS000
&1&2&3&4
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
ACM_DEP_CHECKS001
Association &1 of access control &2 points to unreleased entity &3
created field in the restriction condition of the access control document &V2& instead of this path. This might not be possible in some cases...
Click on this link to search all SAP messages.