Skip to content

/AWS1/CL_FDT=>CREATEBATCHIMPORTJOB()

About CreateBatchImportJob

Creates a batch import job.

Method Signature

IMPORTING

Required arguments:

IV_JOBID TYPE /AWS1/FDTIDENTIFIER /AWS1/FDTIDENTIFIER

The ID of the batch import job. The ID cannot be of a past job, unless the job exists in CREATE_FAILED state.

IV_INPUTPATH TYPE /AWS1/FDTS3BUCKETLOCATION /AWS1/FDTS3BUCKETLOCATION

The URI that points to the Amazon S3 location of your data file.

IV_OUTPUTPATH TYPE /AWS1/FDTS3BUCKETLOCATION /AWS1/FDTS3BUCKETLOCATION

The URI that points to the Amazon S3 location for storing your results.

IV_EVENTTYPENAME TYPE /AWS1/FDTIDENTIFIER /AWS1/FDTIDENTIFIER

The name of the event type.

IV_IAMROLEARN TYPE /AWS1/FDTIAMROLEARN /AWS1/FDTIAMROLEARN

The ARN of the IAM role created for Amazon S3 bucket that holds your data file.

The IAM role must have read permissions to your input S3 bucket and write permissions to your output S3 bucket. For more information about bucket permissions, see User policy examples in the Amazon S3 User Guide.

Optional arguments:

IT_TAGS TYPE /AWS1/CL_FDTTAG=>TT_TAGLIST TT_TAGLIST

A collection of key-value pairs associated with this request.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_FDTCREBATCHIMPJOBRSLT /AWS1/CL_FDTCREBATCHIMPJOBRSLT