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]

[,NAME=...]
[,USER=...]
[,MODE=...] 

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: scriptA particular Automation Engine object type. 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 clientA closed environment within an Automation Engine system where you can create and run objects. A client name consists of a 4-digit number that must be indicated when a user logs on to the Automation Engine system. Users and their rights are also defined in clients. A particular Automation Engine object type. specified in the Login objectAutomation Engine controlled activities and processes are structured in the form of objects. See also: Task referred to by the AE jobAn Automation Engine object type for a process that runs on a target system. 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 reportA report provides more detailed information about a task's execution or a component. 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: 

 


Automic Documentation - Tutorials - Automic Blog - Resources - Training & Services - Automic YouTube Channel - Download Center - Support

Copyright © 2016 Automic Software GmbH