Skip to content

/AWS1/CL_QSTDESTINATIONTABLE

Defines a destination table in data preparation that receives the final transformed data.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_alias TYPE /AWS1/QSTDESTINATIONTABLEALIAS /AWS1/QSTDESTINATIONTABLEALIAS

Alias for the destination table.

io_source TYPE REF TO /AWS1/CL_QSTDSTTABLESOURCE /AWS1/CL_QSTDSTTABLESOURCE

The source configuration that specifies which transform operation provides data to this destination table.


Queryable Attributes

Alias

Alias for the destination table.

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 transform operation provides data to this destination table.

Accessible with the following methods

Method Description
GET_SOURCE() Getter for SOURCE

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_DESTINATIONTABLEMAP

TYPES TT_DESTINATIONTABLEMAP TYPE HASHED TABLE OF /AWS1/CL_QSTDESTINATIONTABLE=>TS_DESTINATIONTABLEMAP_MAPROW WITH UNIQUE KEY key
.

TS_DESTINATIONTABLEMAP_MAPROW

TYPES: BEGIN OF TS_DESTINATIONTABLEMAP_MAPROW,
  key TYPE /AWS1/QSTDATASETENTITYRESID,
  value TYPE REF TO /AWS1/CL_QSTDESTINATIONTABLE,
END OF TS_DESTINATIONTABLEMAP_MAPROW.