/AWS1/CL_QSTIMPORTTABLEOPSRC¶
Specifies the source table and column mappings for an import table operation.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_sourcetableid TYPE /AWS1/QSTDATASETENTITYRESID /AWS1/QSTDATASETENTITYRESID¶
The identifier of the source table to import data from.
Optional arguments:¶
it_columnidmappings TYPE /AWS1/CL_QSTDATASETCOLUMNIDMAP=>TT_DATASETCOLUMNIDMAPPINGLIST TT_DATASETCOLUMNIDMAPPINGLIST¶
The mappings between source column identifiers and target column identifiers during the import.
Queryable Attributes¶
SourceTableId¶
The identifier of the source table to import data from.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCETABLEID() |
Getter for SOURCETABLEID, with configurable default |
ASK_SOURCETABLEID() |
Getter for SOURCETABLEID w/ exceptions if field has no value |
HAS_SOURCETABLEID() |
Determine if SOURCETABLEID has a value |
ColumnIdMappings¶
The mappings between source column identifiers and target column identifiers during the import.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COLUMNIDMAPPINGS() |
Getter for COLUMNIDMAPPINGS, with configurable default |
ASK_COLUMNIDMAPPINGS() |
Getter for COLUMNIDMAPPINGS w/ exceptions if field has no va |
HAS_COLUMNIDMAPPINGS() |
Determine if COLUMNIDMAPPINGS has a value |