/AWS1/CL_QSTPIVOTTBLDATAPATH00¶
The data path options for the pivot table field options.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_datapathlist TYPE /AWS1/CL_QSTDATAPATHVALUE=>TT_DATAPATHVALUELIST TT_DATAPATHVALUELIST¶
The list of data path values for the data path options.
Optional arguments:¶
iv_width TYPE /AWS1/QSTPIXELLENGTH /AWS1/QSTPIXELLENGTH¶
The width of the data path option.
Queryable Attributes¶
DataPathList¶
The list of data path values for the data path options.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATAPATHLIST() |
Getter for DATAPATHLIST, with configurable default |
ASK_DATAPATHLIST() |
Getter for DATAPATHLIST w/ exceptions if field has no value |
HAS_DATAPATHLIST() |
Determine if DATAPATHLIST has a value |
Width¶
The width of the data path option.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WIDTH() |
Getter for WIDTH, with configurable default |
ASK_WIDTH() |
Getter for WIDTH w/ exceptions if field has no value |
HAS_WIDTH() |
Determine if WIDTH has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_PIVOTTBLDATAPATHOPTIONLIST¶
TYPES TT_PIVOTTBLDATAPATHOPTIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_QSTPIVOTTBLDATAPATH00 WITH DEFAULT KEY
.