Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Panel

Table of Contents

Disclaimer

...

  • Automatically identifies Intercepted Jobs in SAP and launches them from Universal Controller

  • Controls the number of intercepted Jobs which are started in parallel to avoid SAP system overload

  • All Intercepted Jobs are available in the Activity and History log of Universal Controller

  • All SAP Log files are available from Universal Controller in the same way as any standard SAP Job

  • Create, activate, deactivate, list display, delete and delete set criteria profiles via a Universal Controller SAP Task

...

  1. This Universal Task requires the Resolvable Credentials feature. Check that the Resolvable Credentials Permitted system property has been set to true. For more information about Resolvable Credentials, click here.

  2. Download the provided ZIP file.

  3. In the Universal Controller UI, select Administration >Configuration > Universal Templates to display the current list of Universal Templates.

  4. Click Import Template.

  5. Select the template ZIP file and import.

...

Field

Description

Agent

Linux or Windows Universal Agent to run the USAP commands

Agent Cluster

Optional Agent Cluster for load balancing

SAP Connection Type

[ Application Server Connection, SAPNWRFC.INI Connection ]

The Universal Task support SAP Application Server and SAPNWRFC.INI Destination connections.

Application Server Connection:

  • Client

  • SAP SysNr

  • SAP ASHOST

SAPNWRFC.INI Connection:

  • SAP Client

  • Destination

Note

The sapnwrfc.ini needs to be in the home directory of the user executing the task. If no user credentials areprovided, this is:

  • Linux: /opt/universal/uagsrv

  • Windows: C:\Program Files\Universal\UAGSrv


SAP ASHOST

SAP Application to connect to.

This field is visible only if SAP Connection Type = “Application Server Connection”

SAP CLIENT

SAP Client (3 digits); for example, 100

The Imported calendar will have the SID as prefix

Imported Calendar Name:

<SID>_<SAP CLIENT>_<SAP CALENDAR ID>

SAP SysNr

SAP System Number ( 2 digits ) ; for example, 00

This field is visible only if SAP Connection Type = “Application Server Connection

SAP Destination

SAP Destination in the nwrfc.ini.

This field is visible only if SAP Connection Type = “NRFW.ini Connection

Language

SAP language e.g., en

USAP Dir

Directory where the USAP binary is stored

Linux: /opt/universal/usap/bin

Windows: C:\Program Files\Universal\USap\bin

Universal Controller URL

Universal Controller URL.

For example, https://192.168.88.40/uc

Poll Interval

[10s | 60s |180s]

Interval in seconds the monitor checks in SAP, if new Jobs in status intercepted exists.

Default Value is: 60s

Virtual Resource Name

Name of the Virtual Resource, which controls the maximum number of Intercepted Jobs, which are started in parallel by the Universal Controller.

Default Value is: SAPINTERCEPTVR

Virtual Resource Limit

Controls the maximum number of Intercepted Jobs, which are started in parallel by Universal Controller.

; for example, 50 means that a maximum of 50 Intercepted Jobs are started in parallel.

This Parameter is just to control that the SAP system does not get overloaded.

Default Value is: 50

SAP Task Name

The started Jobs will have the default naming: SAP_IntCpt#${JOBNAME}#${JOBCOUNT}, where:

  • JOBNAME is the name of the Intercepted Job in SAP and

  • JOBCOUNT the Jobcount ID of the Intercepted Job in SAP.

Default Value is: SAP_IntCpt#${JOBNAME}#${JOBCOUNT}

; for example,

SAP_IntCpt#BASIS_04#12555600

USAP loglevel

Log level of the Universal Connector for SAP

trace | audit | info | warn | error

rfc_logon_retry_interval in s

Interval in seconds between a new logon attempt to SAP.

Per default 10 retries will be performed; for example, 120s means every 120s a new logon attempt to SAP is performed. If after 10 retries no logon to SAP was possible, the Task fails.

Loglevel

Universal Task logging settings

[DEBUG | INFO| WARNING | ERROR | CRITICAL]

...

Example: SAP Job Intercept Monitor Task

...

Let’s assume your SAP System has intercepted the Job: SAP_STONE_JOB_04

...

The following will provide some information on how to enable Job Interception in SAP via the XBP Interface and how to intercept a Job in SAP.

Enable SAP Interception for the XBP Interface

SAP job Interception need to be enabled in SAP.

...

SAP Task Command Group


Set CM Profile

The SET CM CRITERIA command sets the criteria for a profile.

Create CM Profile

The CREATE CM PROFILE command creates a new Criteria Manager profile.

Activate CM Profile

The ACTIVATE CM PROFILE command activates a criteria profile of the specified type.

Deactivate CM Profile

The DEACTIVATE CM PROFILE command deactivates a criteria profile of the specified type.

Delete CM Profile

The DELETE CM PROFILE command deletes a criteria profile from an SAP system.

Display CM ProfileThe DISPLAY CM CRITERIA command displays the criteria hierarchy of a particular profile in XML format.

For details, refer to the Universal Connector for SAP Commands