Skip to content

/AWS1/CL_QSTIMPORTTABLEOP

A transform operation that imports data from a source table.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_alias TYPE /AWS1/QSTXFRMOPERATIONALIAS /AWS1/QSTXFRMOPERATIONALIAS

Alias for this operation.

io_source TYPE REF TO /AWS1/CL_QSTIMPORTTABLEOPSRC /AWS1/CL_QSTIMPORTTABLEOPSRC

The source configuration that specifies which source table to import and any column mappings.


Queryable Attributes

Alias

Alias for this operation.

Accessible with the following methods

Method Description
GET_ALIAS() Getter for ALIAS, with configurable default
ASK_ALIAS() Getter for ALIAS w/ exceptions if field has no value
HAS_ALIAS() Determine if ALIAS has a value

Source

The source configuration that specifies which source table to import and any column mappings.

Accessible with the following methods

Method Description
GET_SOURCE() Getter for SOURCE