Skip to content

/AWS1/CL_SSSCONFCHECKDEFN

Represents a configuration check definition supported by AWS Systems Manager for SAP.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_id TYPE /AWS1/SSSCONFCHECKTYPE /AWS1/SSSCONFCHECKTYPE

The unique identifier of the configuration check.

iv_name TYPE /AWS1/SSSSTRING /AWS1/SSSSTRING

The name of the configuration check.

iv_description TYPE /AWS1/SSSSTRING /AWS1/SSSSTRING

A description of what the configuration check validates.

it_applicableapptypes TYPE /AWS1/CL_SSSAPPTYPELIST_W=>TT_APPLICATIONTYPELIST TT_APPLICATIONTYPELIST

The list of SSMSAP application types that this configuration check can be evaluated against.


Queryable Attributes

Id

The unique identifier of the configuration check.

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 configuration check.

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

Description

A description of what the configuration check validates.

Accessible with the following methods

Method Description
GET_DESCRIPTION() Getter for DESCRIPTION, with configurable default
ASK_DESCRIPTION() Getter for DESCRIPTION w/ exceptions if field has no value
HAS_DESCRIPTION() Determine if DESCRIPTION has a value

ApplicableApplicationTypes

The list of SSMSAP application types that this configuration check can be evaluated against.

Accessible with the following methods

Method Description
GET_APPLICABLEAPPTYPES() Getter for APPLICABLEAPPLICATIONTYPES, with configurable def
ASK_APPLICABLEAPPTYPES() Getter for APPLICABLEAPPLICATIONTYPES w/ exceptions if field
HAS_APPLICABLEAPPTYPES() Determine if APPLICABLEAPPLICATIONTYPES 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_CONFCHECKDEFINITIONLIST

TYPES TT_CONFCHECKDEFINITIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SSSCONFCHECKDEFN WITH DEFAULT KEY
.