/AWS1/CL_CEXSORTDEFINITION¶
The details for how to sort the data.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_key TYPE /AWS1/CEXSORTDEFINITIONKEY /AWS1/CEXSORTDEFINITIONKEY¶
The key that's used to sort the data.
Optional arguments:¶
iv_sortorder TYPE /AWS1/CEXSORTORDER /AWS1/CEXSORTORDER¶
The order that's used to sort the data.
Queryable Attributes¶
Key¶
The key that's used to sort the data.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KEY() |
Getter for KEY, with configurable default |
ASK_KEY() |
Getter for KEY w/ exceptions if field has no value |
HAS_KEY() |
Determine if KEY has a value |
SortOrder¶
The order that's used to sort the data.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SORTORDER() |
Getter for SORTORDER, with configurable default |
ASK_SORTORDER() |
Getter for SORTORDER w/ exceptions if field has no value |
HAS_SORTORDER() |
Determine if SORTORDER 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_SORTDEFINITIONS¶
TYPES TT_SORTDEFINITIONS TYPE STANDARD TABLE OF REF TO /AWS1/CL_CEXSORTDEFINITION WITH DEFAULT KEY
.