/AWS1/CL_IOMORDERBY¶
Filter criteria that orders the return output. It can be sorted in ascending or descending order.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_propertyname TYPE /AWS1/IOMSTRING /AWS1/IOMSTRING¶
The property name.
Optional arguments:¶
iv_order TYPE /AWS1/IOMORDER /AWS1/IOMORDER¶
The set order that filters results.
Queryable Attributes¶
order¶
The set order that filters results.
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 |
propertyName¶
The property name.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROPERTYNAME() |
Getter for PROPERTYNAME, with configurable default |
ASK_PROPERTYNAME() |
Getter for PROPERTYNAME w/ exceptions if field has no value |
HAS_PROPERTYNAME() |
Determine if PROPERTYNAME 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_ORDERBYLIST¶
TYPES TT_ORDERBYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOMORDERBY WITH DEFAULT KEY
.