/AWS1/CL_MPGSORT¶
An object that contains the SortBy and SortOrder
attributes.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_sortby TYPE /AWS1/MPGSORTBY /AWS1/MPGSORTBY¶
The attribute on which the data is grouped, which can be by
StartTimeandEndTime. The default value isEndTime.
iv_sortorder TYPE /AWS1/MPGSORTORDER /AWS1/MPGSORTORDER¶
The sorting order, which can be
ASCENDINGorDESCENDING. The default value isDESCENDING.
Queryable Attributes¶
sortBy¶
The attribute on which the data is grouped, which can be by
StartTimeandEndTime. The default value isEndTime.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SORTBY() |
Getter for SORTBY, with configurable default |
ASK_SORTBY() |
Getter for SORTBY w/ exceptions if field has no value |
HAS_SORTBY() |
Determine if SORTBY has a value |
sortOrder¶
The sorting order, which can be
ASCENDINGorDESCENDING. The default value isDESCENDING.
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 |