/AWS1/CL_PIEDIMENSIONGROUPDET¶
Information about dimensions within a dimension group.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_group TYPE /AWS1/PIESTRING /AWS1/PIESTRING¶
The name of the dimension group.
it_dimensions TYPE /AWS1/CL_PIEDIMENSIONDETAIL=>TT_DIMENSIONDETAILLIST TT_DIMENSIONDETAILLIST¶
The dimensions within a dimension group.
Queryable Attributes¶
Group¶
The name of the dimension group.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GROUP() |
Getter for GROUP, with configurable default |
ASK_GROUP() |
Getter for GROUP w/ exceptions if field has no value |
HAS_GROUP() |
Determine if GROUP has a value |
Dimensions¶
The dimensions within a dimension group.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DIMENSIONS() |
Getter for DIMENSIONS, with configurable default |
ASK_DIMENSIONS() |
Getter for DIMENSIONS w/ exceptions if field has no value |
HAS_DIMENSIONS() |
Determine if DIMENSIONS 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_DIMENSIONGROUPDETAILLIST¶
TYPES TT_DIMENSIONGROUPDETAILLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_PIEDIMENSIONGROUPDET WITH DEFAULT KEY
.