Skip to content

/AWS1/CL_QSTSTEPALIASMAPPING

A mapping between a step identifier and its alias in a flow.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_stepid TYPE /AWS1/QSTSTEPID /AWS1/QSTSTEPID

The unique identifier of the step.

iv_stepalias TYPE /AWS1/QSTSTRING00 /AWS1/QSTSTRING00

The alias for the step.


Queryable Attributes

StepId

The unique identifier of the 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

StepAlias

The alias for the step.

Accessible with the following methods

Method Description
GET_STEPALIAS() Getter for STEPALIAS, with configurable default
ASK_STEPALIAS() Getter for STEPALIAS w/ exceptions if field has no value
HAS_STEPALIAS() Determine if STEPALIAS 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_STEPALIASLIST

TYPES TT_STEPALIASLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_QSTSTEPALIASMAPPING WITH DEFAULT KEY
.