/AWS1/CL_CCGMAPPING¶
A structure that contains the details of a mapping relationship, which can be either to a framework or to a common control.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_framework TYPE REF TO /AWS1/CL_CCGFRAMEWORKMAPDETS /AWS1/CL_CCGFRAMEWORKMAPDETS¶
The framework mapping details when the mapping type relates to a compliance framework.
io_commoncontrol TYPE REF TO /AWS1/CL_CCGCOMMONCTLMAPDETS /AWS1/CL_CCGCOMMONCTLMAPDETS¶
The common control mapping details when the mapping type relates to a common control.
io_relatedcontrol TYPE REF TO /AWS1/CL_CCGRELATEDCTLMAPDETS /AWS1/CL_CCGRELATEDCTLMAPDETS¶
Returns information about controls that are related to the specified control.
Queryable Attributes¶
Framework¶
The framework mapping details when the mapping type relates to a compliance framework.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FRAMEWORK() |
Getter for FRAMEWORK |
CommonControl¶
The common control mapping details when the mapping type relates to a common control.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMMONCONTROL() |
Getter for COMMONCONTROL |
RelatedControl¶
Returns information about controls that are related to the specified control.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RELATEDCONTROL() |
Getter for RELATEDCONTROL |