/AWS1/CL_TBDSTEPCONSUMER¶
The details of a step consumer.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_stepid TYPE /AWS1/TBDSTEPID /AWS1/TBDSTEPID¶
The step ID.
iv_status TYPE /AWS1/TBDDEPENDENCYCONSRESOL00 /AWS1/TBDDEPENDENCYCONSRESOL00¶
The step consumer status.
Queryable Attributes¶
stepId¶
The step ID.
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 |
status¶
The step consumer status.
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_STEPCONSUMERS¶
TYPES TT_STEPCONSUMERS TYPE STANDARD TABLE OF REF TO /AWS1/CL_TBDSTEPCONSUMER WITH DEFAULT KEY
.