/AWS1/CL_QSTPIVOTTBLFIELDOPTS¶
The field options for a pivot table visual.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
IT_SELECTEDFIELDOPTIONS
TYPE /AWS1/CL_QSTPIVOTTBLFIELDOPT00=>TT_PIVOTTABLEFIELDOPTIONLIST
TT_PIVOTTABLEFIELDOPTIONLIST
¶
The selected field options for the pivot table field options.
IT_DATAPATHOPTIONS
TYPE /AWS1/CL_QSTPIVOTTBLDATAPATH00=>TT_PIVOTTBLDATAPATHOPTIONLIST
TT_PIVOTTBLDATAPATHOPTIONLIST
¶
The data path options for the pivot table field options.
IT_COLLAPSESTATEOPTIONS
TYPE /AWS1/CL_QSTPIVOTTBLFIELDCOL00=>TT_PIVOTTBLFIELDCOLLAPSESTAT00
TT_PIVOTTBLFIELDCOLLAPSESTAT00
¶
The collapse state options for the pivot table field options.
Queryable Attributes¶
SelectedFieldOptions¶
The selected field options for the pivot table field options.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SELECTEDFIELDOPTIONS() |
Getter for SELECTEDFIELDOPTIONS, with configurable default |
ASK_SELECTEDFIELDOPTIONS() |
Getter for SELECTEDFIELDOPTIONS w/ exceptions if field has n |
HAS_SELECTEDFIELDOPTIONS() |
Determine if SELECTEDFIELDOPTIONS has a value |
DataPathOptions¶
The data path options for the pivot table field options.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DATAPATHOPTIONS() |
Getter for DATAPATHOPTIONS, with configurable default |
ASK_DATAPATHOPTIONS() |
Getter for DATAPATHOPTIONS w/ exceptions if field has no val |
HAS_DATAPATHOPTIONS() |
Determine if DATAPATHOPTIONS has a value |
CollapseStateOptions¶
The collapse state options for the pivot table field options.
Accessible with the following methods¶
Method | Description |
---|---|
GET_COLLAPSESTATEOPTIONS() |
Getter for COLLAPSESTATEOPTIONS, with configurable default |
ASK_COLLAPSESTATEOPTIONS() |
Getter for COLLAPSESTATEOPTIONS w/ exceptions if field has n |
HAS_COLLAPSESTATEOPTIONS() |
Determine if COLLAPSESTATEOPTIONS has a value |