/AWS1/CL_QSTPIVOTTBLCELLCOND00¶
The cell conditional formatting option for a pivot table.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_fieldid TYPE /AWS1/QSTFIELDID /AWS1/QSTFIELDID¶
The field ID of the cell for conditional formatting.
Optional arguments:¶
io_textformat TYPE REF TO /AWS1/CL_QSTTEXTCONDALFORMAT /AWS1/CL_QSTTEXTCONDALFORMAT¶
The text format of the cell for conditional formatting.
io_scope TYPE REF TO /AWS1/CL_QSTPIVOTTBLCONDALFM02 /AWS1/CL_QSTPIVOTTBLCONDALFM02¶
The scope of the cell for conditional formatting.
it_scopes TYPE /AWS1/CL_QSTPIVOTTBLCONDALFM02=>TT_PIVOTTBLCONDALFMTTINGSCOP00 TT_PIVOTTBLCONDALFMTTINGSCOP00¶
A list of cell scopes for conditional formatting.
Queryable Attributes¶
FieldId¶
The field ID of the cell for conditional formatting.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FIELDID() |
Getter for FIELDID, with configurable default |
ASK_FIELDID() |
Getter for FIELDID w/ exceptions if field has no value |
HAS_FIELDID() |
Determine if FIELDID has a value |
TextFormat¶
The text format of the cell for conditional formatting.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TEXTFORMAT() |
Getter for TEXTFORMAT |
Scope¶
The scope of the cell for conditional formatting.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCOPE() |
Getter for SCOPE |
Scopes¶
A list of cell scopes for conditional formatting.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCOPES() |
Getter for SCOPES, with configurable default |
ASK_SCOPES() |
Getter for SCOPES w/ exceptions if field has no value |
HAS_SCOPES() |
Determine if SCOPES has a value |