/AWS1/CL_CFSREMEDIATIONEXESTEP¶
Name of the step from the SSM document.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_name TYPE /AWS1/CFSSTRING /AWS1/CFSSTRING¶
The details of the step.
iv_state TYPE /AWS1/CFSREMEDIATIONEXSTEPST00 /AWS1/CFSREMEDIATIONEXSTEPST00¶
The valid status of the step.
iv_errormessage TYPE /AWS1/CFSSTRING /AWS1/CFSSTRING¶
An error message if the step was interrupted during execution.
iv_starttime TYPE /AWS1/CFSDATE /AWS1/CFSDATE¶
The time when the step started.
iv_stoptime TYPE /AWS1/CFSDATE /AWS1/CFSDATE¶
The time when the step stopped.
Queryable Attributes¶
Name¶
The details 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 |
State¶
The valid status of the step.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATE() |
Getter for STATE, with configurable default |
ASK_STATE() |
Getter for STATE w/ exceptions if field has no value |
HAS_STATE() |
Determine if STATE has a value |
ErrorMessage¶
An error message if the step was interrupted during execution.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERRORMESSAGE() |
Getter for ERRORMESSAGE, with configurable default |
ASK_ERRORMESSAGE() |
Getter for ERRORMESSAGE w/ exceptions if field has no value |
HAS_ERRORMESSAGE() |
Determine if ERRORMESSAGE has a value |
StartTime¶
The time when the step started.
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 |
StopTime¶
The time when the step stopped.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STOPTIME() |
Getter for STOPTIME, with configurable default |
ASK_STOPTIME() |
Getter for STOPTIME w/ exceptions if field has no value |
HAS_STOPTIME() |
Determine if STOPTIME 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_REMEDIATIONEXECUTIONSTEPS¶
TYPES TT_REMEDIATIONEXECUTIONSTEPS TYPE STANDARD TABLE OF REF TO /AWS1/CL_CFSREMEDIATIONEXESTEP WITH DEFAULT KEY
.