/AWS1/CL_CTTLANDINGZONEOPSUMM¶
Returns a summary of information about a landing zone operation.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_operationtype TYPE /AWS1/CTTLANDINGZONEOPTYPE /AWS1/CTTLANDINGZONEOPTYPE¶
The type of the landing zone operation.
iv_operationidentifier TYPE /AWS1/CTTOPERATIONIDENTIFIER /AWS1/CTTOPERATIONIDENTIFIER¶
The
operationIdentifierof the landing zone operation.
iv_status TYPE /AWS1/CTTLANDINGZONEOPSTATUS /AWS1/CTTLANDINGZONEOPSTATUS¶
The status of the landing zone operation.
Queryable Attributes¶
operationType¶
The type of the landing zone operation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OPERATIONTYPE() |
Getter for OPERATIONTYPE, with configurable default |
ASK_OPERATIONTYPE() |
Getter for OPERATIONTYPE w/ exceptions if field has no value |
HAS_OPERATIONTYPE() |
Determine if OPERATIONTYPE has a value |
operationIdentifier¶
The
operationIdentifierof the landing zone operation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OPERATIONIDENTIFIER() |
Getter for OPERATIONIDENTIFIER, with configurable default |
ASK_OPERATIONIDENTIFIER() |
Getter for OPERATIONIDENTIFIER w/ exceptions if field has no |
HAS_OPERATIONIDENTIFIER() |
Determine if OPERATIONIDENTIFIER has a value |
status¶
The status of the landing zone operation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS 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_LANDINGZONEOPERATIONS¶
TYPES TT_LANDINGZONEOPERATIONS TYPE STANDARD TABLE OF REF TO /AWS1/CL_CTTLANDINGZONEOPSUMM WITH DEFAULT KEY
.