/AWS1/CL_QSTAPPENDEDCOLUMN¶
Represents a column that will be included in the result of an append operation, combining data from multiple sources.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_columnname TYPE /AWS1/QSTCOLUMNNAME /AWS1/QSTCOLUMNNAME¶
The name of the column to include in the appended result.
iv_newcolumnid TYPE /AWS1/QSTCOLUMNID /AWS1/QSTCOLUMNID¶
A unique identifier for the column in the appended result.
Queryable Attributes¶
ColumnName¶
The name of the column to include in the appended result.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COLUMNNAME() |
Getter for COLUMNNAME, with configurable default |
ASK_COLUMNNAME() |
Getter for COLUMNNAME w/ exceptions if field has no value |
HAS_COLUMNNAME() |
Determine if COLUMNNAME has a value |
NewColumnId¶
A unique identifier for the column in the appended result.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEWCOLUMNID() |
Getter for NEWCOLUMNID, with configurable default |
ASK_NEWCOLUMNID() |
Getter for NEWCOLUMNID w/ exceptions if field has no value |
HAS_NEWCOLUMNID() |
Determine if NEWCOLUMNID 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_APPENDEDCOLUMNLIST¶
TYPES TT_APPENDEDCOLUMNLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_QSTAPPENDEDCOLUMN WITH DEFAULT KEY
.