Message type: E = Error
Message class: ESH_ENG_CDSVAL_ES - ES-CDS/ABAP: Validation of domain @EnterpriseSearch
Message number: 058
Message text: 'hidden' must be annotated at view level
@EnterpriseSearch.hidden can be annotated at view level only.
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
Remove the annotation except for the view level.
Error message extract from SAP system. Copyright SAP SE.
ESH_ENG_CDSVAL_ES058
- 'hidden' must be annotated at view level ?The SAP error message ESH_ENG_CDSVAL_ES058 indicates that a field in a Core Data Services (CDS) view is marked as 'hidden', but this annotation is not properly defined at the view level. This error typically arises when you are trying to use a field that is intended to be hidden in a way that requires it to be explicitly annotated.
Cause: The error occurs when: A field in the CDS view is marked as 'hidden' but lacks the necessary annotation at the view level. The CDS view is being used in a context (like a query or an OData service) where the hidden field is expected to be defined.
Solution: To resolve this error, you need to ensure that the 'hidden' annotation is correctly defined at the view level. Here are the steps to do that: Open the CDS View: Access the CDS view in the ABAP Development Tools (ADT) or the relevant development environment. Add the Annotation: Ensure
Get instant SAP help. Sign up for our Free Essentials Plan.
ESH_ENG_CDSVAL_ES057
'hidden': no ES-Connector will be generated!
What causes this issue? @EnterpriseSearch.hidden means that the data source must be hidden from the generic search UI of Enterprise Search but still ...
ESH_ENG_CDSVAL_ES056
'configurationSet' &1 does not exist (&2)
What causes this issue? Enterprise Search Configuration Set &V1& which is to be assigned to the element via @EnterpriseSearch.configurationSe...
ESH_ENG_CDSVAL_ES059
Test search error: &1
What causes this issue? To finally validate whether the view can be processed by the Enterprise Search-API, some test searches are carried out on the...
ESH_ENG_CDSVAL_ES060
View is deprecated: no ES-Connector will be generated!
What causes this issue? The view has been set as deprecated.System Response While the view still can be used as a Transient Connector, i.e. the sear...
Click on this link to search all SAP messages.