/AWS1/CL_QSTTOTALAGGROPTION¶
The total aggregation settings map of a field id.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_fieldid TYPE /AWS1/QSTFIELDID /AWS1/QSTFIELDID¶
The field id that's associated with the total aggregation option.
io_totalaggregationfunction TYPE REF TO /AWS1/CL_QSTTOTALAGGRFUNCTION /AWS1/CL_QSTTOTALAGGRFUNCTION¶
The total aggregation function that you want to set for a specified field id.
Queryable Attributes¶
FieldId¶
The field id that's associated with the total aggregation option.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FIELDID() |
Getter for FIELDID, with configurable default |
ASK_FIELDID() |
Getter for FIELDID w/ exceptions if field has no value |
HAS_FIELDID() |
Determine if FIELDID has a value |
TotalAggregationFunction¶
The total aggregation function that you want to set for a specified field id.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TOTALAGGREGATIONFUNCTION() |
Getter for TOTALAGGREGATIONFUNCTION |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_TOTALAGGREGATIONOPTIONLIST¶
TYPES TT_TOTALAGGREGATIONOPTIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_QSTTOTALAGGROPTION WITH DEFAULT KEY
.