Versions Compared

Key

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


Panel
Table of Contents

Creating a Universal Connector Job Definition Using the GENERATE JOBDEF Command - UNIX

Anchor
1056755
1056755
SAP jobs offer many configuration options. Manually creating Universal Connector job definitions that utilize many configuration options can be tedious and time consuming.

Anchor
1045947
1045947
Fortunately, Universal Connector offers a function that will generate a complete job definition based on a pre-existing template job on the SAP system. The generated job definition can then be modified, if needed.

Anchor
1045877
1045877
The following example demonstrates the use of the generate jobdef command. It will generate a complete Universal Connector job definition based on the pre-existing job USP_TEMPLATE_1 with job id 12345678. The generated job definition will contain all the information required to create a new SAP job definition equivalent to the template job.

Note
titleNote

This job assumes (and requires) that a job already exists on the SAP system with:

  • Job Name: USP_TEMPLATE_1
  • Job ID: 12345678

The following figure illustrates the command used to generate a Universal Connector job definition.

Panel
usap -dest CF5 -client 800 -userid sapuid -pwd sappwd -generate jobdef
     -jobname USP_TEMPLATE_1 -jobid 12345678

Command Line Options

Anchor
1045972
1045972
Command line options used in this example are:

Anchor
1046006
1046006

Command Options

Description

-dest

Named set of connection parameters (destination) 'CF5'. These connection parameters are used for communications with the SAP system.

The "destinations" are stored in file saprfc.ini, which must be in the current directory, or its full path must be specified in environment variable RFC_INI.

-client

SAP client number that the USAP will communicate with.

-userid

Remote user ID with which to execute the command.

-pwd

Password for the user ID.

-jobname

Name of the SAP job that will be used as a template for generation.

-jobid

Job ID of the SAP job that will be used as a template for generation.

Components

Anchor
1045743
1045743
Universal Connector for SAP for UNIX