Message type: E = Error
Message class: ACM_SYNTAX - ACM: DCL Syntax Error Messages
Message number: 094
Message text: Forbidden condition inside a NOT-expression (see long text)
You have used a forbidden condition inside a NOT-expression.
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
Inside of NOT-expressions, the usage of certain conditions is
restricted:
PFCG aspects (ASPECT PFCG_AUTH(...))
Not allowed: With field mapping ( (CARRID) = ... )
Allowed: Without fields ( ( ) = ... )
INHERIT <Role> FOR GRANT <Operation> ON <Entity>
Those conditions are excluded because their runtime result is
incomprehensible.
Error message extract from SAP system. Copyright SAP SE.
ACM_SYNTAX094
- Forbidden condition inside a NOT-expression (see long text) ?The SAP error message ACM_SYNTAX094, which states "Forbidden condition inside a NOT-expression," typically occurs in the context of the Advanced Compliance Management (ACM) module or when working with certain expressions in SAP systems. This error indicates that there is a logical issue in the way a NOT-expression is constructed in your code or configuration.
Cause: The error arises when a NOT operator is applied to a condition that is not allowed. In logical expressions, certain conditions cannot be negated directly, leading to this syntax error. This often happens when: You are trying to negate a complex condition that includes other logical operators. The structure of the expression does not conform to the expected syntax rules of the system.
Solution: To resolve this error, you should: Review the Expression: Check the expression where the NOT operator is used. Ensure that it is applied correctly and that the conditions being negated are valid. Simplify the Logic: If the expression is
Get instant SAP help. Sign up for our Free Essentials Plan.
ACM_SYNTAX093
Resource "&1" is no valid datasource entity. Check the name and spelling
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
ACM_SYNTAX092
Resource "&1" is no valid hierarchy entity. Check the name and spelling
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
ACM_SYNTAX095
No &1 statement for entity &2 found in rule &3
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
ACM_SYNTAX096
Generic aspects like aspect: '&1' are currently not supported
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
Click on this link to search all SAP messages.