/AWS1/CL_KNDSUGGESTIONTXTWHI00¶
Provides text and information about where to highlight the query suggestion text.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_text TYPE /AWS1/KNDSTRING /AWS1/KNDSTRING¶
The query suggestion text to display to the user.
it_highlights TYPE /AWS1/CL_KNDSUGGESTIONHIGHLI00=>TT_SUGGESTIONHIGHLIGHTLIST TT_SUGGESTIONHIGHLIGHTLIST¶
The beginning and end of the query suggestion text that should be highlighted.
Queryable Attributes¶
Text¶
The query suggestion text to display to the user.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TEXT() |
Getter for TEXT, with configurable default |
ASK_TEXT() |
Getter for TEXT w/ exceptions if field has no value |
HAS_TEXT() |
Determine if TEXT has a value |
Highlights¶
The beginning and end of the query suggestion text that should be highlighted.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HIGHLIGHTS() |
Getter for HIGHLIGHTS, with configurable default |
ASK_HIGHLIGHTS() |
Getter for HIGHLIGHTS w/ exceptions if field has no value |
HAS_HIGHLIGHTS() |
Determine if HIGHLIGHTS has a value |