Skip to content

/AWS1/CL_MGNIMPORTFILEENRCHMNT

Details about an import file enrichment job.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_jobid TYPE /AWS1/MGNIMPFILEENRCHMNTJOBID /AWS1/MGNIMPFILEENRCHMNTJOBID

The unique identifier of the import file enrichment job.

iv_createdat TYPE /AWS1/MGNTIMESTAMP /AWS1/MGNTIMESTAMP

The timestamp when the enrichment job was created.

iv_endedat TYPE /AWS1/MGNTIMESTAMP /AWS1/MGNTIMESTAMP

The timestamp when the enrichment job completed or failed.

iv_status TYPE /AWS1/MGNIMPFILEENRCHMNTSTATUS /AWS1/MGNIMPFILEENRCHMNTSTATUS

The current status of the import file enrichment job.

iv_statusdetails TYPE /AWS1/MGNLARGEBOUNDEDSTRING /AWS1/MGNLARGEBOUNDEDSTRING

Detailed status information about the enrichment job.

io_checksum TYPE REF TO /AWS1/CL_MGNCHECKSUM /AWS1/CL_MGNCHECKSUM

The checksum of the enriched file for integrity verification.

io_s3buckettarget TYPE REF TO /AWS1/CL_MGNENRCHMNTTGTS3CONF /AWS1/CL_MGNENRCHMNTTGTS3CONF

The target S3 configuration for the enriched import file.


Queryable Attributes

jobID

The unique identifier of the import file enrichment job.

Accessible with the following methods

Method Description
GET_JOBID() Getter for JOBID, with configurable default
ASK_JOBID() Getter for JOBID w/ exceptions if field has no value
HAS_JOBID() Determine if JOBID has a value

createdAt

The timestamp when the enrichment job was created.

Accessible with the following methods

Method Description
GET_CREATEDAT() Getter for CREATEDAT, with configurable default
ASK_CREATEDAT() Getter for CREATEDAT w/ exceptions if field has no value
HAS_CREATEDAT() Determine if CREATEDAT has a value

endedAt

The timestamp when the enrichment job completed or failed.

Accessible with the following methods

Method Description
GET_ENDEDAT() Getter for ENDEDAT, with configurable default
ASK_ENDEDAT() Getter for ENDEDAT w/ exceptions if field has no value
HAS_ENDEDAT() Determine if ENDEDAT has a value

status

The current status of the import file enrichment job.

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

statusDetails

Detailed status information about the enrichment job.

Accessible with the following methods

Method Description
GET_STATUSDETAILS() Getter for STATUSDETAILS, with configurable default
ASK_STATUSDETAILS() Getter for STATUSDETAILS w/ exceptions if field has no value
HAS_STATUSDETAILS() Determine if STATUSDETAILS has a value

checksum

The checksum of the enriched file for integrity verification.

Accessible with the following methods

Method Description
GET_CHECKSUM() Getter for CHECKSUM

s3BucketTarget

The target S3 configuration for the enriched import file.

Accessible with the following methods

Method Description
GET_S3BUCKETTARGET() Getter for S3BUCKETTARGET

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_IMPORTFILEENRICHMENTSLIST

TYPES TT_IMPORTFILEENRICHMENTSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_MGNIMPORTFILEENRCHMNT WITH DEFAULT KEY
.