/AWS1/CL_CCGRELATEDCTLMAPDETS¶
A structure that describes a control's relationship status with other controls.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_relationtype TYPE /AWS1/CCGCONTROLRELATIONTYPE /AWS1/CCGCONTROLRELATIONTYPE¶
Returns an enumerated value that represents the relationship between two or more controls.
Optional arguments:¶
iv_controlarn TYPE /AWS1/CCGCONTROLARN /AWS1/CCGCONTROLARN¶
The unique identifier of a control.
Queryable Attributes¶
ControlArn¶
The unique identifier of a control.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTROLARN() |
Getter for CONTROLARN, with configurable default |
ASK_CONTROLARN() |
Getter for CONTROLARN w/ exceptions if field has no value |
HAS_CONTROLARN() |
Determine if CONTROLARN has a value |
RelationType¶
Returns an enumerated value that represents the relationship between two or more controls.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RELATIONTYPE() |
Getter for RELATIONTYPE, with configurable default |
ASK_RELATIONTYPE() |
Getter for RELATIONTYPE w/ exceptions if field has no value |
HAS_RELATIONTYPE() |
Determine if RELATIONTYPE has a value |