Automation Engine Script Guide > AE JCL for Applications > SAP > R3_MODIFY_INTERCEPTION

R3_MODIFY_INTERCEPTION

Modifies the filter table for intercepted jobs.

Transaction: -

Interface: Standard (XBP 2.0)

Syntax

R3_MODIFY_INTERC[EPTION]

Syntax

Description/Format

NAME=

Name of one or more SAP jobs (with the * wildcard character).
Value format: script literal

Default value: "*"

USER=

Name of one or more SAP users (with the * wildcard character).
Value format: script literal

Default value: "*"

MODE=

Processing mode for new table entry.
Value format: script literal

Allowed values: "REPLACE" (default value) and "APPEND"

"REPLACE" - New table entry replaces existing table entries
"APPEND" - New table entry is added to existing table entries

Comments

This script element modifies the contents of the SAP system table in which the conditions for batch jobs have been defined. The SAP client specified in the Login object referred to by the AE job is used here.

If the script element is used with MODE=REPLACE, all table entries of the SAP client are deleted and replaced by the new table entry. With MODE=APPEND, the new table entry is added to the existing table entries of the SAP client.

Note that this script element is only supported with XBP 2.0.

Example

In this example, all defined intercepted jobs are determined.

R3_GET_INTERCEPTION

The activation report contains the following lines.

20030325/153054.000 - U2004943 ;001;IC*;*
20030325/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.

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

  

See also: