/AWS1/CL_AUMUPASSESSMENTFRAM01¶
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.
it_controls TYPE /AWS1/CL_AUMCREASSESSMENTFRA02=>TT_CREASSESSMENTFRAMEWORKCTLS TT_CREASSESSMENTFRAMEWORKCTLS¶
The list of controls that are contained within the control set.
Optional arguments:¶
iv_id TYPE /AWS1/AUMCONTROLSETNAME /AWS1/AUMCONTROLSETNAME¶
The unique identifier for the control set.
Queryable Attributes¶
id¶
The unique identifier for the control set.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
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 that are contained within the control set.
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_UPASSESSMENTFRAMEWORKCTLS00¶
TYPES TT_UPASSESSMENTFRAMEWORKCTLS00 TYPE STANDARD TABLE OF REF TO /AWS1/CL_AUMUPASSESSMENTFRAM01 WITH DEFAULT KEY
.