Skip to content

/AWS1/CL_LOMDIMENSIONVALCONT00

The severity of a value of a dimension that contributed to an anomaly.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_dimensionvalue TYPE /AWS1/LOMDIMENSIONVALUE /AWS1/LOMDIMENSIONVALUE

The value of the dimension.

iv_contributionscore TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING

The severity score of the value.


Queryable Attributes

DimensionValue

The value of the dimension.

Accessible with the following methods

Method Description
GET_DIMENSIONVALUE() Getter for DIMENSIONVALUE, with configurable default
ASK_DIMENSIONVALUE() Getter for DIMENSIONVALUE w/ exceptions if field has no valu
HAS_DIMENSIONVALUE() Determine if DIMENSIONVALUE has a value

ContributionScore

The severity score of the value.

Accessible with the following methods

Method Description
GET_CONTRIBUTIONSCORE() Getter for CONTRIBUTIONSCORE, with configurable default
ASK_CONTRIBUTIONSCORE() Getter for CONTRIBUTIONSCORE w/ exceptions if field has no v
STR_CONTRIBUTIONSCORE() String format for CONTRIBUTIONSCORE, with configurable defau
HAS_CONTRIBUTIONSCORE() Determine if CONTRIBUTIONSCORE 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_DIMENSIONVALCONTRIBUTIONLST

TYPES TT_DIMENSIONVALCONTRIBUTIONLST TYPE STANDARD TABLE OF REF TO /AWS1/CL_LOMDIMENSIONVALCONT00 WITH DEFAULT KEY
.