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: SDDIC_ADT_DDLA - Messages for Annotation Definition Design Time
Message number: 035
Message text: Multiple enumeration symbols with same name '&1' not allowed
Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of messages in the SAP system have a message text, however this is frequently insufficient to comprehend or resolve the problem.
To make things easier, more detailed information is frequently added to describe the issue, how to fix it, and the necessary steps or configuration modifications.
Unfortunately, there isn't any extra information in this error notice.
First, use our AnswerBot below to get a possible cause and solution (requires a premium subscription).
Also, review the in-depth Common Questions & Answers listed below; you could discover a solution there or be able to connect with others who have faced similar challenges.
You can also try searching the SAP support portal (support.sap.com) but you need a special user ID to access it. It is possible that an SAP support note exists that provides additional details about the mistake or even steps for fixing it.
SDDIC_ADT_DDLA035
- Multiple enumeration symbols with same name '&1' not allowed ?The SAP error message SDDIC_ADT_DDLA035 indicates that there are multiple enumeration symbols with the same name in your ABAP Dictionary or Data Definition Language (DDL) context. This typically occurs when you define enumeration types (enums) in your ABAP code or data definitions, and you inadvertently use the same name for different enumeration symbols.
Cause:
The primary cause of this error is the presence of duplicate enumeration symbols within the same scope. In ABAP, enumeration types are used to define a set of named constants, and each constant must have a unique name within its enumeration type. If you define two or more enumeration symbols with the same name, the system will raise this error to prevent ambiguity.
Solution:
To resolve this error, you need to ensure that all enumeration symbols within the same enumeration type have unique names. Here are the steps you can take:
Identify Duplicate Symbols: Review the enumeration definitions in your code or data definitions to identify where the duplicate names are defined.
Rename Duplicates: Change the names of the duplicate enumeration symbols to ensure that each symbol has a unique name. This may involve renaming one or more of the symbols to something more descriptive or specific.
Check for Scope Issues: If you have multiple enumeration types, ensure that the same name is not being reused across different types unless they are in different namespaces or contexts where it is allowed.
Recompile and Test: After making the necessary changes, recompile your code and test to ensure that the error is resolved.
Related Information:
If you continue to experience issues after following these steps, consider consulting the SAP documentation or reaching out to SAP support for further assistance.
Get instant SAP help. Sign up for our Free Essentials Plan.
SDDIC_ADT_DDLA034
You may not enumeration symbols for reference types
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
SDDIC_ADT_DDLA033
Length of enumeration symbol (&1) exceeds maximum length (&2)
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
SDDIC_ADT_DDLA036
You may only define "true" or "false" as value
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
SDDIC_ADT_DDLA037
You may not use a mulit-line literal as value
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.