Skip to content

/AWS1/CL_TSQMULTIMEASUREATTR00

Attribute mapping for MULTI value measures.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_sourcecolumn TYPE /AWS1/TSQSCHEMANAME /AWS1/TSQSCHEMANAME

Source column from where the attribute value is to be read.

iv_measurevaluetype TYPE /AWS1/TSQSCALRMEASUREVALUETYPE /AWS1/TSQSCALRMEASUREVALUETYPE

Type of the attribute to be read from the source column.

Optional arguments:

iv_tgtmultimeasureattrname TYPE /AWS1/TSQSCHEMANAME /AWS1/TSQSCHEMANAME

Custom name to be used for attribute name in derived table. If not provided, source column name would be used.


Queryable Attributes

SourceColumn

Source column from where the attribute value is to be read.

Accessible with the following methods

Method Description
GET_SOURCECOLUMN() Getter for SOURCECOLUMN, with configurable default
ASK_SOURCECOLUMN() Getter for SOURCECOLUMN w/ exceptions if field has no value
HAS_SOURCECOLUMN() Determine if SOURCECOLUMN has a value

TargetMultiMeasureAttributeName

Custom name to be used for attribute name in derived table. If not provided, source column name would be used.

Accessible with the following methods

Method Description
GET_TGTMULTIMEASUREATTRNAME() Getter for TARGETMULTIMEASUREATTRNAME, with configurable def
ASK_TGTMULTIMEASUREATTRNAME() Getter for TARGETMULTIMEASUREATTRNAME w/ exceptions if field
HAS_TGTMULTIMEASUREATTRNAME() Determine if TARGETMULTIMEASUREATTRNAME has a value

MeasureValueType

Type of the attribute to be read from the source column.

Accessible with the following methods

Method Description
GET_MEASUREVALUETYPE() Getter for MEASUREVALUETYPE, with configurable default
ASK_MEASUREVALUETYPE() Getter for MEASUREVALUETYPE w/ exceptions if field has no va
HAS_MEASUREVALUETYPE() Determine if MEASUREVALUETYPE 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_MULTIMEASUREATTRMAPPINGLIST

TYPES TT_MULTIMEASUREATTRMAPPINGLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_TSQMULTIMEASUREATTR00 WITH DEFAULT KEY
.