Step 2. Enabling and configuring the job interception feature
About this task
As a prerequisite,
the job throttler requires that the job interception feature is enabled
in the SAP system.
To enable and configure job interception, follow these steps.
Note: Ensure
that the job throttling and job interception features are not running
at the same time. The job throttler cannot start if interception collector
jobs are running.
- Enable job interception, either automatically
or manually, as
follows:
- Automatic activation (meaning that the job throttler enables the job interception on SAP system)
- In the options file of the workstation with the r3batch
access method you are using, set
throttling_enable_job_interception=on
(this is the default). - Manual activation
-
- In
the SAP system,
run the INITXBP2 ABAP program in the transaction
se38
and enable job interception. - In the options file of
the workstation with the r3batch
access method you are using, set
throttling_enable_job_interception=off
.
- In
the SAP system,
run the INITXBP2 ABAP program in the transaction
Note: When you stop the job throttler, the setting for the job interception feature that was previously configured on the SAP system is restored. - In the SAP system,
configure the job interception criteria as follows:
- Launch
the transaction
se16
to access the table TBCICPT1, where the interception settings are maintained. - Set the job name, creator, and client related to the jobs you want to intercept. To intercept all SAP jobs, specify the wildcard * (asterisk) for the job name, creator, and client.
- Save your settings and close the dialog.
- Launch
the transaction
SAP will intercept all the jobs matching the selection criteria, and the job throttling will release all the jobs that were intercepted.