Skip to content

/AWS1/CL_KN2APPLICATIONOPINF00

A description of the application operation that provides information about the updates that were made to the application.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_operation TYPE /AWS1/KN2OPERATION /AWS1/KN2OPERATION

The type of operation that is performed on an application.

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.

Optional arguments:

io_applicationvrschangedets TYPE REF TO /AWS1/CL_KN2APPLICATIONVRSCH00 /AWS1/CL_KN2APPLICATIONVRSCH00

Contains information about the version changes that the operation applied to the application.

io_operationfailuredetails TYPE REF TO /AWS1/CL_KN2OPFAILUREDETAILS /AWS1/CL_KN2OPFAILUREDETAILS

Provides a description of the operation failure.


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

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

ApplicationVersionChangeDetails

Contains information about the version changes that the operation applied to the application.

Accessible with the following methods

Method Description
GET_APPLICATIONVRSCHANGEDETS() Getter for APPLICATIONVRSCHANGEDETAILS

OperationFailureDetails

Provides a description of the operation failure.

Accessible with the following methods

Method Description
GET_OPERATIONFAILUREDETAILS() Getter for OPERATIONFAILUREDETAILS