/AWS1/CL_ADSORDERBYELEMENT¶
A field and direction for ordered output.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_fieldname
TYPE /AWS1/ADSORDERBYELEMENTFIELD00
/AWS1/ADSORDERBYELEMENTFIELD00
¶
The field on which to order.
Optional arguments:¶
iv_sortorder
TYPE /AWS1/ADSORDERSTRING
/AWS1/ADSORDERSTRING
¶
Ordering direction.
Queryable Attributes¶
fieldName¶
The field on which to order.
Accessible with the following methods¶
Method | Description |
---|---|
GET_FIELDNAME() |
Getter for FIELDNAME, with configurable default |
ASK_FIELDNAME() |
Getter for FIELDNAME w/ exceptions if field has no value |
HAS_FIELDNAME() |
Determine if FIELDNAME has a value |
sortOrder¶
Ordering direction.
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_ORDERBYLIST
¶
TYPES TT_ORDERBYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_ADSORDERBYELEMENT WITH DEFAULT KEY
.