/AWS1/CL_TBDFIELDSORTXPRSN¶
The field sorting order and name of the field.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_sortorder TYPE /AWS1/TBDSORTORDER /AWS1/TBDSORTORDER¶
The sort order for the field.
iv_name TYPE /AWS1/TBDSTRING /AWS1/TBDSTRING¶
The name of the field.
Queryable Attributes¶
sortOrder¶
The sort order for the field.
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 |
name¶
The name of the field.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |