/AWS1/CL_CNKSORT¶
A structured set of sort terms.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_fieldid TYPE /AWS1/CNKFIELDID /AWS1/CNKFIELDID¶
Unique identifier of a field.
iv_sortorder TYPE /AWS1/CNKORDER /AWS1/CNKORDER¶
A structured set of sort terms
Queryable Attributes¶
fieldId¶
Unique identifier of a field.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FIELDID() |
Getter for FIELDID, with configurable default |
ASK_FIELDID() |
Getter for FIELDID w/ exceptions if field has no value |
HAS_FIELDID() |
Determine if FIELDID has a value |
sortOrder¶
A structured set of sort terms
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_SORTLIST¶
TYPES TT_SORTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CNKSORT WITH DEFAULT KEY
.