You can fetch all Batch Jobs within a specified time interval.
Procedure
Follow the steps after Importing the ABAP transport on the SAP system.
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
/IBMMON/ITM_CNFG table.
Table 1. /IBMMON/ITM_CNFG
| 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.
Table 2. /IBMMON/ITM_CNFG
| 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.
Table 3. /IBMMON/ITM_CNFG
| PARM_NAME |
VALUE_CHAR |
BATCH_JOBS_PERF |
YES_ALL |
Note:
- 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.