/AWS1/CL_KNDSPELLCORRECTEDQU00¶
A query with suggested spell corrections.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_suggestedquerytext TYPE /AWS1/KNDSUGGESTEDQUERYTEXT /AWS1/KNDSUGGESTEDQUERYTEXT¶
The query with the suggested spell corrections.
it_corrections TYPE /AWS1/CL_KNDCORRECTION=>TT_CORRECTIONLIST TT_CORRECTIONLIST¶
The corrected misspelled word or words in a query.
Queryable Attributes¶
SuggestedQueryText¶
The query with the suggested spell corrections.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUGGESTEDQUERYTEXT() |
Getter for SUGGESTEDQUERYTEXT, with configurable default |
ASK_SUGGESTEDQUERYTEXT() |
Getter for SUGGESTEDQUERYTEXT w/ exceptions if field has no |
HAS_SUGGESTEDQUERYTEXT() |
Determine if SUGGESTEDQUERYTEXT has a value |
Corrections¶
The corrected misspelled word or words in a query.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CORRECTIONS() |
Getter for CORRECTIONS, with configurable default |
ASK_CORRECTIONS() |
Getter for CORRECTIONS w/ exceptions if field has no value |
HAS_CORRECTIONS() |
Determine if CORRECTIONS has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_SPELLCORRECTEDQUERYLIST¶
TYPES TT_SPELLCORRECTEDQUERYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_KNDSPELLCORRECTEDQU00 WITH DEFAULT KEY
.