/AWS1/CL_QSTDATASETCOLUMNIDMAP¶
Maps a source column identifier to a target column identifier during transform operations.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_sourcecolumnid TYPE /AWS1/QSTCOLUMNID /AWS1/QSTCOLUMNID¶
Source column ID.
iv_targetcolumnid TYPE /AWS1/QSTCOLUMNID /AWS1/QSTCOLUMNID¶
Target column ID.
Queryable Attributes¶
SourceColumnId¶
Source column ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCECOLUMNID() |
Getter for SOURCECOLUMNID, with configurable default |
ASK_SOURCECOLUMNID() |
Getter for SOURCECOLUMNID w/ exceptions if field has no valu |
HAS_SOURCECOLUMNID() |
Determine if SOURCECOLUMNID has a value |
TargetColumnId¶
Target column ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TARGETCOLUMNID() |
Getter for TARGETCOLUMNID, with configurable default |
ASK_TARGETCOLUMNID() |
Getter for TARGETCOLUMNID w/ exceptions if field has no valu |
HAS_TARGETCOLUMNID() |
Determine if TARGETCOLUMNID 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_DATASETCOLUMNIDMAPPINGLIST¶
TYPES TT_DATASETCOLUMNIDMAPPINGLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_QSTDATASETCOLUMNIDMAP WITH DEFAULT KEY
.