/AWS1/CL_AUMCREASSESSMENTFRA01¶
A controlSet entity that represents a collection of controls in Audit Manager. This doesn't contain the control set ID.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_name TYPE /AWS1/AUMCONTROLSETNAME /AWS1/AUMCONTROLSETNAME¶
The name of the control set.
Optional arguments:¶
it_controls TYPE /AWS1/CL_AUMCREASSESSMENTFRA02=>TT_CREASSESSMENTFRAMEWORKCTLS TT_CREASSESSMENTFRAMEWORKCTLS¶
The list of controls within the control set. This doesn't contain the control set ID.
Queryable Attributes¶
name¶
The name of the control set.
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 |
controls¶
The list of controls within the control set. This doesn't contain the control set ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTROLS() |
Getter for CONTROLS, with configurable default |
ASK_CONTROLS() |
Getter for CONTROLS w/ exceptions if field has no value |
HAS_CONTROLS() |
Determine if CONTROLS has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_CREASSESSMENTFRAMEWORKCTL00¶
TYPES TT_CREASSESSMENTFRAMEWORKCTL00 TYPE STANDARD TABLE OF REF TO /AWS1/CL_AUMCREASSESSMENTFRA01 WITH DEFAULT KEY
.