Message type: E = Error
Message class: ESH_ENG_CDSVAL_SRCH - ES-CDS/ABAP: Validation of domain @Search
Message number: 015
Message text: @Search-annotations require 'searchable' for the view
There is some annotation of domain @Search, but the view itself does not
carry the annotation @Search.searchable.
The system ignores all element-level annotations of @Search; they are
not even validated.
If you want the view to be searchable, add annotation @Search.searchable
for the view.
If you do not want the view to be searchable, remove all annotations of
domain @Search or annotate the view explicitly with @Search.searchable:
false.
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
Error message extract from SAP system. Copyright SAP SE.
ESH_ENG_CDSVAL_SRCH015
- @Search-annotations require 'searchable' for the view ?The SAP error message ESH_ENG_CDSVAL_SRCH015 indicates that there is an issue with the search annotations in a Core Data Services (CDS) view. Specifically, it states that the search annotations require the searchable property to be set for the view. This error typically arises when you are trying to use a CDS view for search purposes, but the necessary annotations to enable search functionality are missing.
Cause: The primary cause of this error is that the CDS view does not have the required search annotations defined. In order for a CDS view to be used in the context of search (especially in SAP Enterprise Search), it must be annotated with @Search.searchable to indicate that it can be searched.
Solution: To resolve this error, you need to ensure that the CDS view is properly annotated. Here are the steps to do this: Open the CDS View Definition: Access the CDS view in the ABAP Development Tools (ADT)
Get instant SAP help. Sign up for our Free Essentials Plan.
ESH_ENG_CDSVAL_SRCH014
'defaultSearchElement' requires fulltext index for this data type (&1)
What causes this issue? @Search.defaultSearchElement is annotated at &V1&, an element of string- or binary data type (RSTR, STRG). For these ...
ESH_ENG_CDSVAL_SRCH013
Error reading DDIC data of view
What causes this issue? There are problems accessing the DDIC-view corresponding to the CDS-view. This situation should not occur.System Response So...
ESH_ENG_CDSVAL_SRCH016
'termMappingDictionary' &2 does not exist or is not valid (&1)
What causes this issue? Table &V1& indicated as Term Mapping Dictionary does not exist or does not follow the pattern required for term mappi...
ESH_ENG_CDSVAL_SRCH017
'termMappingListID' must be indicated (&1)
What causes this issue? Annotation TermMappingListID has no value assigned.System Response Term Mappings cannot be considered for the view. The view...
Click on this link to search all SAP messages.