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_DDLX - Messages for CDS Metadata Extension
Message number: 906
Message text: Quoted identifiers are not supported
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_DDLX906
- Quoted identifiers are not supported ?The SAP error message SDDIC_ADT_DDLX906 with the description "Quoted identifiers are not supported" typically occurs in the context of using the ABAP Development Tools (ADT) or when working with database objects in SAP HANA. This error indicates that the SQL statement or DDL (Data Definition Language) command you are trying to execute contains quoted identifiers, which are not supported in the context you are working in.
Cause:
- Quoted Identifiers: The error arises when you use double quotes (
"
) around identifiers (like table names, column names, etc.) in your SQL statements. In many SQL dialects, including SAP HANA, quoted identifiers are not allowed or are treated differently than unquoted identifiers.- Database Compatibility: The SQL syntax you are using may not be compatible with the database system you are working with. For example, some databases allow quoted identifiers while others do not.
Solution:
Remove Quotation Marks: Check your SQL statements or DDL commands and remove any double quotes around identifiers. For example, change:
SELECT "column_name" FROM "table_name";
to:
SELECT column_name FROM table_name;
Use Backticks for HANA: If you need to use special characters or reserved keywords as identifiers, consider using backticks (
`
) instead of double quotes, as HANA supports backticks for this purpose.Check Naming Conventions: Ensure that your identifiers follow the naming conventions of the database you are working with. Avoid using reserved keywords or special characters unless necessary.
Review Documentation: Consult the SAP HANA SQL and System Views Reference or the relevant documentation for the specific version of SAP you are using to understand the rules regarding identifiers.
Related Information:
By following these steps, you should be able to resolve the error and successfully execute your SQL statements or DDL commands.
Get instant SAP help. Sign up for our Free Essentials Plan.
SDDIC_ADT_DDLX905
Post annotations are not supported in metadata extensions
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_DDLX904
Illegal syntax. Malformed 'annotate' statement.
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_DTDC100
Internal error: &1
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_DTDC200
----------- Messages for the workbench tool ----------
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.