Skip to content

/AWS1/CL_R5ASTEPSTATE

Represents the state of a step in a plan execution.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_name TYPE /AWS1/R5ASTEPNAME /AWS1/R5ASTEPNAME

The name of a step in a workflow.

iv_status TYPE /AWS1/R5ASTEPSTATUS /AWS1/R5ASTEPSTATUS

The status of a step in a workflow. For example, a status might be Completed or Pending Approval.

iv_starttime TYPE /AWS1/R5ATIMESTAMP /AWS1/R5ATIMESTAMP

The timestamp when a step started execution.

iv_endtime TYPE /AWS1/R5ATIMESTAMP /AWS1/R5ATIMESTAMP

The timestamp when a step endeded execution.

iv_stepmode TYPE /AWS1/R5AEXECUTIONMODE /AWS1/R5AEXECUTIONMODE

The mode for a step execution. The mode can be Graceful or Ungraceful.


Queryable Attributes

name

The name of a step in a workflow.

Accessible with the following methods

Method Description
GET_NAME() Getter for NAME, with configurable default
ASK_NAME() Getter for NAME w/ exceptions if field has no value
HAS_NAME() Determine if NAME has a value

status

The status of a step in a workflow. For example, a status might be Completed or Pending Approval.

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

startTime

The timestamp when a step started execution.

Accessible with the following methods

Method Description
GET_STARTTIME() Getter for STARTTIME, with configurable default
ASK_STARTTIME() Getter for STARTTIME w/ exceptions if field has no value
HAS_STARTTIME() Determine if STARTTIME has a value

endTime

The timestamp when a step endeded execution.

Accessible with the following methods

Method Description
GET_ENDTIME() Getter for ENDTIME, with configurable default
ASK_ENDTIME() Getter for ENDTIME w/ exceptions if field has no value
HAS_ENDTIME() Determine if ENDTIME has a value

stepMode

The mode for a step execution. The mode can be Graceful or Ungraceful.

Accessible with the following methods

Method Description
GET_STEPMODE() Getter for STEPMODE, with configurable default
ASK_STEPMODE() Getter for STEPMODE w/ exceptions if field has no value
HAS_STEPMODE() Determine if STEPMODE 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_STEPSTATES

TYPES TT_STEPSTATES TYPE STANDARD TABLE OF REF TO /AWS1/CL_R5ASTEPSTATE WITH DEFAULT KEY
.