Batch Job Operations
You can fetch all the Batch Jobs within a specified time interval.
Prerequisite
Importing the ABAP transport on the SAP system
You can install one SAP agent for each SAP system where you import the Advanced Business Application Programming (ABAP) transport request to support data collection in the SAP system.
Procedure
Remember: Critical Constant is set for all the batch jobs.
- To fetch all Active and Canceled Batch Jobs within a specified time interval. Add the following entry in the
/IBMMON/ITM_CNFG
table.
PARM_NAME | VALUE_CHAR |
---|---|
BATCH_JOBS_PERF |
YES |
- To fetch all Canceled jobs within a specified time interval and all Active jobs irrespective of time interval. Add the following entry in
/IBMMON/ITM_CNFG
table.
PARM_NAME | VALUE_CHAR |
---|---|
BATCH_JOBS_PERF |
YES_LONG_RUN |
- To fetch all Batch Jobs within a specified time interval and all Active Batch Jobs irrespective of time interval. Add the following entry in
/IBMMON/ITM_CNFG
table.
PARM_NAME | VALUE_CHAR |
---|---|
BATCH_JOBS_PERF |
YES_ALL |
Notes:
- If the configuration parameter is not added, it fetches all Batch Jobs within a specified time interval without Critical Constant set.
- Number of rows that are fetched is always equal to value of Critical Constant set in Transaction Code
/n/IBMMON/ITM_CONFIG
.