Skip to content

/AWS1/CL_DRSLAUNCHACTIONRUN

Launch action run.

CONSTRUCTOR

IMPORTING

Optional arguments:

io_action TYPE REF TO /AWS1/CL_DRSLAUNCHACTION /AWS1/CL_DRSLAUNCHACTION

Action.

iv_runid TYPE /AWS1/DRSLAUNCHACTIONRUNID /AWS1/DRSLAUNCHACTIONRUNID

Run Id.

iv_status TYPE /AWS1/DRSLAUNCHACTIONRUNSTATUS /AWS1/DRSLAUNCHACTIONRUNSTATUS

Run status.

iv_failurereason TYPE /AWS1/DRSFAILUREREASON /AWS1/DRSFAILUREREASON

Failure reason.


Queryable Attributes

action

Action.

Accessible with the following methods

Method Description
GET_ACTION() Getter for ACTION

runId

Run Id.

Accessible with the following methods

Method Description
GET_RUNID() Getter for RUNID, with configurable default
ASK_RUNID() Getter for RUNID w/ exceptions if field has no value
HAS_RUNID() Determine if RUNID has a value

status

Run status.

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

failureReason

Failure reason.

Accessible with the following methods

Method Description
GET_FAILUREREASON() Getter for FAILUREREASON, with configurable default
ASK_FAILUREREASON() Getter for FAILUREREASON w/ exceptions if field has no value
HAS_FAILUREREASON() Determine if FAILUREREASON 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_LAUNCHACTIONRUNS

TYPES TT_LAUNCHACTIONRUNS TYPE STANDARD TABLE OF REF TO /AWS1/CL_DRSLAUNCHACTIONRUN WITH DEFAULT KEY
.