Skip to content

/AWS1/CL_SSSRULERESULT

Represents the result of a single rule within a configuration check.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_id TYPE /AWS1/SSSRULERESULTID /AWS1/SSSRULERESULTID

The unique identifier of the rule result.

iv_description TYPE /AWS1/SSSSTRING /AWS1/SSSSTRING

A description of what the rule validates.

iv_status TYPE /AWS1/SSSRULERESULTSTATUS /AWS1/SSSRULERESULTSTATUS

The status of the rule result.

iv_message TYPE /AWS1/SSSSTRING /AWS1/SSSSTRING

A message providing details about the rule result.

it_metadata TYPE /AWS1/CL_SSSRULERESULTMET_W=>TT_RULERESULTMETADATA TT_RULERESULTMETADATA

Additional metadata associated with the rule result.


Queryable Attributes

Id

The unique identifier of the rule 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

Description

A description of what the rule 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

Status

The status of the rule result.

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS, with configurable default
ASK_STATUS() Getter for STATUS w/ exceptions if field has no value
HAS_STATUS() Determine if STATUS has a value

Message

A message providing details about the rule result.

Accessible with the following methods

Method Description
GET_MESSAGE() Getter for MESSAGE, with configurable default
ASK_MESSAGE() Getter for MESSAGE w/ exceptions if field has no value
HAS_MESSAGE() Determine if MESSAGE has a value

Metadata

Additional metadata associated with the rule result.

Accessible with the following methods

Method Description
GET_METADATA() Getter for METADATA, with configurable default
ASK_METADATA() Getter for METADATA w/ exceptions if field has no value
HAS_METADATA() Determine if METADATA 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_RULERESULTLIST

TYPES TT_RULERESULTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SSSRULERESULT WITH DEFAULT KEY
.