/AWS1/CL_KNDSUGGESTIONHIGHLI00¶
The text highlights for a single query suggestion.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_beginoffset TYPE /AWS1/KNDINTEGER /AWS1/KNDINTEGER¶
The zero-based location in the response string where the highlight starts.
iv_endoffset TYPE /AWS1/KNDINTEGER /AWS1/KNDINTEGER¶
The zero-based location in the response string where the highlight ends.
Queryable Attributes¶
BeginOffset¶
The zero-based location in the response string where the highlight starts.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BEGINOFFSET() |
Getter for BEGINOFFSET, with configurable default |
ASK_BEGINOFFSET() |
Getter for BEGINOFFSET w/ exceptions if field has no value |
HAS_BEGINOFFSET() |
Determine if BEGINOFFSET has a value |
EndOffset¶
The zero-based location in the response string where the highlight ends.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDOFFSET() |
Getter for ENDOFFSET, with configurable default |
ASK_ENDOFFSET() |
Getter for ENDOFFSET w/ exceptions if field has no value |
HAS_ENDOFFSET() |
Determine if ENDOFFSET 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_SUGGESTIONHIGHLIGHTLIST¶
TYPES TT_SUGGESTIONHIGHLIGHTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_KNDSUGGESTIONHIGHLI00 WITH DEFAULT KEY
.