Skip to content

/AWS1/CL_SSSSUBCHECKRESULT

Represents the result of a sub-check within a configuration check operation.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_id TYPE /AWS1/SSSSUBCHECKRESULTID /AWS1/SSSSUBCHECKRESULTID

The unique identifier of the sub-check result.

iv_name TYPE /AWS1/SSSSTRING /AWS1/SSSSTRING

The name of the sub-check.

iv_description TYPE /AWS1/SSSSTRING /AWS1/SSSSTRING

A description of what the sub-check validates.

it_references TYPE /AWS1/CL_SSSSUBCHKREFERENCES00=>TT_SUBCHECKREFERENCESLIST TT_SUBCHECKREFERENCESLIST

A list of references or documentation links related to the sub-check.


Queryable Attributes

Id

The unique identifier of the sub-check result.

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

References

A list of references or documentation links related to the sub-check.

Accessible with the following methods

Method Description
GET_REFERENCES() Getter for REFERENCES, with configurable default
ASK_REFERENCES() Getter for REFERENCES w/ exceptions if field has no value
HAS_REFERENCES() Determine if REFERENCES 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_SUBCHECKRESULTLIST

TYPES TT_SUBCHECKRESULTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SSSSUBCHECKRESULT WITH DEFAULT KEY
.