Skip to content

/AWS1/CL_TSQDIMENSIONMAPPING

This type is used to map column(s) from the query result to a dimension in the destination table.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_name TYPE /AWS1/TSQSCHEMANAME /AWS1/TSQSCHEMANAME

Column name from query result.

iv_dimensionvaluetype TYPE /AWS1/TSQDIMENSIONVALUETYPE /AWS1/TSQDIMENSIONVALUETYPE

Type for the dimension.


Queryable Attributes

Name

Column name from query result.

Accessible with the following methods

Method Description
GET_NAME() Getter for NAME, with configurable default
ASK_NAME() Getter for NAME w/ exceptions if field has no value
HAS_NAME() Determine if NAME has a value

DimensionValueType

Type for the dimension.

Accessible with the following methods

Method Description
GET_DIMENSIONVALUETYPE() Getter for DIMENSIONVALUETYPE, with configurable default
ASK_DIMENSIONVALUETYPE() Getter for DIMENSIONVALUETYPE w/ exceptions if field has no
HAS_DIMENSIONVALUETYPE() Determine if DIMENSIONVALUETYPE 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_DIMENSIONMAPPINGLIST

TYPES TT_DIMENSIONMAPPINGLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_TSQDIMENSIONMAPPING WITH DEFAULT KEY
.