/AWS1/CL_REHSORT¶
Indicates the sorting order of the fields in the metrics.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_field TYPE /AWS1/REHSTRING255 /AWS1/REHSTRING255¶
Indicates the order in which you want to sort the metrics. By default, the list is sorted in ascending order. To sort the list in descending order, set this field to False.
Optional arguments:¶
iv_ascending TYPE /AWS1/REHBOOLEANOPTIONAL /AWS1/REHBOOLEANOPTIONAL¶
Indicates the name or identifier of the field or attribute that should be used as the basis for sorting the metrics.
Queryable Attributes¶
field¶
Indicates the order in which you want to sort the metrics. By default, the list is sorted in ascending order. To sort the list in descending order, set this field to False.
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 |
ascending¶
Indicates the name or identifier of the field or attribute that should be used as the basis for sorting the metrics.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ASCENDING() |
Getter for ASCENDING, with configurable default |
ASK_ASCENDING() |
Getter for ASCENDING w/ exceptions if field has no value |
HAS_ASCENDING() |
Determine if ASCENDING 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_SORTLIST¶
TYPES TT_SORTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_REHSORT WITH DEFAULT KEY
.