/AWS1/CL_DZNAGGREGATIONOUTPUT¶
The aggregation for an attribute.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_attribute TYPE /AWS1/DZNATTRIBUTE /AWS1/DZNATTRIBUTE¶
The attribute for this aggregation.
iv_displayvalue TYPE /AWS1/DZNAGGRDISPLAYVALUE /AWS1/DZNAGGRDISPLAYVALUE¶
The display value of the aggregation output item.
it_items TYPE /AWS1/CL_DZNAGGROUTPUTITEM=>TT_AGGREGATIONOUTPUTITEMS TT_AGGREGATIONOUTPUTITEMS¶
A list of aggregation output items.
Queryable Attributes¶
attribute¶
The attribute for this aggregation.
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 |
displayValue¶
The display value of the aggregation output item.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DISPLAYVALUE() |
Getter for DISPLAYVALUE, with configurable default |
ASK_DISPLAYVALUE() |
Getter for DISPLAYVALUE w/ exceptions if field has no value |
HAS_DISPLAYVALUE() |
Determine if DISPLAYVALUE has a value |
items¶
A list of aggregation output items.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ITEMS() |
Getter for ITEMS, with configurable default |
ASK_ITEMS() |
Getter for ITEMS w/ exceptions if field has no value |
HAS_ITEMS() |
Determine if ITEMS has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_AGGREGATIONOUTPUTLIST¶
TYPES TT_AGGREGATIONOUTPUTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_DZNAGGREGATIONOUTPUT WITH DEFAULT KEY
.