R3_MODIFY_INTERCEPTION

Use the R3_MODIFY_INTERCEPTION script element to modify the contents of the SAP system table in which the conditions for batch jobs are defined. The SAP client that is specified in the Login object referred to by the AE job is used.

Transaction: -
Interface: Standard (XBP 2.0
Note: R3_MODIFY_INTERCEPTION is also supported with the XBP 3.0 interface, but you have to use the ABAP INITXBP2 in SAP to explicitly set the "Interception" version within XBP 3.0 to 2.0. After that you can use this script element also with XBP 3.0.). See also: R3_GET_INTERCEPTION

Syntax

R3_MODIFY_INTERC[EPTION]

Parameters

Example

The following example determines all defined intercepted jobs.

R3_GET_INTERCEPTION

The activation report contains the following lines.

20200325/153054.000 - U2004943 ;001;IC*;*

20200325/153054.000 - U2004943 ;001;AE*;AE.WG

Now, all table entries are replaced by a new entry and the defined intercepted jobs are queried again.

R3_MODIFY_INTERCEPTION NAME='AE*',USER='AE.WG'

R3_GET_INTERCEPTION

The activation report now contains only one line.

20200325/153054.000 - U2004943 ;001;AE*;AE.WG

See also:

seealso

About SAP JCL