/AWS1/CL_DETSORTCRITERIA¶
Details about the criteria used for sorting investigations.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_field TYPE /AWS1/DETFIELD /AWS1/DETFIELD¶
Represents the
Fieldattribute to sort investigations.
iv_sortorder TYPE /AWS1/DETSORTORDER /AWS1/DETSORTORDER¶
The order by which the sorted findings are displayed.
Queryable Attributes¶
Field¶
Represents the
Fieldattribute to sort investigations.
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 |
SortOrder¶
The order by which the sorted findings are displayed.
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 |