/AWS1/CL_BTCJOBDEPENDENCY¶
An object that represents an Batch job dependency.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_jobid TYPE /AWS1/BTCSTRING /AWS1/BTCSTRING¶
The job ID of the Batch job that's associated with this dependency.
iv_type TYPE /AWS1/BTCARRAYJOBDEPENDENCY /AWS1/BTCARRAYJOBDEPENDENCY¶
The type of the job dependency.
Queryable Attributes¶
jobId¶
The job ID of the Batch job that's associated with this dependency.
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 |
type¶
The type of the job dependency.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_JOBDEPENDENCYLIST¶
TYPES TT_JOBDEPENDENCYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_BTCJOBDEPENDENCY WITH DEFAULT KEY
.