Skip to content

/AWS1/CL_BDZDOCUMENTACLMEMBSHP

The membership entry for a document access control list (ACL), containing conditions and their logical relation.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_memberrelation TYPE /AWS1/BDZDOCACLMEMBERRELATION /AWS1/BDZDOCACLMEMBERRELATION

The logical relation between conditions. Valid values: AND – All conditions must match. OR – At least one condition must match.

it_conditions TYPE /AWS1/CL_BDZDOCUMENTACLCOND=>TT_DOCUMENTACLCONDITIONLIST TT_DOCUMENTACLCONDITIONLIST

The list of conditions that determine membership.


Queryable Attributes

memberRelation

The logical relation between conditions. Valid values: AND – All conditions must match. OR – At least one condition must match.

Accessible with the following methods

Method Description
GET_MEMBERRELATION() Getter for MEMBERRELATION, with configurable default
ASK_MEMBERRELATION() Getter for MEMBERRELATION w/ exceptions if field has no valu
HAS_MEMBERRELATION() Determine if MEMBERRELATION has a value

conditions

The list of conditions that determine membership.

Accessible with the following methods

Method Description
GET_CONDITIONS() Getter for CONDITIONS, with configurable default
ASK_CONDITIONS() Getter for CONDITIONS w/ exceptions if field has no value
HAS_CONDITIONS() Determine if CONDITIONS has a value