Message type: E = Error
Message class: SCDS_ATC_DDLX_SYNT - Message class for Metadata Extension Syntax Checks
Message number: 005
Message text: Select list entry '&1' does not exist in '&2'
Referenced select list entry doesn't exist in the annotated view.
Use an existing select list entry from the annotated view or delete the
affected select list entry from the Metadata Extension including all
its annotations.
Error message extract from SAP system. Copyright SAP SE.
SCDS_ATC_DDLX_SYNT005
- Select list entry '&1' does not exist in '&2' ?The SAP error message SCDS_ATC_DDLX_SYNT005 indicates that there is an issue with a select list entry that is being referenced in your ABAP code or data dictionary object. Specifically, the message states that the select list entry &1 does not exist in the context of &2.
Cause: This error typically occurs due to one of the following reasons: Missing or Incorrect Select List Entry: The select list entry that you are trying to reference does not exist in the specified context. This could be due to a typo, or the entry may have been deleted or not created. Inconsistent Data Dictionary: If the data dictionary has been modified (e.g., fields added or removed) and the code has not been updated accordingly, this error can occur. Incorrect Context: The context in which you are trying to access the select list entry may not be valid. For example, you might be trying to access a field
Get instant SAP help. Sign up for our Free Essentials Plan.
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...
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_SYNT016
Parameter '&1' does not exist in '&2'
What causes this issue? Referenced parameter doesn't exist in the annotated view.How to fix this error? Use an existing parameter from the anno...
SCDS_ATC_DDLX_SYNT068
Element '&1' for '&2' not found
What causes this issue? Referenced element doesn't exist in the annotated view.How to fix this error? Use an existing select list entry or asso...
Click on this link to search all SAP messages.