Do you have any question about this error?
Message type: E = Error
Message class: ESH_SQL_SEARCH - ESH SQL Search
Message number: 053
Message text: Check if the DDL of CDS entity &1 contains only ESH-supported features
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
The search leads to an error.
There are some limitations by searching with Enterprise Search in CDS
views. The limitations are not caused by Enterprise Search itself, but
rather by SAP HANA. The join engine is very restrictive regarding
allowed SQL operations.
Examples:
- Operations like CASE, CAST, UNION ALL,... are not supported and will
break the search.
Error message extract from SAP system. Copyright SAP SE.
ESH_SQL_SEARCH053
- Check if the DDL of CDS entity &1 contains only ESH-supported features ?The SAP error message ESH_SQL_SEARCH053 indicates that there is an issue with the Data Definition Language (DDL) of a Core Data Services (CDS) entity that is being used in the context of SAP Enterprise Search (ESH). Specifically, it suggests that the CDS entity contains features that are not supported by ESH.
Cause:
The error typically arises when the CDS view includes certain SQL features or constructs that are incompatible with the ESH framework. Common causes include:
Unsupported SQL Constructs: The CDS entity may use SQL features such as:
- Certain types of joins (e.g., outer joins)
- Subqueries
- Aggregations that are not supported
- Specific functions or expressions that ESH cannot process
Complex Data Types: The use of complex data types or structures that ESH does not support.
Annotations: Certain annotations in the CDS view that are not recognized or supported by ESH.
Solution:
To resolve the error, you can take the following steps:
Review the CDS Entity: Check the DDL of the CDS entity specified in the error message. Look for any unsupported SQL features or constructs.
Simplify the CDS View: If possible, simplify the CDS view by removing unsupported features. This may involve:
- Replacing outer joins with inner joins if the logic allows.
- Avoiding subqueries and using joins instead.
- Ensuring that only supported functions and expressions are used.
Check Annotations: Review the annotations used in the CDS view. Ensure that they are compatible with ESH.
Consult Documentation: Refer to the SAP documentation for ESH and CDS to understand the supported features and limitations. This can provide guidance on what constructs are allowed.
Test the Changes: After making adjustments to the CDS entity, test it again in the context of ESH to see if the error persists.
Seek Help from SAP Support: If you are unable to resolve the issue, consider reaching out to SAP support for assistance. They may provide insights specific to your version and configuration.
Related Information:
By following these steps, you should be able to identify and resolve the cause of the ESH_SQL_SEARCH053 error.
Get instant SAP help. Start your 7-day free trial now.
ESH_SQL_SEARCH052
CDS entity &1 not enabled for enterprise search, check the DDL
What causes this issue? It looks like the corresponding DDL to the CDS entity contains the annotation '@EnterpriseSearch.enabled: false', o...
ESH_SQL_SEARCH051
The user &1 does not have the authorization on &2 for CDS connector &3
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
ESH_SQL_SEARCH054
See long text for further information for SAP model developers
What causes this issue? The system issues an error message and will not allow you to continue with this transaction until the error is resolved. Syst...
ESH_SQL_SEARCH055
CDS connector &1 does not have references for response table
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.