/AWS1/CL_QSTTRANSPOSEDTBLOPT00¶
The column option of the transposed table.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_columntype TYPE /AWS1/QSTTRANSPOSEDCOLUMNTYPE /AWS1/QSTTRANSPOSEDCOLUMNTYPE¶
The column type of the column in a transposed table. Choose one of the following options:
ROW_HEADER_COLUMN: Refers to the leftmost column of the row header in the transposed table.
VALUE_COLUMN: Refers to all value columns in the transposed table.
Optional arguments:¶
iv_columnindex TYPE /AWS1/QSTTRANSPOSEDCOLUMNINDEX /AWS1/QSTTRANSPOSEDCOLUMNINDEX¶
The index of a columns in a transposed table. The index range is 0-9999.
iv_columnwidth TYPE /AWS1/QSTPIXELLENGTH /AWS1/QSTPIXELLENGTH¶
The width of a column in a transposed table.
Queryable Attributes¶
ColumnIndex¶
The index of a columns in a transposed table. The index range is 0-9999.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COLUMNINDEX() |
Getter for COLUMNINDEX, with configurable default |
ASK_COLUMNINDEX() |
Getter for COLUMNINDEX w/ exceptions if field has no value |
HAS_COLUMNINDEX() |
Determine if COLUMNINDEX has a value |
ColumnWidth¶
The width of a column in a transposed table.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COLUMNWIDTH() |
Getter for COLUMNWIDTH, with configurable default |
ASK_COLUMNWIDTH() |
Getter for COLUMNWIDTH w/ exceptions if field has no value |
HAS_COLUMNWIDTH() |
Determine if COLUMNWIDTH has a value |
ColumnType¶
The column type of the column in a transposed table. Choose one of the following options:
ROW_HEADER_COLUMN: Refers to the leftmost column of the row header in the transposed table.
VALUE_COLUMN: Refers to all value columns in the transposed table.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COLUMNTYPE() |
Getter for COLUMNTYPE, with configurable default |
ASK_COLUMNTYPE() |
Getter for COLUMNTYPE w/ exceptions if field has no value |
HAS_COLUMNTYPE() |
Determine if COLUMNTYPE 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_TRANSPOSEDTABLEOPTIONLIST¶
TYPES TT_TRANSPOSEDTABLEOPTIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_QSTTRANSPOSEDTBLOPT00 WITH DEFAULT KEY
.