/AWS1/CL_M2_GETDSIMPORTTASKRSP¶
GetDataSetImportTaskResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_taskid TYPE /AWS1/M2_IDENTIFIER /AWS1/M2_IDENTIFIER¶
The task identifier.
iv_status TYPE /AWS1/M2_DATASETTASKLIFECYCLE /AWS1/M2_DATASETTASKLIFECYCLE¶
The status of the task.
Optional arguments:¶
io_summary TYPE REF TO /AWS1/CL_M2_DSIMPORTSUMMARY /AWS1/CL_M2_DSIMPORTSUMMARY¶
A summary of the status of the task.
Queryable Attributes¶
taskId¶
The task identifier.
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 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 status of the task.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUMMARY() |
Getter for SUMMARY |