Skip to content

/AWS1/CL_ERNRULECONDITIONPROPS

The properties of a rule condition that provides the ability to use more complex syntax.

CONSTRUCTOR

IMPORTING

Required arguments:

it_rules TYPE /AWS1/CL_ERNRULECONDITION=>TT_RULECONDITIONLIST TT_RULECONDITIONLIST

A list of rule objects, each of which have fields ruleName and condition.

Optional arguments:

io_matchingconfig TYPE REF TO /AWS1/CL_ERNMATCHINGCONFIG /AWS1/CL_ERNMATCHINGCONFIG

An object that contains configuration settings for the matching process.


Queryable Attributes

rules

A list of rule objects, each of which have fields ruleName and condition.

Accessible with the following methods

Method Description
GET_RULES() Getter for RULES, with configurable default
ASK_RULES() Getter for RULES w/ exceptions if field has no value
HAS_RULES() Determine if RULES has a value

matchingConfig

An object that contains configuration settings for the matching process.

Accessible with the following methods

Method Description
GET_MATCHINGCONFIG() Getter for MATCHINGCONFIG