/AWS1/CL_CWLSCHEDULEDQUERYDST¶
Information about a destination where scheduled query results are processed, including processing status and any error messages.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_destinationtype TYPE /AWS1/CWLSCHEDULEDQUERYDSTTYPE /AWS1/CWLSCHEDULEDQUERYDSTTYPE¶
The type of destination for query results.
iv_destinationidentifier TYPE /AWS1/CWLSTRING /AWS1/CWLSTRING¶
The identifier for the destination where results are delivered.
iv_status TYPE /AWS1/CWLACTIONSTATUS /AWS1/CWLACTIONSTATUS¶
The processing status of the destination delivery.
iv_processedidentifier TYPE /AWS1/CWLSTRING /AWS1/CWLSTRING¶
The identifier of the processed result at the destination.
iv_errormessage TYPE /AWS1/CWLSTRING /AWS1/CWLSTRING¶
Error message if destination processing failed.
Queryable Attributes¶
destinationType¶
The type of destination for query results.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESTINATIONTYPE() |
Getter for DESTINATIONTYPE, with configurable default |
ASK_DESTINATIONTYPE() |
Getter for DESTINATIONTYPE w/ exceptions if field has no val |
HAS_DESTINATIONTYPE() |
Determine if DESTINATIONTYPE has a value |
destinationIdentifier¶
The identifier for the destination where results are delivered.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESTINATIONIDENTIFIER() |
Getter for DESTINATIONIDENTIFIER, with configurable default |
ASK_DESTINATIONIDENTIFIER() |
Getter for DESTINATIONIDENTIFIER w/ exceptions if field has |
HAS_DESTINATIONIDENTIFIER() |
Determine if DESTINATIONIDENTIFIER has a value |
status¶
The processing status of the destination delivery.
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 |
processedIdentifier¶
The identifier of the processed result at the destination.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROCESSEDIDENTIFIER() |
Getter for PROCESSEDIDENTIFIER, with configurable default |
ASK_PROCESSEDIDENTIFIER() |
Getter for PROCESSEDIDENTIFIER w/ exceptions if field has no |
HAS_PROCESSEDIDENTIFIER() |
Determine if PROCESSEDIDENTIFIER has a value |
errorMessage¶
Error message if destination processing failed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERRORMESSAGE() |
Getter for ERRORMESSAGE, with configurable default |
ASK_ERRORMESSAGE() |
Getter for ERRORMESSAGE w/ exceptions if field has no value |
HAS_ERRORMESSAGE() |
Determine if ERRORMESSAGE 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_SCHEDULEDQUERYDSTLIST¶
TYPES TT_SCHEDULEDQUERYDSTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CWLSCHEDULEDQUERYDST WITH DEFAULT KEY
.