/AWS1/CL_CCGFRAMEWORKMAPDETS¶
A structure that contains details about a framework mapping, including the framework name and specific item within the framework that the control maps to.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_name TYPE /AWS1/CCGFRAMEWORKNAME /AWS1/CCGFRAMEWORKNAME¶
The name of the compliance framework that the control maps to.
iv_item TYPE /AWS1/CCGFRAMEWORKITEM /AWS1/CCGFRAMEWORKITEM¶
The specific item or requirement within the framework that the control maps to.
Queryable Attributes¶
Name¶
The name of the compliance framework that the control maps to.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
Item¶
The specific item or requirement within the framework that the control maps to.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ITEM() |
Getter for ITEM, with configurable default |
ASK_ITEM() |
Getter for ITEM w/ exceptions if field has no value |
HAS_ITEM() |
Determine if ITEM has a value |