/AWS1/CL_GLUBATCHGETJOBSRSP¶
BatchGetJobsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_jobs TYPE /AWS1/CL_GLUJOB=>TT_JOBLIST TT_JOBLIST¶
A list of job definitions.
it_jobsnotfound TYPE /AWS1/CL_GLUJOBNAMELIST_W=>TT_JOBNAMELIST TT_JOBNAMELIST¶
A list of names of jobs not found.
Queryable Attributes¶
Jobs¶
A list of job definitions.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBS() |
Getter for JOBS, with configurable default |
ASK_JOBS() |
Getter for JOBS w/ exceptions if field has no value |
HAS_JOBS() |
Determine if JOBS has a value |
JobsNotFound¶
A list of names of jobs not found.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBSNOTFOUND() |
Getter for JOBSNOTFOUND, with configurable default |
ASK_JOBSNOTFOUND() |
Getter for JOBSNOTFOUND w/ exceptions if field has no value |
HAS_JOBSNOTFOUND() |
Determine if JOBSNOTFOUND has a value |