Skip to content

/AWS1/CL_IOSCANCENRCHMNTJOBRSP

CancelEnrichmentJobResponse

CONSTRUCTOR

IMPORTING

Required arguments:

iv_jobid TYPE /AWS1/IOSID /AWS1/IOSID

The unique identifier of the cancelled enrichment job.

iv_status TYPE /AWS1/IOSENRICHMENTJOBSTATUS /AWS1/IOSENRICHMENTJOBSTATUS

The status of the enrichment job after cancellation. This will be CANCELLED, indicating the job was successfully cancelled or was already in CANCELLED state (idempotent behavior).


Queryable Attributes

jobId

The unique identifier of the cancelled 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

status

The status of the enrichment job after cancellation. This will be CANCELLED, indicating the job was successfully cancelled or was already in CANCELLED state (idempotent behavior).

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