/AWS1/CL_DZNAGGRLISTITEM¶
An aggregation list item.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_attribute
TYPE /AWS1/DZNATTRIBUTE
/AWS1/DZNATTRIBUTE
¶
An attribute on which to compute aggregations.
Optional arguments:¶
iv_displayvalue
TYPE /AWS1/DZNAGGRDISPLAYVALUE
/AWS1/DZNAGGRDISPLAYVALUE
¶
The display value of the aggregation list item. Supported values include
value
andglossaryTerm.name
.
Queryable Attributes¶
attribute¶
An attribute on which to compute aggregations.
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 list item. Supported values include
value
andglossaryTerm.name
.
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_AGGREGATIONLIST
¶
TYPES TT_AGGREGATIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_DZNAGGRLISTITEM WITH DEFAULT KEY
.