FS Job Network Definition File - USAP
Overview
Universal Connector for SAP FS job network definition files contain statements that specify the attributes of FS job networks. These variant definitions are used by the SUBMIT, START, and RUN commands to define and start FS job networks in an SAP system.
This page provides a detailed description of the syntax options and requirements for FS job network definition files.
FS Job Network Definition File Syntax
The Universal Connector for SAP FS job network definition file is used to create an FS job network in an SAP system.
There are three types of statements used to define an FS job network:
- FS Jobnet Header statement.
- FS Jobnet Process statement.
- FS Jobnet Process Relation statement.
An FS jobnet definition requires an FS Jobnet Header statement followed by FS Jobnet Process Statements, then FS Jobnet Process Relation statements. Statements are made up of keyword = value assignments and are terminated with a semi-colon ( ; ). Each statement type has a specific unique keyword that is required to start the keyword = value assignment list.
The following figure illustrates the syntax of a Universal Connector FS Job Network definition.
FS Job Network Definition File Statement Keywords
The following tables list the keywords available for each statement, the maximum length of the associated values, whether or not they are required, and any restricted value sets.
The first keyword in each table is the keyword required to start the corresponding statement.
Keywords for FS Jobnet Header Statement
The following table identifies the keywords for an FS Jobnet Header statement.
Keyword |
Length |
Required |
Restricted Values |
---|---|---|---|
NETWORKIDENTIFIER |
50 |
Yes |
Network identifier. |
Keywords for FS Jobnet Process Statement
The following table identifies the keywords for an FS Jobnet Process statement.
Keyword |
Length |
Required |
Restricted Values |
---|---|---|---|
PROCESS_IDENTIFIER |
50 |
Yes |
Process identifier. |
REPORT_NUMBER |
3 |
Yes |
Report number: 001-999. |
REPORT_NAME |
40 |
Yes |
Report name. |
REPORT_VARIANT |
14 |
No |
Report variant. |
JOBNAME |
32 |
Yes |
Job name. |
Keywords for FS Jobnet Process Relation Statement
The following table identifies the keywords for an FS Jobnet Process Relation statement.
Keyword |
Length |
Required |
Restricted Values |
---|---|---|---|
PROCESS_RELATION |
3 |
Yes |
Process relation number: 001-999. |
REPORT_NUMBER_PREDECESSOR |
3 |
Yes |
Report number predecessor: 001-999. |
REPORT_NUMBER_SUCCESSOR |
3 |
Yes |
Report number successor: 001-999. |
Sample FS Job Network Definition File
The following figure illustrates a sample FS job network definition file.