Skip to content

/AWS1/CL_CWLCANCIMPORTTASKRSP

CancelImportTaskResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_importid TYPE /AWS1/CWLIMPORTID /AWS1/CWLIMPORTID

The ID of the cancelled import task.

io_importstatistics TYPE REF TO /AWS1/CL_CWLIMPORTSTATISTICS /AWS1/CL_CWLIMPORTSTATISTICS

Statistics about the import progress at the time of cancellation.

iv_importstatus TYPE /AWS1/CWLIMPORTSTATUS /AWS1/CWLIMPORTSTATUS

The final status of the import task. This will be set to CANCELLED.

iv_creationtime TYPE /AWS1/CWLTIMESTAMP /AWS1/CWLTIMESTAMP

The timestamp when the import task was created, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

iv_lastupdatedtime TYPE /AWS1/CWLTIMESTAMP /AWS1/CWLTIMESTAMP

The timestamp when the import task was cancelled, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.


Queryable Attributes

importId

The ID of the cancelled import task.

Accessible with the following methods

Method Description
GET_IMPORTID() Getter for IMPORTID, with configurable default
ASK_IMPORTID() Getter for IMPORTID w/ exceptions if field has no value
HAS_IMPORTID() Determine if IMPORTID has a value

importStatistics

Statistics about the import progress at the time of cancellation.

Accessible with the following methods

Method Description
GET_IMPORTSTATISTICS() Getter for IMPORTSTATISTICS

importStatus

The final status of the import task. This will be set to CANCELLED.

Accessible with the following methods

Method Description
GET_IMPORTSTATUS() Getter for IMPORTSTATUS, with configurable default
ASK_IMPORTSTATUS() Getter for IMPORTSTATUS w/ exceptions if field has no value
HAS_IMPORTSTATUS() Determine if IMPORTSTATUS has a value

creationTime

The timestamp when the import task was created, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

Accessible with the following methods

Method Description
GET_CREATIONTIME() Getter for CREATIONTIME, with configurable default
ASK_CREATIONTIME() Getter for CREATIONTIME w/ exceptions if field has no value
HAS_CREATIONTIME() Determine if CREATIONTIME has a value

lastUpdatedTime

The timestamp when the import task was cancelled, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

Accessible with the following methods

Method Description
GET_LASTUPDATEDTIME() Getter for LASTUPDATEDTIME, with configurable default
ASK_LASTUPDATEDTIME() Getter for LASTUPDATEDTIME w/ exceptions if field has no val
HAS_LASTUPDATEDTIME() Determine if LASTUPDATEDTIME has a value