Skip to content

/AWS1/CL_QQCORCONDITION

A list of conditions which would be applied together with an OR condition.

CONSTRUCTOR

IMPORTING

Optional arguments:

IT_ANDCONDITIONS TYPE /AWS1/CL_QQCTAGCONDITION=>TT_ANDCONDITIONS TT_ANDCONDITIONS

A list of conditions which would be applied together with an AND condition.

IO_TAGCONDITION TYPE REF TO /AWS1/CL_QQCTAGCONDITION /AWS1/CL_QQCTAGCONDITION

A leaf node condition which can be used to specify a tag condition.


Queryable Attributes

andConditions

A list of conditions which would be applied together with an AND condition.

Accessible with the following methods

Method Description
GET_ANDCONDITIONS() Getter for ANDCONDITIONS, with configurable default
ASK_ANDCONDITIONS() Getter for ANDCONDITIONS w/ exceptions if field has no value
HAS_ANDCONDITIONS() Determine if ANDCONDITIONS has a value

tagCondition

A leaf node condition which can be used to specify a tag condition.

Accessible with the following methods

Method Description
GET_TAGCONDITION() Getter for TAGCONDITION

Public Local Types In This Class

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

TT_ORCONDITIONS

TYPES TT_ORCONDITIONS TYPE STANDARD TABLE OF REF TO /AWS1/CL_QQCORCONDITION WITH DEFAULT KEY
.