Skip to content

/AWS1/CL_QSTDATAPREPCONF

Configuration for data preparation operations, defining the complete pipeline from source tables through transformations to destination tables.

CONSTRUCTOR

IMPORTING

Required arguments:

it_sourcetablemap TYPE /AWS1/CL_QSTSOURCETABLE=>TT_SOURCETABLEMAP TT_SOURCETABLEMAP

A map of source tables that provide information about underlying sources.

it_transformstepmap TYPE /AWS1/CL_QSTTRANSFORMSTEP=>TT_TRANSFORMSTEPMAP TT_TRANSFORMSTEPMAP

A map of transformation steps that process the data.

it_destinationtablemap TYPE /AWS1/CL_QSTDESTINATIONTABLE=>TT_DESTINATIONTABLEMAP TT_DESTINATIONTABLEMAP

A map of destination tables that receive the final prepared data.


Queryable Attributes

SourceTableMap

A map of source tables that provide information about underlying sources.

Accessible with the following methods

Method Description
GET_SOURCETABLEMAP() Getter for SOURCETABLEMAP, with configurable default
ASK_SOURCETABLEMAP() Getter for SOURCETABLEMAP w/ exceptions if field has no valu
HAS_SOURCETABLEMAP() Determine if SOURCETABLEMAP has a value

TransformStepMap

A map of transformation steps that process the data.

Accessible with the following methods

Method Description
GET_TRANSFORMSTEPMAP() Getter for TRANSFORMSTEPMAP, with configurable default
ASK_TRANSFORMSTEPMAP() Getter for TRANSFORMSTEPMAP w/ exceptions if field has no va
HAS_TRANSFORMSTEPMAP() Determine if TRANSFORMSTEPMAP has a value

DestinationTableMap

A map of destination tables that receive the final prepared data.

Accessible with the following methods

Method Description
GET_DESTINATIONTABLEMAP() Getter for DESTINATIONTABLEMAP, with configurable default
ASK_DESTINATIONTABLEMAP() Getter for DESTINATIONTABLEMAP w/ exceptions if field has no
HAS_DESTINATIONTABLEMAP() Determine if DESTINATIONTABLEMAP has a value