/AWS1/CL_QSTOUTCOLUMNNAMEOVRD¶
Specifies a mapping to override the name of an output column from a transform operation.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_outputcolumnname TYPE /AWS1/QSTCOLUMNNAME /AWS1/QSTCOLUMNNAME¶
The new name to assign to the column in the output.
Optional arguments:¶
iv_sourcecolumnname TYPE /AWS1/QSTCOLUMNNAME /AWS1/QSTCOLUMNNAME¶
The original name of the column from the source transform operation.
Queryable Attributes¶
SourceColumnName¶
The original name of the column from the source transform operation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCECOLUMNNAME() |
Getter for SOURCECOLUMNNAME, with configurable default |
ASK_SOURCECOLUMNNAME() |
Getter for SOURCECOLUMNNAME w/ exceptions if field has no va |
HAS_SOURCECOLUMNNAME() |
Determine if SOURCECOLUMNNAME has a value |
OutputColumnName¶
The new name to assign to the column in the output.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OUTPUTCOLUMNNAME() |
Getter for OUTPUTCOLUMNNAME, with configurable default |
ASK_OUTPUTCOLUMNNAME() |
Getter for OUTPUTCOLUMNNAME w/ exceptions if field has no va |
HAS_OUTPUTCOLUMNNAME() |
Determine if OUTPUTCOLUMNNAME 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_OUTPUTCOLUMNNAMEOVRDLIST¶
TYPES TT_OUTPUTCOLUMNNAMEOVRDLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_QSTOUTCOLUMNNAMEOVRD WITH DEFAULT KEY
.