Message type: E = Error
Message class: ESH_ENG_CDSVAL_SRCH - ES-CDS/ABAP: Validation of domain @Search
Message number: 014
Message text: 'defaultSearchElement' requires fulltext index for this data type (&1)
@Search.defaultSearchElement is annotated at &V1&, an element of string-
or binary data type (RSTR, STRG). For these data types, a use in a
free-style search is possible only if a full text index exists for the
respective data base table column. This is not the case here.
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
If you want to include element &V1& into the free-style search, add a
full text index for the underlying data base table column in transaction
SE11.
If you do not want to add a full text index, remove the annotation at
the element in question.
Error message extract from SAP system. Copyright SAP SE.
ESH_ENG_CDSVAL_SRCH014
- 'defaultSearchElement' requires fulltext index for this data type (&1) ?The SAP error message ESH_ENG_CDSVAL_SRCH014 indicates that a full-text index is required for the specified data type in the context of a search operation. This error typically arises when you are trying to perform a search on a data type that has not been indexed for full-text search, which is necessary for the search functionality to work properly.
Cause: Missing Full-Text Index: The primary cause of this error is that the data type you are trying to search does not have a full-text index created. Full-text indexes are necessary for enabling efficient search capabilities on text fields.
Configuration Issues: There may be configuration issues in the search settings or the data model that prevent the full-text index from being recognized or utilized. Data Type Limitations: Certain data types may inherently require a full-text index for search operations, and if they are not indexed, this error will occur.
Solution: Create Full-Text Index: You need to create a full-text
Get instant SAP help. Sign up for our Free Essentials Plan.
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_SRCH012
'rankingWeight' '&2' unknown (&1)
What causes this issue? Value &V1& indicated for @Search.ranking is not valid.System Response The system issues an error message and will no...
ESH_ENG_CDSVAL_SRCH015
@Search-annotations require 'searchable' for the view
What causes this issue? There is some annotation of domain @Search, but the view itself does not carry the annotation @Search.searchable.System Respo...
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...
Click on this link to search all SAP messages.