/AWS1/CL_EMSCANCELJOBRUNRSP¶
CancelJobRunResponse
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_applicationid
TYPE /AWS1/EMSAPPLICATIONID
/AWS1/EMSAPPLICATIONID
¶
The output contains the application ID on which the job run is cancelled.
iv_jobrunid
TYPE /AWS1/EMSJOBRUNID
/AWS1/EMSJOBRUNID
¶
The output contains the ID of the cancelled job run.
Queryable Attributes¶
applicationId¶
The output contains the application ID on which the job run is cancelled.
Accessible with the following methods¶
Method | Description |
---|---|
GET_APPLICATIONID() |
Getter for APPLICATIONID, with configurable default |
ASK_APPLICATIONID() |
Getter for APPLICATIONID w/ exceptions if field has no value |
HAS_APPLICATIONID() |
Determine if APPLICATIONID has a value |
jobRunId¶
The output contains the ID of the cancelled job run.
Accessible with the following methods¶
Method | Description |
---|---|
GET_JOBRUNID() |
Getter for JOBRUNID, with configurable default |
ASK_JOBRUNID() |
Getter for JOBRUNID w/ exceptions if field has no value |
HAS_JOBRUNID() |
Determine if JOBRUNID has a value |