Skip to content

/AWS1/CL_REHCONDITION

Indicates the condition based on which you want to filter the metrics.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_field TYPE /AWS1/REHSTRING255 /AWS1/REHSTRING255

Indicates the field in the metric.

iv_operator TYPE /AWS1/REHCONDITIONOPERATORTYPE /AWS1/REHCONDITIONOPERATORTYPE

Indicates the type of operator or comparison to be used when evaluating a condition against the specified field.

Optional arguments:

iv_value TYPE /AWS1/REHSTRING255 /AWS1/REHSTRING255

Indicates the value or data against which a condition is evaluated.


Queryable Attributes

field

Indicates the field in the metric.

Accessible with the following methods

Method Description
GET_FIELD() Getter for FIELD, with configurable default
ASK_FIELD() Getter for FIELD w/ exceptions if field has no value
HAS_FIELD() Determine if FIELD has a value

operator

Indicates the type of operator or comparison to be used when evaluating a condition against the specified field.

Accessible with the following methods

Method Description
GET_OPERATOR() Getter for OPERATOR, with configurable default
ASK_OPERATOR() Getter for OPERATOR w/ exceptions if field has no value
HAS_OPERATOR() Determine if OPERATOR has a value

value

Indicates the value or data against which a condition is evaluated.

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

Public Local Types In This Class

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

TT_CONDITIONLIST

TYPES TT_CONDITIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_REHCONDITION WITH DEFAULT KEY
.