/AWS1/CL_KN2APPLICATIONOPINFO¶
A description of the aplication operation that provides information about the updates that were made to the application.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_operation TYPE /AWS1/KN2OPERATION /AWS1/KN2OPERATION¶
The type of operation that is performed on an application.
iv_operationid TYPE /AWS1/KN2OPERATIONID /AWS1/KN2OPERATIONID¶
The operation ID of the request.
iv_starttime TYPE /AWS1/KN2TIMESTAMP /AWS1/KN2TIMESTAMP¶
The timestamp that indicates when the operation was created.
iv_endtime TYPE /AWS1/KN2TIMESTAMP /AWS1/KN2TIMESTAMP¶
The timestamp that indicates when the operation finished.
iv_operationstatus TYPE /AWS1/KN2OPERATIONSTATUS /AWS1/KN2OPERATIONSTATUS¶
The status of the operation.
Queryable Attributes¶
Operation¶
The type of operation that is performed on an application.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OPERATION() |
Getter for OPERATION, with configurable default |
ASK_OPERATION() |
Getter for OPERATION w/ exceptions if field has no value |
HAS_OPERATION() |
Determine if OPERATION has a value |
OperationId¶
The operation ID of the request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OPERATIONID() |
Getter for OPERATIONID, with configurable default |
ASK_OPERATIONID() |
Getter for OPERATIONID w/ exceptions if field has no value |
HAS_OPERATIONID() |
Determine if OPERATIONID has a value |
StartTime¶
The timestamp that indicates when the operation was created.
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 |
EndTime¶
The timestamp that indicates when the operation finished.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDTIME() |
Getter for ENDTIME, with configurable default |
ASK_ENDTIME() |
Getter for ENDTIME w/ exceptions if field has no value |
HAS_ENDTIME() |
Determine if ENDTIME has a value |
OperationStatus¶
The status of the operation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OPERATIONSTATUS() |
Getter for OPERATIONSTATUS, with configurable default |
ASK_OPERATIONSTATUS() |
Getter for OPERATIONSTATUS w/ exceptions if field has no val |
HAS_OPERATIONSTATUS() |
Determine if OPERATIONSTATUS 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_APPLICATIONOPINFOLIST¶
TYPES TT_APPLICATIONOPINFOLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_KN2APPLICATIONOPINFO WITH DEFAULT KEY
.