/AWS1/CL_TBDPARAMETERSORTXPRSN¶
Organizes parameters according to your specifications.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_sortorder
TYPE /AWS1/TBDSORTORDER
/AWS1/TBDSORTORDER
¶
The sort order for the parameter.
iv_name
TYPE /AWS1/TBDSTRING
/AWS1/TBDSTRING
¶
The parameter name to sort by.
Queryable Attributes¶
sortOrder¶
The sort order for the parameter.
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 parameter name to sort by.
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 |