/AWS1/CL_WDXSEARCHSORTRESULT¶
The result of the sort operation.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_field TYPE /AWS1/WDXORDERBYFIELDTYPE /AWS1/WDXORDERBYFIELDTYPE¶
Sort search results based on this field name.
iv_order TYPE /AWS1/WDXSORTORDER /AWS1/WDXSORTORDER¶
Sort direction.
Queryable Attributes¶
Field¶
Sort search results based on this field name.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FIELD() |
Getter for FIELD, with configurable default |
ASK_FIELD() |
Getter for FIELD w/ exceptions if field has no value |
HAS_FIELD() |
Determine if FIELD has a value |
Order¶
Sort direction.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ORDER() |
Getter for ORDER, with configurable default |
ASK_ORDER() |
Getter for ORDER w/ exceptions if field has no value |
HAS_ORDER() |
Determine if ORDER 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_SEARCHRESULTSORTLIST¶
TYPES TT_SEARCHRESULTSORTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_WDXSEARCHSORTRESULT WITH DEFAULT KEY
.