Do you have any question about this error?
Message type: E = Error
Message class: ESH_ENG_CDSVAL_ES - ES-CDS/ABAP: Validation of domain @EnterpriseSearch
Message number: 035
Message text: 'filteringFacet': Empty object does not make sense (&1)
Annotation object @EnterpriseSearch.filteringFacet is defined without
any further specification. This does not make sense.
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
Add further annotations. The minimal facet definition would require an
additional @EnterpriseSearch.filteringFacet.default: true.
Error message extract from SAP system. Copyright SAP SE.
ESH_ENG_CDSVAL_ES035
- 'filteringFacet': Empty object does not make sense (&1) ?The SAP error message ESH_ENG_CDSVAL_ES035, which states "'filteringFacet': Empty object does not make sense (&1)", typically occurs in the context of SAP's Enterprise Search or when working with Core Data Services (CDS) views. This error indicates that there is an issue with the filtering facet being processed, specifically that an empty object is being encountered where a valid object is expected.
Cause:
- Empty Filter Object: The error usually arises when a filtering facet is expected to have a value or a valid object, but it is found to be empty. This can happen if the data source does not return any results or if the filter criteria are not set correctly.
- Incorrect Configuration: There may be a misconfiguration in the search model or the way the filtering facets are defined.
- Data Issues: The underlying data might not be populated correctly, leading to empty results for the filtering facet.
- Version Compatibility: Sometimes, the error can arise due to compatibility issues between different versions of SAP components.
Solution:
- Check Filter Configuration: Review the configuration of the filtering facets in your search model. Ensure that all required fields are correctly defined and that they are not set to empty or null values.
- Validate Data Source: Ensure that the data source being queried is populated with the expected data. If the data is missing, you may need to load or refresh it.
- Debugging: Use debugging tools to trace the execution and identify where the empty object is being generated. This can help pinpoint the exact cause of the issue.
- Review CDS View: If you are using a CDS view, check the definition of the view to ensure that it is correctly implemented and that it returns the expected results.
- Check for Updates: Ensure that your SAP system is up to date with the latest patches and updates, as this can resolve known issues.
- Consult Documentation: Refer to SAP documentation or notes related to the specific version you are using for any known issues or additional configuration steps.
Related Information:
By following these steps, you should be able to identify the cause of the error and implement a solution to resolve it.
Get instant SAP help. Start your 7-day free trial now.
ESH_ENG_CDSVAL_ES034
'filteringFacet.displayPosition': Duplicate value &2 (&1)
What causes this issue? Value &V1& is defined several times for @EnterpriseSearch.filteringFacet.displayPosition; or, the same value is used ...
ESH_ENG_CDSVAL_ES033
'filteringFacet.order.by': @Consumption.labelElement missing (&1)
What causes this issue? @EnterpriseSearch.filteringFacet.order.by: FILTER_ELEMENT_LABEL is annotated, but the element has no label element assigned.S...
ESH_ENG_CDSVAL_ES036
'&1' is currently not considered in ABAP
What causes this issue? Annotation &V1& is not considered in ABAP.System Response The annotation is checked and validated to prevent syntact...
ESH_ENG_CDSVAL_ES037
'@UI' must be annotated (at header and elements)
What causes this issue? The presentation of search results on a generic search UI relies on the annotations of domain @UI. Therefore, these annotatio...
Click on this link to search all SAP messages.