Skip to content

/AWS1/CL_CNTEVALFRMITEMENBME03

An expression that defines a basic building block of conditional enablement.

CONSTRUCTOR

IMPORTING

Required arguments:

io_source TYPE REF TO /AWS1/CL_CNTEVALFRMITEMENBME04 /AWS1/CL_CNTEVALFRMITEMENBME04

A source item of enablement expression.

it_values TYPE /AWS1/CL_CNTEVALFRMITEMENBME05=>TT_EVALFRMITEMENBMENTSRCVALLST TT_EVALFRMITEMENBMENTSRCVALLST

A list of values from source item.

iv_comparator TYPE /AWS1/CNTEVALFRMITEMSRCVALSC00 /AWS1/CNTEVALFRMITEMSRCVALSC00

A comparator to be used against list of values.


Queryable Attributes

Source

A source item of enablement expression.

Accessible with the following methods

Method Description
GET_SOURCE() Getter for SOURCE

Values

A list of values from source item.

Accessible with the following methods

Method Description
GET_VALUES() Getter for VALUES, with configurable default
ASK_VALUES() Getter for VALUES w/ exceptions if field has no value
HAS_VALUES() Determine if VALUES has a value

Comparator

A comparator to be used against list of values.

Accessible with the following methods

Method Description
GET_COMPARATOR() Getter for COMPARATOR, with configurable default
ASK_COMPARATOR() Getter for COMPARATOR w/ exceptions if field has no value
HAS_COMPARATOR() Determine if COMPARATOR has a value