Skip to content

/AWS1/CL_M2TSTEP

Defines a step.

CONSTRUCTOR

IMPORTING

Required arguments:

IV_NAME TYPE /AWS1/M2TRESOURCENAME /AWS1/M2TRESOURCENAME

The name of the step.

IO_ACTION TYPE REF TO /AWS1/CL_M2TSTEPACTION /AWS1/CL_M2TSTEPACTION

The action of the step.

Optional arguments:

IV_DESCRIPTION TYPE /AWS1/M2TRESOURCEDESCRIPTION /AWS1/M2TRESOURCEDESCRIPTION

The description of the step.


Queryable Attributes

name

The name of the step.

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

description

The description of the step.

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

action

The action of the step.

Accessible with the following methods

Method Description
GET_ACTION() Getter for ACTION

Public Local Types In This Class

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

TT_STEPLIST

TYPES TT_STEPLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_M2TSTEP WITH DEFAULT KEY
.