Skip to content

/AWS1/CL_LM2SLOTSORTBY

Specifies attributes for sorting a list of bots.

CONSTRUCTOR

IMPORTING

Required arguments:

IV_ATTRIBUTE TYPE /AWS1/LM2SLOTSORTATTRIBUTE /AWS1/LM2SLOTSORTATTRIBUTE

The attribute to use to sort the list.

IV_ORDER TYPE /AWS1/LM2SORTORDER /AWS1/LM2SORTORDER

The order to sort the list. You can choose ascending or descending.


Queryable Attributes

attribute

The attribute to use to sort the list.

Accessible with the following methods

Method Description
GET_ATTRIBUTE() Getter for ATTRIBUTE, with configurable default
ASK_ATTRIBUTE() Getter for ATTRIBUTE w/ exceptions if field has no value
HAS_ATTRIBUTE() Determine if ATTRIBUTE has a value

order

The order to sort the list. You can choose ascending or descending.

Accessible with the following methods

Method Description
GET_ORDER() Getter for ORDER, with configurable default
ASK_ORDER() Getter for ORDER w/ exceptions if field has no value
HAS_ORDER() Determine if ORDER has a value