Skip to content

/AWS1/CL_REVTESTACTION

Represents a fault action that a test runs, along with the resource type it targets.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_actionid TYPE /AWS1/REVSTRING /AWS1/REVSTRING

The identifier of the fault action.

iv_resourcetype TYPE /AWS1/REVSTRING /AWS1/REVSTRING

The resource type that the action targets.

Optional arguments:

iv_description TYPE /AWS1/REVSTRING /AWS1/REVSTRING

A description of the fault action.


Queryable Attributes

actionId

The identifier of the fault action.

Accessible with the following methods

Method Description
GET_ACTIONID() Getter for ACTIONID, with configurable default
ASK_ACTIONID() Getter for ACTIONID w/ exceptions if field has no value
HAS_ACTIONID() Determine if ACTIONID has a value

description

A description of the fault action.

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

resourceType

The resource type that the action targets.

Accessible with the following methods

Method Description
GET_RESOURCETYPE() Getter for RESOURCETYPE, with configurable default
ASK_RESOURCETYPE() Getter for RESOURCETYPE w/ exceptions if field has no value
HAS_RESOURCETYPE() Determine if RESOURCETYPE 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_TESTACTIONLIST

TYPES TT_TESTACTIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_REVTESTACTION WITH DEFAULT KEY
.