/AWS1/CL_PTSNEXTSTEPSHISTORY¶
Read-only; shows the last 50 values and change dates for the NextSteps
field.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_value
TYPE /AWS1/PTSSTRING
/AWS1/PTSSTRING
¶
Indicates the step's execution details.
iv_time
TYPE /AWS1/PTSDATETIME
/AWS1/PTSDATETIME
¶
Indicates the step execution time.
Queryable Attributes¶
Value¶
Indicates the step's execution details.
Accessible with the following methods¶
Method | Description |
---|---|
GET_VALUE() |
Getter for VALUE, with configurable default |
ASK_VALUE() |
Getter for VALUE w/ exceptions if field has no value |
HAS_VALUE() |
Determine if VALUE has a value |
Time¶
Indicates the step execution time.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TIME() |
Getter for TIME, with configurable default |
ASK_TIME() |
Getter for TIME w/ exceptions if field has no value |
HAS_TIME() |
Determine if TIME 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_NEXTSTEPSHISTORIES
¶
TYPES TT_NEXTSTEPSHISTORIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_PTSNEXTSTEPSHISTORY WITH DEFAULT KEY
.