Versions Compared

Key

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

...

  • Order Variables
    • The JS7 workflows require order variables to be declared. 
    • Any order variables are available to all jobs in a JS7 workflow.
  • Node Arguments
    • Such arguments are used for the occurrence of a job in a JS7 workflow.
      • For constant values, e.g. the HTTP verbs DELETE, PUT, POST, GET a constant assignment can be used.
      • For dynamic values an order variable is assigned the Node Argument.
    • This allows more than one SAPS4HANAJob to be available with the same workflow as Node Arguments are specified from individual order variable assignments.
  • As a consequence parameters to an SAP job are assigned by Node Arguments in a JS7 workflow exclusively. The following applies to the above parameter types for SAP jobs:
    • Parameter type 2)
      • Users add constant values to Node Arguments of SAP jobs. Any such arguments use the js7 prefix.
    • Parameter type 3)
      • Users map the names of order variables to the names of Node Arguments.
        • The name of the Node Argument corresponds to the parameter name expected by the SAP application.
        • This excludes use of the js7 prefix for Node Arguments.
    • For both above parameter types the only data type supported by SAP is "string". The JS7 offers additional data types such as number, Boolean, that cannot be used.