/AWS1/CL_SHBSORTCRITERION¶
A collection of finding attributes used to sort findings.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_field
TYPE /AWS1/SHBNONEMPTYSTRING
/AWS1/SHBNONEMPTYSTRING
¶
The finding attribute used to sort findings.
iv_sortorder
TYPE /AWS1/SHBSORTORDER
/AWS1/SHBSORTORDER
¶
The order used to sort findings.
Queryable Attributes¶
Field¶
The finding attribute used to sort findings.
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 used to sort findings.
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_SORTCRITERIA
¶
TYPES TT_SORTCRITERIA TYPE STANDARD TABLE OF REF TO /AWS1/CL_SHBSORTCRITERION WITH DEFAULT KEY
.