Skip to content

/AWS1/CL_QSTCONTROLSORTCONF

The sort configuration for control values. This is a tagged union type. Specify either SelectableValuesSort or ControlColumnSort, but not both.

CONSTRUCTOR

IMPORTING

Optional arguments:

io_selectablevaluessort TYPE REF TO /AWS1/CL_QSTSELECTABLEVALSSORT /AWS1/CL_QSTSELECTABLEVALSSORT

The sort configuration for user-specified values in the control. Use this option to sort values that are manually entered by users in a dropdown or list control.

io_controlcolumnsort TYPE REF TO /AWS1/CL_QSTAGGRSORTCONF /AWS1/CL_QSTAGGRSORTCONF

The sort configuration for controls that are tied to a dataset column. Use this option to sort control values by an aggregate of a column.


Queryable Attributes

SelectableValuesSort

The sort configuration for user-specified values in the control. Use this option to sort values that are manually entered by users in a dropdown or list control.

Accessible with the following methods

Method Description
GET_SELECTABLEVALUESSORT() Getter for SELECTABLEVALUESSORT

ControlColumnSort

The sort configuration for controls that are tied to a dataset column. Use this option to sort control values by an aggregate of a column.

Accessible with the following methods

Method Description
GET_CONTROLCOLUMNSORT() Getter for CONTROLCOLUMNSORT

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_CONTROLSORTCONFLIST

TYPES TT_CONTROLSORTCONFLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_QSTCONTROLSORTCONF WITH DEFAULT KEY
.