Skip to content

/AWS1/CL_COAAUTOEVENTSTEP

Contains information about a step in an automation event.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_eventid TYPE /AWS1/COAEVENTID /AWS1/COAEVENTID

The ID of the automation event this step belongs to.

iv_stepid TYPE /AWS1/COASTEPID /AWS1/COASTEPID

The unique identifier for this step.

iv_steptype TYPE /AWS1/COASTEPTYPE /AWS1/COASTEPTYPE

The type of step.

iv_stepstatus TYPE /AWS1/COASTEPSTATUS /AWS1/COASTEPSTATUS

The current status of the step.

iv_resourceid TYPE /AWS1/COARESOURCEID /AWS1/COARESOURCEID

The unique identifier of the resource being acted upon in this step.

iv_starttimestamp TYPE /AWS1/COATIMESTAMP /AWS1/COATIMESTAMP

The timestamp when this automation event step started execution.

iv_completedtimestamp TYPE /AWS1/COATIMESTAMP /AWS1/COATIMESTAMP

The timestamp when this automation event step completed execution.

io_estimatedmonthlysavings TYPE REF TO /AWS1/CL_COAESTMONTHLYSAVINGS /AWS1/CL_COAESTMONTHLYSAVINGS

estimatedMonthlySavings


Queryable Attributes

eventId

The ID of the automation event this step belongs to.

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

stepId

The unique identifier for this step.

Accessible with the following methods

Method Description
GET_STEPID() Getter for STEPID, with configurable default
ASK_STEPID() Getter for STEPID w/ exceptions if field has no value
HAS_STEPID() Determine if STEPID has a value

stepType

The type of step.

Accessible with the following methods

Method Description
GET_STEPTYPE() Getter for STEPTYPE, with configurable default
ASK_STEPTYPE() Getter for STEPTYPE w/ exceptions if field has no value
HAS_STEPTYPE() Determine if STEPTYPE has a value

stepStatus

The current status of the step.

Accessible with the following methods

Method Description
GET_STEPSTATUS() Getter for STEPSTATUS, with configurable default
ASK_STEPSTATUS() Getter for STEPSTATUS w/ exceptions if field has no value
HAS_STEPSTATUS() Determine if STEPSTATUS has a value

resourceId

The unique identifier of the resource being acted upon in this step.

Accessible with the following methods

Method Description
GET_RESOURCEID() Getter for RESOURCEID, with configurable default
ASK_RESOURCEID() Getter for RESOURCEID w/ exceptions if field has no value
HAS_RESOURCEID() Determine if RESOURCEID has a value

startTimestamp

The timestamp when this automation event step started execution.

Accessible with the following methods

Method Description
GET_STARTTIMESTAMP() Getter for STARTTIMESTAMP, with configurable default
ASK_STARTTIMESTAMP() Getter for STARTTIMESTAMP w/ exceptions if field has no valu
HAS_STARTTIMESTAMP() Determine if STARTTIMESTAMP has a value

completedTimestamp

The timestamp when this automation event step completed execution.

Accessible with the following methods

Method Description
GET_COMPLETEDTIMESTAMP() Getter for COMPLETEDTIMESTAMP, with configurable default
ASK_COMPLETEDTIMESTAMP() Getter for COMPLETEDTIMESTAMP w/ exceptions if field has no
HAS_COMPLETEDTIMESTAMP() Determine if COMPLETEDTIMESTAMP has a value

estimatedMonthlySavings

estimatedMonthlySavings

Accessible with the following methods

Method Description
GET_ESTIMATEDMONTHLYSAVINGS() Getter for ESTIMATEDMONTHLYSAVINGS

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_AUTOMATIONEVENTSTEPS

TYPES TT_AUTOMATIONEVENTSTEPS TYPE STANDARD TABLE OF REF TO /AWS1/CL_COAAUTOEVENTSTEP WITH DEFAULT KEY
.