Message type: E = Error
Message class: SCDS_ATC_DDLS_ANNO - Message class for ATC check DDLS_ANNO
Message number: 003
Message text: Enumeration value &2 for annotation &1 does not exist
The used enumeration value does not exist.
Provide a valid enumeration value. Only enumeration values suggested by
code completion can be used at this position.
Error message extract from SAP system. Copyright SAP SE.
SCDS_ATC_DDLS_ANNO003
- Enumeration value &2 for annotation &1 does not exist ?The SAP error message SCDS_ATC_DDLS_ANNO003 indicates that there is an issue with an enumeration value for a specific annotation in your ABAP code. This error typically arises during the activation or check of ABAP code, particularly when using the ABAP Test Cockpit (ATC) or during the development of ABAP CDS (Core Data Services) views.
Cause: The error occurs when: An enumeration value specified in your code does not exist in the defined enumeration type. There is a mismatch between the expected enumeration values and what is actually defined in the system. The annotation being referenced is either misspelled or not properly defined in the context of the CDS view or ABAP program.
Solution: To resolve this error, you can follow these steps: Check Enumeration Definition: Verify that the enumeration type is correctly defined in your ABAP code or in the relevant data dictionary objects. Ensure that the enumeration values you are using in your annotations are correctly spelled and match
Get instant SAP help. Sign up for our Free Essentials Plan.
SCDS_ATC_DDLS_ANNO002
Annotation &1 is used at a wrong position
What causes this issue? Annotation cannot be used at current position as it is defined for the usage at another position.How to fix this error? Move...
SCDS_ATC_DDLS_ANNO001
Annotation &1 does not exist
What causes this issue? Annotation does not exist.How to fix this error? Use an existing annotation suggested by code completion.Error message extra...
SCDS_ATC_DDLS_ANNO004
Annotations value &1 does not match the annotation type &2
What causes this issue? Annotation value does not match the defined annotation type.How to fix this error? Use a proper value that matches the defin...
SCDS_ATC_DDLX_SYNT000
Syntax Check for CDS Metadata Extensions
What causes this issue? This check wraps the syntax check for CDS Metadata Extensions and reports a subset of warnings. These warnings do not prohibi...
Click on this link to search all SAP messages.