/AWS1/CL_QSTPIVOTCONFIGURATION¶
Configuration for a pivot operation, specifying which column contains labels and how to pivot them.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_pivotedlabels TYPE /AWS1/CL_QSTPIVOTEDLABEL=>TT_PIVOTEDLABELLIST TT_PIVOTEDLABELLIST¶
The list of specific label values to pivot into separate columns.
Optional arguments:¶
iv_labelcolumnname TYPE /AWS1/QSTCOLUMNNAME /AWS1/QSTCOLUMNNAME¶
The name of the column that contains the labels to be pivoted into separate columns.
Queryable Attributes¶
LabelColumnName¶
The name of the column that contains the labels to be pivoted into separate columns.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LABELCOLUMNNAME() |
Getter for LABELCOLUMNNAME, with configurable default |
ASK_LABELCOLUMNNAME() |
Getter for LABELCOLUMNNAME w/ exceptions if field has no val |
HAS_LABELCOLUMNNAME() |
Determine if LABELCOLUMNNAME has a value |
PivotedLabels¶
The list of specific label values to pivot into separate columns.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PIVOTEDLABELS() |
Getter for PIVOTEDLABELS, with configurable default |
ASK_PIVOTEDLABELS() |
Getter for PIVOTEDLABELS w/ exceptions if field has no value |
HAS_PIVOTEDLABELS() |
Determine if PIVOTEDLABELS has a value |