Skip to content

/AWS1/CL_R5AEXECUTIONEVENT

Represents an event that occurred during a plan execution. These events provide a detailed timeline of the execution process.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_eventid TYPE /AWS1/R5ASTRING /AWS1/R5ASTRING

The event ID for an execution event.

Optional arguments:

iv_timestamp TYPE /AWS1/R5ATIMESTAMP /AWS1/R5ATIMESTAMP

The timestamp for an execution event.

iv_type TYPE /AWS1/R5AEXECUTIONEVENTTYPE /AWS1/R5AEXECUTIONEVENTTYPE

The type of an execution event.

iv_stepname TYPE /AWS1/R5ASTEPNAME /AWS1/R5ASTEPNAME

The step name for an execution event.

iv_executionblocktype TYPE /AWS1/R5AEXECUTIONBLOCKTYPE /AWS1/R5AEXECUTIONBLOCKTYPE

The execution block type for an execution event.

it_resources TYPE /AWS1/CL_R5ARESOURCES_W=>TT_RESOURCES TT_RESOURCES

The resources for an execution event.

iv_error TYPE /AWS1/R5ASTRING /AWS1/R5ASTRING

Errors for an execution event.

iv_description TYPE /AWS1/R5ASTRING /AWS1/R5ASTRING

The description for an execution event.

iv_previouseventid TYPE /AWS1/R5ASTRING /AWS1/R5ASTRING

The event ID of the previous execution event.


Queryable Attributes

timestamp

The timestamp for an execution event.

Accessible with the following methods

Method Description
GET_TIMESTAMP() Getter for TIMESTAMP, with configurable default
ASK_TIMESTAMP() Getter for TIMESTAMP w/ exceptions if field has no value
HAS_TIMESTAMP() Determine if TIMESTAMP has a value

type

The type of an execution event.

Accessible with the following methods

Method Description
GET_TYPE() Getter for TYPE, with configurable default
ASK_TYPE() Getter for TYPE w/ exceptions if field has no value
HAS_TYPE() Determine if TYPE has a value

stepName

The step name for an execution event.

Accessible with the following methods

Method Description
GET_STEPNAME() Getter for STEPNAME, with configurable default
ASK_STEPNAME() Getter for STEPNAME w/ exceptions if field has no value
HAS_STEPNAME() Determine if STEPNAME has a value

executionBlockType

The execution block type for an execution event.

Accessible with the following methods

Method Description
GET_EXECUTIONBLOCKTYPE() Getter for EXECUTIONBLOCKTYPE, with configurable default
ASK_EXECUTIONBLOCKTYPE() Getter for EXECUTIONBLOCKTYPE w/ exceptions if field has no
HAS_EXECUTIONBLOCKTYPE() Determine if EXECUTIONBLOCKTYPE has a value

resources

The resources for an execution event.

Accessible with the following methods

Method Description
GET_RESOURCES() Getter for RESOURCES, with configurable default
ASK_RESOURCES() Getter for RESOURCES w/ exceptions if field has no value
HAS_RESOURCES() Determine if RESOURCES has a value

error

Errors for an execution event.

Accessible with the following methods

Method Description
GET_ERROR() Getter for ERROR, with configurable default
ASK_ERROR() Getter for ERROR w/ exceptions if field has no value
HAS_ERROR() Determine if ERROR has a value

description

The description for an execution event.

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

eventId

The event ID for an execution event.

Accessible with the following methods

Method Description
GET_EVENTID() Getter for EVENTID, with configurable default
ASK_EVENTID() Getter for EVENTID w/ exceptions if field has no value
HAS_EVENTID() Determine if EVENTID has a value

previousEventId

The event ID of the previous execution event.

Accessible with the following methods

Method Description
GET_PREVIOUSEVENTID() Getter for PREVIOUSEVENTID, with configurable default
ASK_PREVIOUSEVENTID() Getter for PREVIOUSEVENTID w/ exceptions if field has no val
HAS_PREVIOUSEVENTID() Determine if PREVIOUSEVENTID 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_EXECUTIONEVENTLIST

TYPES TT_EXECUTIONEVENTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_R5AEXECUTIONEVENT WITH DEFAULT KEY
.