Message type: E = Error
Message class: SDDL_PARSER_MSG - Message Class for DDL Parser
Message number: 142
Message text: Invalid value "&1" for annotation "ClientDependent"
Allowed values for the annotation <AB>@ClientDependent </> are <AB>true
</> or <AB>false</>.
As of SAP_BASIS 751 and 764, respectively, the annotation <AB>
@ClientDependent</> is obsolete. Instead, use the new annotation <AB>
@ClientHandling.Type</> with the values:
<AB>#CLIENT_DEPENDENT</> (corresponds to <AB>@ClientDependent: true</>
<AB>#CLIENT_INDEPENDENT</> (corresponds to <AB>@ClientDependent: </>
false
(<DS:ABEN.CDS_F1_FUNCTION_ANNOTATIONS>CDS Table Functions</>)
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
Error message extract from SAP system. Copyright SAP SE.
SDDL_PARSER_MSG142
- Invalid value "&1" for annotation "ClientDependent" ?The SAP error message SDDL_PARSER_MSG142 with the description "Invalid value '&1' for annotation 'ClientDependent'" typically occurs when there is an issue with the configuration of annotations in the SAP system, particularly in the context of the SAP Data Dictionary or when working with CDS (Core Data Services) views.
Cause: The error indicates that an invalid value has been assigned to the annotation ClientDependent. This annotation is used to specify whether a particular data model or entity is client-dependent or client-independent. The valid values for this annotation are usually true or false. If any other value is provided, or if the value is not recognized, this error will be triggered.
Solution: To resolve this error, you should: Check the Annotation Value: Review the code or configuration where the annotation ClientDependent is defined. Ensure that it is set to either true or false. For example: @ClientDependent: true Correct the Syntax: If the value is set to something other than
Get instant SAP help. Sign up for our Free Essentials Plan.
SDDL_PARSER_MSG141
The component & does not exist or is not active
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
SDDL_PARSER_MSG140
The column & is unknown
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
SDDL_PARSER_MSG143
Old and new client annotations must not be combined
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
SDDL_PARSER_MSG144
Invalid value "&1" for annotation "ClientHandling.Type"
What causes this issue? The values allowed for the annotation <AB>ClientHandling.Type</> with CDS table functions are: <AB>#CLIENT_...
Click on this link to search all SAP messages.