Versions Compared

Key

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

...

The following figure illustrates the variant definition file for variant SBT1.

 
<pre>
/* Variant Header statement. */
 VARIANT_NAME   = "SBT1"
    REPORT      = "RSUSR002";
 
 /* User */
 SELNAME        = "USER"
    KIND        = "S"
    SIGN        = "I" 
    OPTION      = "CP" 
    LOW         = "STONEBRANCH"
    HIGH        = "";
</pre>
Panel
Html bobswift


The following figure illustrates the command line to modify variant SBT1.

<pre>
usap -dest CF5 -client 800 -userid sapuid -pwd sappwd 
     -modify vardefFile1
</pre>
Panel
Html bobswift


Step Two

Anchor
1044935
1044935
This step modifies SAP variant SBT2.

The following figure illustrates the variant definition file for variant SBT2.

html-bobswift
Panel
 
<pre>
/* Variant Header statement. */
 VARIANT_NAME   = "SBT2"
    REPORT      = "RSUSR002";

 /* User */
 SELNAME        = "USER"
    KIND        = "S"
    SIGN        = "I" 
    OPTION      = "CP" 
    LOW         = " STONEBRANCH1"
    HIGH        = "";
</pre>



The following figure illustrates the command line to modify variant SBT2.

<pre>
 
Usap -dest CF5 -client 800 -userid sapuid -pwd sappwd 
      -modify vardefFile2
</pre>
Panel
Html bobswift


Step Three

Anchor
1045128
1045128
This step submits, starts, and monitors a new job - using variant substitution.

...

The following figure illustrates the variant definition file for variant SBT2.

<pre>
 
usap -dest CF5 -client 800 -userid sapuid -pwd sappwd 
      -run -jobname VARSBST1 -jobid 12345678 
      -target_variant 1,SBT1;2,SBT2
</pre>
Panel
Html bobswift


Command Line Options

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

...

cellspacing0
styletext-align: left; width: 100%;
classTable_with_Header

...

:

...

...

Command Options

...

...

Description

...

...

...

...

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.

...

...

...

...

SAP client number that the Universal Connector will communicate with.

...

styleborder-bottom-color: #E8E8E8; border-bottom-style: solid; border-bottom-width: 1px; border-left-color: #E8E8E8; border-left-style: solid; border-left-width: 1px; border-right-color: #E8E8E8; border-right-style: solid; border-right-width: 1px; border-top-color: #E8E8E8; border-top-style: solid; border-top-width: 1px; padding-bottom: 3pt; padding-left: 4pt; padding-right: 4pt; padding-top: 4pt; vertical-align: top;

...

...

...

styleborder-bottom-color: #E8E8E8; border-bottom-style: solid; border-bottom-width: 1px; border-left-color: #E8E8E8; border-left-style: solid; border-left-width: 1px; border-right-color: #E8E8E8; border-right-style: solid; border-right-width: 1px; border-top-color: #E8E8E8; border-top-style: solid; border-top-width: 1px; padding-bottom: 3pt; padding-left: 4pt; padding-right: 4pt; padding-top: 4pt; vertical-align: top;

Remote user ID with which to execute the command.

...

...

...

...

...

Password for the user ID.

...

...

...

...

styleborder-bottom-color: #E8E8E8; border-bottom-style: solid; border-bottom-width: 1px; border-left-color: #E8E8E8; border-left-style: solid; border-left-width: 1px; border-right-color: #E8E8E8; border-right-style: solid; border-right-width: 1px; border-top-color: #E8E8E8; border-top-style: solid; border-top-width: 1px; padding-bottom: 3pt; padding-left: 4pt; padding-right: 4pt; padding-top: 4pt; vertical-align: top;

...

Specification that Universal Connector will issue the SUBMIT command.

...

...

...

...

...

Specification that Universal Connector will instruct the SAP system to start the submitted job.

...

...

...

...

styleborder-bottom-color: #E8E8E8; border-bottom-style: solid; border-bottom-width: 1px; border-left-color: #E8E8E8; border-left-style: solid; border-left-width: 1px; border-right-color: #E8E8E8; border-right-style: solid; border-right-width: 1px; border-top-color: #E8E8E8; border-top-style: solid; border-top-width: 1px; padding-bottom: 3pt; padding-left: 4pt; padding-right: 4pt; padding-top: 4pt; vertical-align: top;

...

...

Target server for the SAP job to run on.

...

styleborder-bottom-color: #E8E8E8; border-bottom-style: solid; border-bottom-width: 1px; border-left-color: #E8E8E8; border-left-style: solid; border-left-width: 1px; border-right-color: #E8E8E8; border-right-style: solid; border-right-width: 1px; border-top-color: #E8E8E8; border-top-style: solid; border-top-width: 1px; padding-bottom: 3pt; padding-left: 4pt; padding-right: 4pt; padding-top: 4pt; vertical-align: top;

...

...

...

Specification that Universal Connector will monitor the started job until it completes.

...

...

...

...

Specification that Universal Connector will return the SAP log for the started job.

...

...

...

...

styleborder-bottom-color: #E8E8E8; border-bottom-style: solid; border-bottom-width: 1px; border-left-color: #E8E8E8; border-left-style: solid; border-left-width: 1px; border-right-color: #E8E8E8; border-right-style: solid; border-right-width: 1px; border-top-color: #E8E8E8; border-top-style: solid; border-top-width: 1px; padding-bottom: 3pt; padding-left: 4pt; padding-right: 4pt; padding-top: 4pt; vertical-align: top;

...

Specification that Universal Connector will return any spool lists created by the started job.

Components

Anchor
1045245
1045245
Universal Connector for SAP for UNIX