/AWS1/CL_M2_JOBIDENTIFIER¶
Identifies a specific batch job.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_filename TYPE /AWS1/M2_STRING /AWS1/M2_STRING¶
The name of the file that contains the batch job definition.
iv_scriptname TYPE /AWS1/M2_STRING /AWS1/M2_STRING¶
The name of the script that contains the batch job definition.
Queryable Attributes¶
fileName¶
The name of the file that contains the batch job definition.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FILENAME() |
Getter for FILENAME, with configurable default |
ASK_FILENAME() |
Getter for FILENAME w/ exceptions if field has no value |
HAS_FILENAME() |
Determine if FILENAME has a value |
scriptName¶
The name of the script that contains the batch job definition.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCRIPTNAME() |
Getter for SCRIPTNAME, with configurable default |
ASK_SCRIPTNAME() |
Getter for SCRIPTNAME w/ exceptions if field has no value |
HAS_SCRIPTNAME() |
Determine if SCRIPTNAME has a value |