Skip to content

/AWS1/CL_AUMCONTROLSET

A set of controls in Audit Manager.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_id TYPE /AWS1/AUMUUID /AWS1/AUMUUID

The identifier of the control set in the assessment. This is the control set name in a plain string format.

iv_name TYPE /AWS1/AUMCONTROLSETNAME /AWS1/AUMCONTROLSETNAME

The name of the control set.

it_controls TYPE /AWS1/CL_AUMCONTROL=>TT_CONTROLS TT_CONTROLS

The list of controls within the control set.


Queryable Attributes

id

The identifier of the control set in the assessment. This is the control set name in a plain string format.

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 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_CONTROLSETS

TYPES TT_CONTROLSETS TYPE STANDARD TABLE OF REF TO /AWS1/CL_AUMCONTROLSET WITH DEFAULT KEY
.