Skip to content

/AWS1/CL_M2=>CREATEDATASETIMPORTTASK()

About CreateDataSetImportTask

Starts a data set import task for a specific application.

Method Signature

IMPORTING

Required arguments:

IV_APPLICATIONID TYPE /AWS1/M2_IDENTIFIER /AWS1/M2_IDENTIFIER

The unique identifier of the application for which you want to import data sets.

IO_IMPORTCONFIG TYPE REF TO /AWS1/CL_M2_DSIMPORTCONFIG /AWS1/CL_M2_DSIMPORTCONFIG

The data set import task configuration.

Optional arguments:

IV_CLIENTTOKEN TYPE /AWS1/M2_STRING /AWS1/M2_STRING

Unique, case-sensitive identifier you provide to ensure the idempotency of the request to create a data set import. The service generates the clientToken when the API call is triggered. The token expires after one hour, so if you retry the API within this timeframe with the same clientToken, you will get the same response. The service also handles deleting the clientToken after it expires.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_M2_CREATEDSIMPTASKRSP /AWS1/CL_M2_CREATEDSIMPTASKRSP