/AWS1/CL_QSTEXPLICITHIERARCHY¶
The option that determines the hierarchy of the fields that are built within a visual's field wells. These fields can't be duplicated to other visuals.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_hierarchyid TYPE /AWS1/QSTHIERARCHYID /AWS1/QSTHIERARCHYID¶
The hierarchy ID of the explicit hierarchy.
it_columns TYPE /AWS1/CL_QSTCOLUMNIDENTIFIER=>TT_EXPLICITHIERARCHYCOLUMNLIST TT_EXPLICITHIERARCHYCOLUMNLIST¶
The list of columns that define the explicit hierarchy.
Optional arguments:¶
it_drilldownfilters TYPE /AWS1/CL_QSTDRILLDOWNFILTER=>TT_DRILLDOWNFILTERLIST TT_DRILLDOWNFILTERLIST¶
The option that determines the drill down filters for the explicit hierarchy.
Queryable Attributes¶
HierarchyId¶
The hierarchy ID of the explicit hierarchy.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HIERARCHYID() |
Getter for HIERARCHYID, with configurable default |
ASK_HIERARCHYID() |
Getter for HIERARCHYID w/ exceptions if field has no value |
HAS_HIERARCHYID() |
Determine if HIERARCHYID has a value |
Columns¶
The list of columns that define the explicit hierarchy.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COLUMNS() |
Getter for COLUMNS, with configurable default |
ASK_COLUMNS() |
Getter for COLUMNS w/ exceptions if field has no value |
HAS_COLUMNS() |
Determine if COLUMNS has a value |
DrillDownFilters¶
The option that determines the drill down filters for the explicit hierarchy.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DRILLDOWNFILTERS() |
Getter for DRILLDOWNFILTERS, with configurable default |
ASK_DRILLDOWNFILTERS() |
Getter for DRILLDOWNFILTERS w/ exceptions if field has no va |
HAS_DRILLDOWNFILTERS() |
Determine if DRILLDOWNFILTERS has a value |