/AWS1/CL_QSTSUBTOTALOPTIONS¶
The subtotal options.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_totalsvisibility TYPE /AWS1/QSTVISIBILITY /AWS1/QSTVISIBILITY¶
The visibility configuration for the subtotal cells.
iv_customlabel TYPE /AWS1/QSTSTRING /AWS1/QSTSTRING¶
The custom label string for the subtotal cells.
iv_fieldlevel TYPE /AWS1/QSTPIVOTTBLSUBTOTALLEVEL /AWS1/QSTPIVOTTBLSUBTOTALLEVEL¶
The field level (all, custom, last) for the subtotal cells.
it_fieldleveloptions TYPE /AWS1/CL_QSTPIVOTTBLFIELDSUB00=>TT_PIVOTTBLFIELDSUBTOTALOPTS00 TT_PIVOTTBLFIELDSUBTOTALOPTS00¶
The optional configuration of subtotal cells.
io_totalcellstyle TYPE REF TO /AWS1/CL_QSTTABLECELLSTYLE /AWS1/CL_QSTTABLECELLSTYLE¶
The cell styling options for the subtotal cells.
io_valuecellstyle TYPE REF TO /AWS1/CL_QSTTABLECELLSTYLE /AWS1/CL_QSTTABLECELLSTYLE¶
The cell styling options for the subtotals of value cells.
io_metricheadercellstyle TYPE REF TO /AWS1/CL_QSTTABLECELLSTYLE /AWS1/CL_QSTTABLECELLSTYLE¶
The cell styling options for the subtotals of header cells.
it_styletargets TYPE /AWS1/CL_QSTTABLESTYLETARGET=>TT_TABLESTYLETARGETLIST TT_TABLESTYLETARGETLIST¶
The style targets options for subtotals.
Queryable Attributes¶
TotalsVisibility¶
The visibility configuration for the subtotal cells.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TOTALSVISIBILITY() |
Getter for TOTALSVISIBILITY, with configurable default |
ASK_TOTALSVISIBILITY() |
Getter for TOTALSVISIBILITY w/ exceptions if field has no va |
HAS_TOTALSVISIBILITY() |
Determine if TOTALSVISIBILITY has a value |
CustomLabel¶
The custom label string for the subtotal cells.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CUSTOMLABEL() |
Getter for CUSTOMLABEL, with configurable default |
ASK_CUSTOMLABEL() |
Getter for CUSTOMLABEL w/ exceptions if field has no value |
HAS_CUSTOMLABEL() |
Determine if CUSTOMLABEL has a value |
FieldLevel¶
The field level (all, custom, last) for the subtotal cells.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FIELDLEVEL() |
Getter for FIELDLEVEL, with configurable default |
ASK_FIELDLEVEL() |
Getter for FIELDLEVEL w/ exceptions if field has no value |
HAS_FIELDLEVEL() |
Determine if FIELDLEVEL has a value |
FieldLevelOptions¶
The optional configuration of subtotal cells.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FIELDLEVELOPTIONS() |
Getter for FIELDLEVELOPTIONS, with configurable default |
ASK_FIELDLEVELOPTIONS() |
Getter for FIELDLEVELOPTIONS w/ exceptions if field has no v |
HAS_FIELDLEVELOPTIONS() |
Determine if FIELDLEVELOPTIONS has a value |
TotalCellStyle¶
The cell styling options for the subtotal cells.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TOTALCELLSTYLE() |
Getter for TOTALCELLSTYLE |
ValueCellStyle¶
The cell styling options for the subtotals of value cells.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALUECELLSTYLE() |
Getter for VALUECELLSTYLE |
MetricHeaderCellStyle¶
The cell styling options for the subtotals of header cells.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_METRICHEADERCELLSTYLE() |
Getter for METRICHEADERCELLSTYLE |
StyleTargets¶
The style targets options for subtotals.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STYLETARGETS() |
Getter for STYLETARGETS, with configurable default |
ASK_STYLETARGETS() |
Getter for STYLETARGETS w/ exceptions if field has no value |
HAS_STYLETARGETS() |
Determine if STYLETARGETS has a value |