/AWS1/CL_M2_DATASETEXPORTTASK¶
Contains information about a data set export task.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_taskid TYPE /AWS1/M2_IDENTIFIER /AWS1/M2_IDENTIFIER¶
The identifier of the data set export task.
iv_status TYPE /AWS1/M2_DATASETTASKLIFECYCLE /AWS1/M2_DATASETTASKLIFECYCLE¶
The status of the data set export task.
io_summary TYPE REF TO /AWS1/CL_M2_DSEXPORTSUMMARY /AWS1/CL_M2_DSEXPORTSUMMARY¶
A summary of the data set export task.
Optional arguments:¶
iv_statusreason TYPE /AWS1/M2_STRING /AWS1/M2_STRING¶
If dataset exports failed, the failure reason will show here.
Queryable Attributes¶
taskId¶
The identifier of the data set export task.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TASKID() |
Getter for TASKID, with configurable default |
ASK_TASKID() |
Getter for TASKID w/ exceptions if field has no value |
HAS_TASKID() |
Determine if TASKID has a value |
status¶
The status of the data set export task.
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 |
summary¶
A summary of the data set export task.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUMMARY() |
Getter for SUMMARY |
statusReason¶
If dataset exports failed, the failure reason will show here.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUSREASON() |
Getter for STATUSREASON, with configurable default |
ASK_STATUSREASON() |
Getter for STATUSREASON w/ exceptions if field has no value |
HAS_STATUSREASON() |
Determine if STATUSREASON 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_DATASETEXPORTTASKLIST¶
TYPES TT_DATASETEXPORTTASKLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_M2_DATASETEXPORTTASK WITH DEFAULT KEY
.