/AWS1/CL_QSTSELECTABLEVALSSORT¶
The sort configuration for selectable values in a control.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_direction TYPE /AWS1/QSTCONTROLSORTDIRECTION /AWS1/QSTCONTROLSORTDIRECTION¶
The sort direction for the selectable values. Choose one of the following options:
ASC: Sort in ascending order.
DESC: Sort in descending order.
USER_DEFINED_ORDER: Preserve the order in which the values were entered.
Queryable Attributes¶
Direction¶
The sort direction for the selectable values. Choose one of the following options:
ASC: Sort in ascending order.
DESC: Sort in descending order.
USER_DEFINED_ORDER: Preserve the order in which the values were entered.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DIRECTION() |
Getter for DIRECTION, with configurable default |
ASK_DIRECTION() |
Getter for DIRECTION w/ exceptions if field has no value |
HAS_DIRECTION() |
Determine if DIRECTION has a value |