/AWS1/CL_ATHCALCULATIONSUMMARY¶
Summary information for a notebook calculation.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_calculationexecutionid TYPE /AWS1/ATHCALCULATIONEXECID /AWS1/ATHCALCULATIONEXECID¶
The calculation execution UUID.
iv_description TYPE /AWS1/ATHDESCRIPTIONSTRING /AWS1/ATHDESCRIPTIONSTRING¶
A description of the calculation.
io_status TYPE REF TO /AWS1/CL_ATHCALCULATIONSTATUS /AWS1/CL_ATHCALCULATIONSTATUS¶
Contains information about the status of the calculation.
Queryable Attributes¶
CalculationExecutionId¶
The calculation execution UUID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CALCULATIONEXECUTIONID() |
Getter for CALCULATIONEXECUTIONID, with configurable default |
ASK_CALCULATIONEXECUTIONID() |
Getter for CALCULATIONEXECUTIONID w/ exceptions if field has |
HAS_CALCULATIONEXECUTIONID() |
Determine if CALCULATIONEXECUTIONID has a value |
Description¶
A description of the calculation.
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 |
Status¶
Contains information about the status of the calculation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_CALCULATIONSLIST¶
TYPES TT_CALCULATIONSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_ATHCALCULATIONSUMMARY WITH DEFAULT KEY
.