Skip to content

/AWS1/CL_SGMAIRECPERFRMANCEMET

An expected performance metric for a recommendation.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_metric TYPE /AWS1/SGMSTRING /AWS1/SGMSTRING

The name of the performance metric.

iv_value TYPE /AWS1/SGMSTRING /AWS1/SGMSTRING

The value of the metric.

Optional arguments:

iv_stat TYPE /AWS1/SGMSTRING /AWS1/SGMSTRING

The statistical measure for the metric.

iv_unit TYPE /AWS1/SGMSTRING /AWS1/SGMSTRING

The unit of the metric value.


Queryable Attributes

Metric

The name of the performance metric.

Accessible with the following methods

Method Description
GET_METRIC() Getter for METRIC, with configurable default
ASK_METRIC() Getter for METRIC w/ exceptions if field has no value
HAS_METRIC() Determine if METRIC has a value

Stat

The statistical measure for the metric.

Accessible with the following methods

Method Description
GET_STAT() Getter for STAT, with configurable default
ASK_STAT() Getter for STAT w/ exceptions if field has no value
HAS_STAT() Determine if STAT has a value

Value

The value of the metric.

Accessible with the following methods

Method Description
GET_VALUE() Getter for VALUE, with configurable default
ASK_VALUE() Getter for VALUE w/ exceptions if field has no value
HAS_VALUE() Determine if VALUE has a value

Unit

The unit of the metric value.

Accessible with the following methods

Method Description
GET_UNIT() Getter for UNIT, with configurable default
ASK_UNIT() Getter for UNIT w/ exceptions if field has no value
HAS_UNIT() Determine if UNIT 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_EXPECTEDPERFORMANCELIST

TYPES TT_EXPECTEDPERFORMANCELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SGMAIRECPERFRMANCEMET WITH DEFAULT KEY
.