Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Macro name changed from html to html-bobswift during server to cloud migration processing.

...

commandOptions dataSource defFile definitionOrModel

Valid values:

Default is USAP Definition File (1).

definitionOrModelJobVar

Valid values:

Default is USAP Definition File (1).

dispAbapName dispSapEventId dispSapEventParm dispVariant environment

Property

UI Field Name

Description

Specifications

Required

Mutually Exclusive With

Anchor
chainDesc - SAP
chainDesc - SAP
chainDesc

Chain Description

If sapDisplayCommand equals Process Chains (19); Displays the list of processes contained within the specified process chain.

 

N

 

Anchor
chainId - SAP
chainId - SAP
chainId

Chain ID

If commandGroup is one of the following; ID of the process chain to run:

  • Run Process Chain
  • Start Process Chain
  • Wait Process Chain
  • Interrupt Process Chain
  • Display and sapDisplayCommand is Process Chains (19), Process Chain (20), Process Chain Log (21), Process Chain Start Condition (22), or Process Chain Status (23)

 

Y

 

Anchor
commandGroup - SAP
commandGroup - SAP
commandGroup

Command Group

Universal Connector command group.

Valid values:

 
Default is Run (1).

N

 

Anchor
commandOptions - SAPcommandOptions - SAP

SAP Command Options

Any additional command options supported by Universal Connector.

 

N

 

Anchor
dataSource - SAPdataSource - SAP

Data Source

If sapDisplayCommand is InfoPackages(24); SAP InfoPackage data source.

 

N

 

Anchor
defFile - SAPdefFile - SAP

Definition File

For Run, Submit, and Modify commandGroups if repositoryOrFilesys is File System; Path and file name of the file.

 

Y

 

Anchor
definitionOrModel - SAPdefinitionOrModel - SAP

Definition or Model

If commandGroup is Run(1); Specification for how the new SAP job will be created, based either on a USAP Definition File or an SAP Model Job.

N

 

Anchor
definitionOrModelJobVar - SAPdefinitionOrModelJobVar - SAP

Definition or Model

If commandGroup is Submit(1); Name of a variable that will be resolved at run time to the name of the Definition or Model to use.

N

 

Anchor
dispAbapName - SAPdispAbapName - SAP

SAP ABAP Program Name

If definitionOrModelJobVar is SAP Model Variant; Name of an ABAP program in an SAP system to which the model variant belongs.

 

Y

 

Anchor
dispSapEventId - SAPdispSapEventId - SAP

SAP Event

If sapDisplayCommand is Event History(16); ID of the Event.

 

Y

 

Anchor
dispSapEventParm - SAPdispSapEventParm - SAP

SAP Event Parameter

If sapDisplayCommand is Event History(16); Optional parameter value for the event.

 

N

 

Anchor
dispVariant - SAPdispVariant - SAP

SAP Variant Name

Pre-existing SAP variant name to use as the model variant.

 

N

 

Anchor
environment - SAPenvironment - SAP

Environment Variables

List of environment variables needed by the program to run:

Panel
Html bobswift
<ul>
<li> As String = Run, As Value = 1
<li> As String = Submit, As Value = 2
<li> As String = Modify, As Value = 3
<li> As String = Start, As Value = 4
<li> As String = Wait, As Value = 5
<li> As String = Abort, As Value = 6
<li> As String = Purge Job, As Value = 7
<li> As String = Raise Event, As Value = 8
<li> As String = Display, As Value = 9
<li> As String = Generate Variant Definition, As Value = 10
<li> As String = Generate Job Definition, As Value = 11
<li> As String = Create CM Profile, As Value = 12
<li> As String = Set CM Criteria, As Value = 13
<li> As String = Activate CM Profile, As Value = 14
<li> As String = Deactivate CM Profile, As Value = 15
<li> As String = Delete CM Profile, As Value = 16
<li> As String = Purge Variant, As Value = 17
<li> As String = Run Process Chain, As Value = 18
<li> As String = Start Process Chain, As Value = 19
<li> As String = Wait Process Chain, As Value = 20
<li> As String = Interrupt Process Chain, As Value = 21
<li> As String = Run InfoPackage, As Value = 22
<li> As String = Start InfoPackage, As Value = 23
<li> As String = Wait InfoPackage, As Value = 24
</ul>

 
Default is Run (1).

N

 

Anchor
commandOptions - SAP
commandOptions - SAP
commandOptions

SAP Command Options

Any additional command options supported by Universal Connector.

 

N

 

Anchor
exitCodeOutput dataSource - SAPexitCodeOutput
dataSource - SAP
exitCodeOutput dataSource

Output File Data Source

If outputType = FILE (3); Path and file name of the output file that should be scanned for the text in exitCodeText sapDisplayCommand is InfoPackages(24); SAP InfoPackage data source.

 

N

 

Anchor
defFile - SAP
defFile - SAP
defFile

Definition File

For Run, Submit, and Modify commandGroups if repositoryOrFilesys is File System; Path and file name of the file.

 

N Y

 

Anchor
exitCodeProcessing definitionOrModel - SAPexitCodeProcessing
definitionOrModel - SAP
exitCodeProcessing

Exit Code Processing

Specification for how the Controller should determine whether the executed command failed or completed successfullydefinitionOrModel

Definition or Model

If commandGroup is Run(1); Specification for how the new SAP job will be created, based either on a USAP Definition File or an SAP Model Job.

Valid values:

Default is Success Exitcode Range (1).

N

 

AnchorexitCodes - SAPexitCodes - SAPexitCodes

Exit Codes

If exitCodeProcessing = Success Exitcode Range (1) or Failure Exitcode Range (2); Range of exit codes.

Format: Numeric. Use commas to list a series of exit codes; use hyphens to specify a range. Example: 1,5, 22-30.

Y

 

AnchorexitCodeText - SAPexitCodeText - SAPexitCodeText

Scan Output For

If exitCodeProcessing = Success Output Contains (3) or Failure Output Contains (4); text for which the Controller should scan the output file.

The Controller will process this field as a regular expression.

Y

 

Anchorimmediate- SAPimmediate- SAPimmediate

Start Immediately

If commandGroup is Run(1) or Start(4), or start is true; Causes the job to fail if SAP resources are not available to start the job immediately (for example, a background work process). Otherwise, the job will wait for SAP resources to become available.

Boolean; Valid values: true/false. Default is false

Html bobswift
<ul>
<li> As String = USAP Definition File, As Value = 1
<li> As String = SAP Model Job, As Value = 2
</ul>

Default is USAP Definition File (1).

N

 

Anchor
definitionOrModelJobVar - SAP
definitionOrModelJobVar - SAP
definitionOrModelJobVar

Definition or Model

If commandGroup is Submit(1); Name of a variable that will be resolved at run time to the name of the Definition or Model to use.

Valid values:

Html bobswift
<ul>
<li> As String = USAP Definition File, As Value = 1
<li> As String = SAP Model Job, As Value = 2
<li> As String = SAP Model Variant, As Value = 3
</ul>

Default is USAP Definition File (1).

N

 

Anchor
infoPackage dispAbapName - SAPinfoPackage
dispAbapName - SAP
infoPackage InfoPackage dispAbapName

SAP ABAP Program Name

If commandGroup is one of the following definitionOrModelJobVar is SAP Model Variant; Name of the InfoPackage:

  • Run InfoPackage (22)
  • Start InfoPackage(23)
  • Display(9) and sapDisplayCommand equals InfoPackages (24)

    an ABAP program in an SAP system to which the model variant belongs.

     

    Y

     

    Anchor
    infoPackageJobname dispSapEventId - SAPinfoPackageJobname
    dispSapEventId - SAP
    infoPackageJobname InfoPackage Job Name dispSapEventId

    SAP Event

    If commandGroup is one of the following; Name of the SAP batch job that processes the InfoPackage request:

    • Run InfoPackage (22)
    • Start InfoPackage (23)

    sapDisplayCommand is Event History(16); ID of the Event.

     

    Y

     

    Anchor
    infoSource dispSapEventParm - SAPinfoSource
    dispSapEventParm - SAP
    infoSource dispSapEventParm

    InfoSource SAP Event Parameter

    If sapDisplayCommand equals InfoPackages (24); SAP InfoSource is Event History(16); Optional parameter value for the event.

     

    N

     

    Anchor
    jobId dispVariant - SAPjobId
    dispVariant - SAP
    jobId dispVariant

    SAP Job ID

    Job ID of the SAP job.

    Variables are supported. Variant Name

    Pre-existing SAP variant name to use as the model variant.

     

    N

     

    Anchor
    jobLog environment - SAPjobLog
    environment - SAP
    jobLog

    Print Job Log

    If commandGroup is Wait (5) or wait is true; Specification for whether or not the job's joblog is returned.

    Boolean; Valid values: true/false. Default is false.

    N

     

    AnchorjobName - SAPjobName - SAPjobName

    SAP Job Name

    Job name of the SAP job.

    Variables are supported.

    N

     

    AnchorjobStatus - SAPjobStatus - SAPjobStatus

    Status

    If sapDisplayCommand equals InfoPackages(24); Current status for an SAP job.

     

    N

     

    AnchorlogId - SAPlogId - SAPlogId

    Log ID

    If commandGroup is one of the following; Log ID for process chain instance to be restarted:

    • Start Process Chain and pcRestart is true.
    • Wait Process Chain.
    • Display (9) and sapDisplayCommand is Process Chain (20), Process Chain Log (21), or Process Chain Status (23).

     

    Y

     

    AnchoroutputFailureOnly - SAPoutputFailureOnly - SAPoutputFailureOnly

    Failure Only

    If outputReturnType = STDOUT (2), STDERR (3), FILE (4), or OUTERR (6), and waitForOutput is false; Indication for whether output should be retrieved on task failure only.

    Boolean; Valid values: true/false. Default is false. environment

    Environment Variables

    List of environment variables needed by the program to run:

    Panel

    Html bobswift
    <pre>
    &lt;environment&gt;
           &lt;variable&gt;
                 &lt;name&gt;env1&lt;/name&gt;
                 &lt;value&gt;test1&lt;/value&gt;
           &lt;/variable&gt;
           &lt;variable&gt;
                 &lt;name&gt;env2&lt;/name&gt;
                 &lt;value&gt;test2&lt;/value&gt;
           &lt;/variable&gt;
    &lt;/environment&gt;
    </pre>

     

    N

     

    Anchor
    outputReturnFile exitCodeOutput - SAPoutputReturnFile
    exitCodeOutput - SAP
    outputReturnFile exitCodeOutput

    Output File

    If outputReturnType is outputType = FILE (43); Path and file name containing of the output that you want automatically retrieved and attached to the task instancefile that should be scanned for the text in exitCodeText.

     

    Y N

     

    Anchor
    outputReturnNline exitCodeProcessing - SAPoutputReturnNline
    exitCodeProcessing - SAP
    outputReturnNline

    Number of Lines

    If outputReturnType is STDOUT (2), STDERR (3), FILE (4), or OUTERR (6); Allows you to limit the retrieved data to the number of lines specified.

    Integer; Default is the value of the Retrieve Output Default Maximum Lines Universal Controller system property.

    N

     

    AnchoroutputReturnSline - SAPoutputReturnSline - SAPoutputReturnSline

    Starting Line

    If outputReturnType is STDOUT (2), STDERR (3), FILE (4), or OUTERR (6); Allows you to instruct the Controller to retrieve data beginning at this line.

    Integer; Default is 1.

    N

     

    AnchoroutputReturnText - SAPoutputReturnText - SAPoutputReturnText

    Scan Text

    If outputReturnType is STDOUT (2), STDERR (3), FILE (4), or OUTERR (6); Instructs the Controller to scan the data for the text specified and retrieve only that.

    The Controller will process this field as a regular expression.

    N

     

    AnchoroutputReturnType - SAPoutputReturnType - SAPoutputReturnType

    Automatic Output Retrieval

    Specification for whether you want the Controller to automatically retrieve any output from the job and attach it to the task instance record.

    Valid values:

    Default is NONE (1).
     

    Note
    titleNote

    If outputReturnType is not NONE (1), the web service will fail with Start Failure if outputProhibited is true for the specified agent.

    N

     

    AnchoroutputType - SAPoutputType - SAPoutputType

    Output Type

    If exitCodeProcessing = Success Output Contains (3) or Failure Output Contains (4); Type of output.

    Valid values:

    Default is STDOUT (1).

    Y

     

    AnchorpcRestart - SAPpcRestart - SAPpcRestart

    Restart

    If commandGroup equals Start Process Chain (18); Specification for whether or not to restart failed and cancelled processes (R or X) in the specified process chain instance.

    Boolean. Valid values: true/false. Default is false.

    N

     

    AnchorprintAppLog - SAPprintAppLog - SAPprintAppLog

    Print Application Log

    If commandGroup is Run (1) or Wait (5), or wait is true; Specification for whether or not the job's application log, if one was generated, is returned.

    Boolean. Valid values: true/false. Default is false.

    N

     

    AnchorprintAppRc - SAPprintAppRc - SAPprintAppRc

    Print Application RC

    If commandGroup is Run (1) or Wait (5) or wait is true; Specification for whether or not the job's application return codes, if they were set, are returned.

    Boolean. Valid values: true/false. Default is false.

    N

     

    Anchorpurge - SAPpurge - SAPpurge Delete SAP Job on Completion exitCodeProcessing

    Exit Code Processing

    Specification for how the Controller should determine whether the executed command failed or completed successfully.

    Valid values:

    Html bobswift
    <ul>
    <li> As String = Success Exitcode Range, As Value = 1
    <li> As String = Failure Exitcode Range, As Value = 2
    <li> As String = Success Output Contains, As Value = 3
    <li> As String = Failure Output Contains, As Value = 4
    <li> As String = Step Conditions, As Value = 5
    </ul>

    Default is Success Exitcode Range (1).

    N

     

    Anchor
    exitCodes - SAP
    exitCodes - SAP
    exitCodes

    Exit Codes

    If exitCodeProcessing = Success Exitcode Range (1) or Failure Exitcode Range (2); Range of exit codes.

    Format: Numeric. Use commas to list a series of exit codes; use hyphens to specify a range. Example: 1,5, 22-30.

    Y

     

    Anchor
    exitCodeText - SAP
    exitCodeText - SAP
    exitCodeText

    Scan Output For

    If exitCodeProcessing = Success Output Contains (3) or Failure Output Contains (4); text for which the Controller should scan the output file.

    The Controller will process this field as a regular expression.

    Y

     

    Anchor
    immediate- SAP
    immediate- SAP
    immediate

    Start Immediately

    If commandGroup is Run(1) or Start(4), or start is true; Causes the job to fail if SAP resources are not available to start the job immediately (for example, a background work process). Otherwise, the job will wait for SAP resources to become available.

    Boolean; Valid values: true/false. Default is false.

    N

     

    Anchor
    infoPackage - SAP
    infoPackage - SAP
    infoPackage

    InfoPackage

    If commandGroup is one of the following; Name of the InfoPackage:

    • Run InfoPackage (22)
    • Start InfoPackage(23)
    • Display(9) and sapDisplayCommand equals InfoPackages (24).

     

    Y

     

    Anchor
    infoPackageJobname - SAP
    infoPackageJobname - SAP
    infoPackageJobname

    InfoPackage Job Name

    If commandGroup is one of the following; Name of the SAP batch job that processes the InfoPackage request:

    • Run InfoPackage (22)
    • Start InfoPackage (23)

     

    Y

     

    Anchor
    infoSource - SAP
    infoSource - SAP
    infoSource

    InfoSource

    If sapDisplayCommand equals InfoPackages (24); SAP InfoSource.

     

    N

     

    Anchor
    jobId - SAP
    jobId - SAP
    jobId

    SAP Job ID

    Job ID of the SAP job.

    Variables are supported.

    N

     

    Anchor
    jobLog - SAP
    jobLog - SAP
    jobLog

    Print Job Log

    If commandGroup is Wait (5) or wait is true; Specification for whether or not the job's joblog is returned.

    Boolean. ; Valid values: true/false. Default is false.

    N

     

    Anchor
    repositoryOrFilesys jobName - SAPrepositoryOrFilesys
    jobName - SAP
    repositoryOrFilesys

    Script or File System

    Specification for whether the USAP definition file exists in the file system of the machine where the Agent is running or in Scripts.

    Valid values:

    Default is Script (1)jobName

    SAP Job Name

    Job name of the SAP job.

    Variables are supported.

    N

     

    Anchor
    requestId jobStatus - SAPrequestId
    jobStatus - SAP
    requestId jobStatus

    Request ID Status

    If commandGroup is Wait InfoPackage(24) or Display(9) and sapDisplayCommand is InfoPackages Status (25); Request ID of the InfoPackage that is to be monitored sapDisplayCommand equals InfoPackages(24); Current status for an SAP job.

     

    Y N

     

    Anchor
    retryIndefinitely logId - SAPretryIndefinitely
    logId - SAP
    retryIndefinitely logId

    Retry Indefinitely

    Specification for whether or not the Controller should continue trying indefinitely to run this task.

    Boolean; Valid values: true/false. Default is false. This value overrides any value placed in retryMaximum.

    N Log ID

    If commandGroup is one of the following; Log ID for process chain instance to be restarted:

    • Start Process Chain and pcRestart is true.
    • Wait Process Chain.
    • Display (9) and sapDisplayCommand is Process Chain (20), Process Chain Log (21), or Process Chain Status (23).

     

    Y

     

    Anchor
    retryInterval outputFailureOnly - SAPretryInterval
    outputFailureOnly - SAP
    retryInterval

    Retry Interval]

    Number of seconds between each retry.

    Integer; Default is 60outputFailureOnly

    Failure Only

    If outputReturnType = STDOUT (2), STDERR (3), FILE (4), or OUTERR (6), and waitForOutput is false; Indication for whether output should be retrieved on task failure only.

    Boolean; Valid values: true/false. Default is false.

    N

     

    Anchor
    retryMaximum outputReturnFile - SAPretryMaximum
    outputReturnFile - SAP
    retryMaximum outputReturnFile

    Maximum Retries

    Maximum number of times that the Controller should retry this task after it has started and gone to a failed state.

    Integer; Default is 0.

    N Output File

    If outputReturnType is FILE (4); Path and file name containing the output that you want automatically retrieved and attached to the task instance.

     

    Y

     

    Anchor
    retrySuppressFailure outputReturnNline - SAPretrySuppressFailure
    outputReturnNline - SAP
    retrySuppressFailure

    Suppress Intermediate Failures

    Specification for whether or not the following will be suppressed until all scheduled retry attempts have been made:

    • All Actions (Abort, Email Notification, Set Variable, SNMP Notification, and System Operation) to be made against the task instance.
    • Workflow conditional path processing; any Successors waiting on a failure path will not be released.
    • Task Monitors will not be notified of the Failed status. Also, any Task Monitor task that has a Time Scope in the past will disqualify any matching task instance in the past with a Failed status if the task instance is scheduled for automatic retry and for which Suppress Intermediate Failures has been enabled.
    • Any Workflow containing the Failed task instance will not transition to the Running/Problems status.

    Boolean; Valid values: true/false. Default is false. outputReturnNline

    Number of Lines

    If outputReturnType is STDOUT (2), STDERR (3), FILE (4), or OUTERR (6); Allows you to limit the retrieved data to the number of lines specified.

    Integer; Default is the value of the Retrieve Output Default Maximum Lines Universal Controller system property.

    N

     

    Anchor
    outputReturnSline - SAP
    outputReturnSline - SAP
    outputReturnSline

    Starting Line

    If outputReturnType is STDOUT (2), STDERR (3), FILE (4), or OUTERR (6); Allows you to instruct the Controller to retrieve data beginning at this line.

    Integer; Default is 1.

    N

     

    Anchor
    runtimeDir outputReturnText - SAPruntimeDir
    outputReturnText - SAP
    runtimeDir

    Runtime Directory

    Directory from which the application should be executed. Variables are supported.

     

    N

     

    AnchorsapCmProfileId - SAPsapCmProfileId - SAPsapCmProfileId

    SAP Criteria Manager Profile ID

    If commandGroup is Set CM Profile, Activate CM Profile, or Delete CM Profile; ID of the profile.

     

    Y outputReturnText

    Scan Text

    If outputReturnType is STDOUT (2), STDERR (3), FILE (4), or OUTERR (6); Instructs the Controller to scan the data for the text specified and retrieve only that.

    The Controller will process this field as a regular expression.

    N

     

    AnchorsapCmXmlFile - SAPsapCmXmlFile - SAPsapCmXmlFile

    SAP Criteria Manager XML File

    If commandGroup is Create CM Profile or Set CM Profile, and repositoryOrFilesys is File System; Name of the file that contains the Criteria Manager information.

     

    Y

     

    AnchorsapCommandMask - SAPsapCommandMask - SAP sapCommandMask

    SAP Command Mask

    Name of a command or a mask used to select SAP external commands that match the mask.

     

    N

     

    AnchorsapConnection - SAPsapConnection - SAPsapConnection

    SAP Connection

    Name of the SAP connection.

    The SAP connection specifies information about the SAP server.

    Y
    (unless {{sap
    ConnectionVar}}
    is specified)

    sapConnectionVar

    AnchorsapConnectionVar - SAPsapConnectionVar - SAPsapConnectionVar

    SAP Connection Variable

    Name of a variable that will be resolved at run time to the name of the SAP Connection to use.

     

    Y
    (unless {{sap
    Connection}}
    is specified)

    sapConnection

    AnchorsapCred - SAPsapCred - SAPsapCred

    SAP Credentials

    Login credentials that the Controller will use to access the SAP system.

    The credentials are stored in the Universal Controller credentials table; see Credentials.

    Y
    (unless sapCredVar
    is specified)

    sapCredVar

    AnchorsapCredVar - SAPsapCredVar - SAPsapCredVar

    SAP Credentials Variable

    Name of a variable that will be resolved at run time to the name of the SAP Credentials to use.

     

    Y
    (unless sapCred
    is specified)

    sapCred

    AnchorsapDispConfirmEvents - SAPsapDispConfirmEvents - SAPsapDispConfirmEvents

    Confirm Returned Events

    If sapDisplayCommand is Event History(16); Specification for whether or not the status of returned events should be changed in the SAP system.

     

    N

     

    AnchorsapDispEventSelectState - SAPsapDispEventSelectState - SAPsapDispEventSelectState

    Event Select State

    Event status of the events which should be read.

    Valid values:

    Default is New (1).

    N

     

    AnchorsapDisplayCommand - SAPsapDisplayCommand - SAPsapDisplayCommand

    Display Command

    Displays the specified data, which is written to standard output.

    Valid values:

    Anchor
    sapCmProfileType outputReturnType - SAPsapCmProfileType
    outputReturnType - SAP
    sapCmProfileType

    SAP Criteria Manager Profile Type

    If commandGroup is Set CM Profile, Activate CM Profile, Deactivate CM Profile, or Delete CM Profile; Type of profile. For the default criteria types provided by SAP, the values are:

    • EVTHIS - Identifies a criteria type for event history.
    • EVHIRO - Identifies a criteria type for the reorganization of raised events.
    • INTERC - Identifies a criteria type for job interception.

     

    Y

     

    outputReturnType

    Automatic Output Retrieval

    Specification for whether you want the Controller to automatically retrieve any output from the job and attach it to the task instance record.

    Valid values:

    Html bobswift
    <ul>
    <li> As String = NONE, As Value = 1
    <li> As String = STDOUT, As Value = 2
    <li> As String = STDERR, As Value = 3
    <li> As String = FILE, As Value = 4
    <li> As String = OUTERR, As Value = 6
    </ul>

    Default is NONE (1).
     

    Note
    titleNote

    If outputReturnType is not NONE (1), the web service will fail with Start Failure if outputProhibited is true for the specified agent.

    N

     

    Anchor
    outputType - SAP
    outputType - SAP
    outputType

    Output Type

    If exitCodeProcessing = Success Output Contains (3) or Failure Output Contains (4); Type of output.

    Valid values:

    Html bobswift
    <ul>
    <li> As String = STDOUT, As Value = 1
    <li> As String = STDERR, As Value = 2
    <li> As String = FILE, As Value = 3
    </ul>

    Default is STDOUT (1).

    Y

     

    Anchor
    pcRestart - SAP
    pcRestart - SAP
    pcRestart

    Restart

    If commandGroup equals Start Process Chain (18); Specification for whether or not to restart failed and cancelled processes (R or X) in the specified process chain instance.

    Boolean. Valid values: true/false. Default is false.

    N

     

    Anchor
    printAppLog - SAP
    printAppLog - SAP
    printAppLog

    Print Application Log

    If commandGroup is Run (1) or Wait (5), or wait is true; Specification for whether or not the job's application log, if one was generated, is returned.

    Boolean. Valid values: true/false. Default is false.

    N

     

    Anchor
    printAppRc - SAP
    printAppRc - SAP
    printAppRc

    Print Application RC

    If commandGroup is Run (1) or Wait (5) or wait is true; Specification for whether or not the job's application return codes, if they were set, are returned.

    Boolean. Valid values: true/false. Default is false.

    N

     

    Anchor
    purge - SAP
    purge - SAP
    purge

    Delete SAP Job on Completion

    If commandGroup is Wait(5) or wait is true;

    Boolean. Valid values: true/false. Default is false.

    N

     

    Anchor
    repositoryOrFilesys - SAP
    repositoryOrFilesys - SAP
    repositoryOrFilesys

    Script or File System

    Specification for whether the USAP definition file exists in the file system of the machine where the Agent is running or in Scripts.

    Valid values:

    Html bobswift
    <ul>
    <li> As String = Script, As Value = 1
    <li> As String = File System, As Value = 2
    </ul>

    Default is Script (1).

    N

     

    Anchor
    requestId - SAP
    requestId - SAP
    requestId

    Request ID

    If commandGroup is Wait InfoPackage(24) or Display(9) and sapDisplayCommand is InfoPackages Status (25); Request ID of the InfoPackage that is to be monitored.

     

    Y

     

    Anchor
    retryIndefinitely - SAP
    retryIndefinitely - SAP
    retryIndefinitely

    Retry Indefinitely

    Specification for whether or not the Controller should continue trying indefinitely to run this task.

    Boolean; Valid values: true/false. Default is false. This value overrides any value placed in retryMaximum.

    N

     

    Anchor
    retryInterval - SAP
    retryInterval - SAP
    retryInterval

    Retry Interval]

    Number of seconds between each retry.

    Integer; Default is 60.

    N

     

    Anchor
    retryMaximum - SAP
    retryMaximum - SAP
    retryMaximum

    Maximum Retries

    Maximum number of times that the Controller should retry this task after it has started and gone to a failed state.

    Integer; Default is 0.

    N

     

    Anchor
    retrySuppressFailure - SAP
    retrySuppressFailure - SAP
    retrySuppressFailure

    Suppress Intermediate Failures

    Specification for whether or not the following will be suppressed until all scheduled retry attempts have been made:

    • All Actions (Abort, Email Notification, Set Variable, SNMP Notification, and System Operation) to be made against the task instance.
    • Workflow conditional path processing; any Successors waiting on a failure path will not be released.
    • Task Monitors will not be notified of the Failed status. Also, any Task Monitor task that has a Time Scope in the past will disqualify any matching task instance in the past with a Failed status if the task instance is scheduled for automatic retry and for which Suppress Intermediate Failures has been enabled.
    • Any Workflow containing the Failed task instance will not transition to the Running/Problems status.

    Boolean; Valid values: true/false. Default is false.

    N

     

    Anchor
    runtimeDir - SAP
    runtimeDir - SAP
    runtimeDir

    Runtime Directory

    Directory from which the application should be executed. Variables are supported.

     

    N

     

    Anchor
    sapCmProfileId - SAP
    sapCmProfileId - SAP
    sapCmProfileId

    SAP Criteria Manager Profile ID

    If commandGroup is Set CM Profile, Activate CM Profile, or Delete CM Profile; ID of the profile.

     

    Y

     

    Anchor
    sapCmProfileType - SAP
    sapCmProfileType - SAP
    sapCmProfileType

    SAP Criteria Manager Profile Type

    If commandGroup is Set CM Profile, Activate CM Profile, Deactivate CM Profile, or Delete CM Profile; Type of profile. For the default criteria types provided by SAP, the values are:

    • EVTHIS - Identifies a criteria type for event history.
    • EVHIRO - Identifies a criteria type for the reorganization of raised events.
    • INTERC - Identifies a criteria type for job interception.

     

    Y

     

    Anchor
    sapCmXmlFile - SAP
    sapCmXmlFile - SAP
    sapCmXmlFile

    SAP Criteria Manager XML File

    If commandGroup is Create CM Profile or Set CM Profile, and repositoryOrFilesys is File System; Name of the file that contains the Criteria Manager information.

     

    Y

     

    Anchor
    sapCommandMask - SAP
    sapCommandMask - SAP
    sapCommandMask

    SAP Command Mask

    Name of a command or a mask used to select SAP external commands that match the mask.

     

    N

     

    Anchor
    sapConnection - SAP
    sapConnection - SAP
    sapConnection

    SAP Connection

    Name of the SAP connection.

    The SAP connection specifies information about the SAP server.

    Y
    (unless {{sap
    ConnectionVar}}
    is specified)

    sapConnectionVar

    Anchor
    sapConnectionVar - SAP
    sapConnectionVar - SAP
    sapConnectionVar

    SAP Connection Variable

    Name of a variable that will be resolved at run time to the name of the SAP Connection to use.

     

    Y
    (unless {{sap
    Connection}}
    is specified)

    sapConnection

    Anchor
    sapCred - SAP
    sapCred - SAP
    sapCred

    SAP Credentials

    Login credentials that the Controller will use to access the SAP system.

    The credentials are stored in the Universal Controller credentials table; see Credentials.

    Y
    (unless sapCredVar
    is specified)

    sapCredVar

    Anchor
    sapCredVar - SAP
    sapCredVar - SAP
    sapCredVar

    SAP Credentials Variable

    Name of a variable that will be resolved at run time to the name of the SAP Credentials to use.

     

    Y
    (unless sapCred
    is specified)

    sapCred

    Anchor
    sapDispConfirmEvents - SAP
    sapDispConfirmEvents - SAP
    sapDispConfirmEvents

    Confirm Returned Events

    If sapDisplayCommand is Event History(16); Specification for whether or not the status of returned events should be changed in the SAP system.

     

    N

     

    Anchor
    sapDispEventSelectState - SAP
    sapDispEventSelectState - SAP
    sapDispEventSelectState

    Event Select State

    Event status of the events which should be read.

    Valid values:

    Html bobswift
    <ul>
    <li> As String = New, As Value = 1
    <li> As String = Confirmed, As Value = 2
    <li> As String = All, As Value = 3
    </ul>

    Default is New (1).

    N

     

    Anchor
    sapDisplayCommand - SAP
    sapDisplayCommand - SAP
    sapDisplayCommand

    Display Command

    Displays the specified data, which is written to standard output.

    Valid values:

    Html bobswift
    <ul>
    <li> As String = Job Log, As Value = 1
    <li> As String = Spool List, As Value = 2
    <li> As String = Status, As Value = 3
    <li> As String = Variants, As Value = 4
    <li> As String = Variant, As Value = 5
    <li> As String = Job Definition, As Value = 6
    <li> As String = Select, As Value = 7
    <li> As String = System Log, As Value = 8
    <li> As String = Intercept Table, As Value = 9
    <li> As String = Intercepted Jobs, As Value = 10
    <li> As String = Reports, As Value = 11
    <li> As String = Commands, As Value = 12
    <li> As String = Output Devices, As Value = 13
    <li> As String = Print Formats, As Value = 14
    <li> As String = Selection Screen, As Value = 15
    <li> As String = Event History, As Value = 16
    <li> As String = Criteria Manager Profiles, As Value = 17
    <li> As String = Criteria Manager Criteria, As Value = 18
    <li> As String = Process Chains, As Value = 19
    <li> As String = Process Chain, As Value = 20
    <li> As String = Process Chain Log, As Value = 21
    <li> As String = Process Chain Start Condition, As Value = 22
    <li> As String = Process Chain Status, As Value = 23
    <li> As String = InfoPackages, As Value = 24
    <li> As String = InfoPackages Status, As Value = 25
    </ul>

     
    Default Value: Log (1)

    N

     

    Anchor
    sapEventId - SAP
    sapEventId - SAP
    sapEventId

    SAP Event

    If commandGroup is Raise Event (8); Name of the event.

     

    Y

     

    Anchor
    sapEventParm - SAP
    sapEventParm - SAP
    sapEventParm

    SAP Event Parameter

    If commandGroup equals Raise Event(8); Optional parameter value for the event.

     

    N

     

    Anchor
    sapFromDate - SAP
    sapFromDate - SAP
    sapFromDate

    From Date

    If sapDisplayCommand is Select (7) or System Log (8); Earliest date to use for job selection or syslog request.

     

    N

     

    Anchor
    sapLang - SAP
    sapLang - SAP
    sapLang

    SAP Language

    SAP logon language used when executing the SAP task.

    Valid values:

    • Any valid 1-character SAP language identifier.
    • Any valid 2-character ISO language identifier.
    • (no value). SAP will use the default language set up for the user. If there is no such default, the default is EN (English).

     

     

    Anchor
    sapPrinterName - SAP
    sapPrinterName - SAP
    sapPrinterName

    SAP Printer Name

    If sapDisplayCommand is Print Formats (14); Name of the SAP printer.

     

    Y

     

    Anchor
    sapToDate - SAP
    sapToDate - SAP
    sapToDate

    To Date

    If sapDisplayCommand is Select(7) or System Log (8); Latest date to use for job selection or syslog request.

     

    N

     

    Anchor
    script - SAP
    script - SAP
    script

    Script

    If repositoryOrFilesys is Script; Name of an SAP Definition script in the Controller database.

     

    Y

     

    Anchor
    sourceSystem - SAP
    sourceSystem - SAP
    sourceSystem

    Source System

    If sapDisplayCommand equals InfoPackages (24); SAP InfoPackage source system.

     

    N

     

    Anchor
    spoollist - SAP
    spoollist - SAP
    spoollist

    Print Spooled Output

    If commandGroup is Wait(5) or wait is true; Specification for whether or not the spoollists of all job steps are returned.

    Boolean; Valid values: true/false. Default is false.

    N

     

    Anchor
    start - SAP
    start - SAP
    start

    Start

    Specification for whether or not the newly-defined SAP job should be started.

    Boolean; Valid values: true/false. Default is false.

    N

     

    Anchor
    stepNum - SAP
    stepNum - SAP
    stepNum

    SAP Job Step Number

    If sapDisplayCommand is Spool List; Step number of the SAP job step.

     

    Y

     

    Anchor
    targetJobName - SAP
    targetJobName - SAP
    targetJobName

    Target Job Name

    If commandGroup equals Run or Submit and definitionOrModel is SAP Model Job (2); Name of the new SAP job being created.

    If you do not include targetJobName, the Controller uses the same name as the SAP Model Job.

    N

     

    Anchor
    targetServer - SAP
    targetServer - SAP
    targetServer

    SAP Target Server

    If commandGroup is Run (1) or Start (4), or start is true; Name of an SAP instance at which a background job should be run.

    The name has the following format:

    Panel

    Html bobswift
    <pre>
    [host name]_[SAP System name]_[SAP System number]
    </pre>

    Where host name is the name of the server computer on which the instance is running, as specified in the system profile parameter SAPLOCALHOST. For example:

    Panel

    Html bobswift
    <pre>
    hs0123_C11_55
    </pre>

    N

     

    Anchor
    targetVariantName - SAP
    targetVariantName - SAP
    targetVariantName

    Target Variant Name

    If commandGroup is Submit and definitionOrModelJobVar is SAP Model Variant (3); One or more replacement variants for ABAP program job steps in an SAP job.

     

    Y

     

    Anchor
    useAppRc - SAP
    useAppRc - SAP
    useAppRc

    Use Application RC

    If commandGroup is Run (1) or Wait(5), or wait is true; Specification for whether or not the SAP job's application return codes will be used to determine the return code for the Universal Controller task.

    Boolean; Valid values: true/false. Default is false.

    N

     

    Anchor
    wait - SAP
    wait - SAP
    wait

    Wait

    Specification for whether or not the Controller should wait for the SAP process chain to complete processing.

    Boolean; Valid values: true/false. Default is false.

    N

     

    Anchor
    waitForOutput - SAP
    waitForOutput - SAP
    waitForOutput

    Wait For Output

    If outputReturnType = STDOUT (2), STDERR (3), FILE (4), or OUTERR (6), and outputFailureOnly is false; Specification for whether or not the task should wait for the requested output before completing.

    Boolean; Valid values: true/false. Default is false.

    N