Mass Activities Support Example for zOS
Universal Connector Mass Activity Support Example
This example uses the Create Account Statements application to demonstrate the process of setting up a mass activity for automation with Universal Connector for Use with SAP® ERP.
Step 1 | Via SAP GUI, create a template parameter set for a mass run:
|
---|---|
Step 2 | Create a variant for ABAP program RFKK_MA_SCHEDULER that will use the parameter set created in Step 1. This can be accomplished by running the sample job (USPVRMS) illustrated in the following figure. (The procedure for executing this JCL (USPJRMS) is illustrated in Step 3.) USPVRMS - JCL
|
Step 3 | Via Universal Connector, run ABAP program RFKK_MA_SCHEDULER; submit a Universal Connector job to initiate, monitor, and return output from the mass activity. The sample job illustrated in the following figure will accomplish this using the variant created in Step 2. USPPRC - JCL Procedure, shown below this JCL, is the procedure used to execute the JCL. USPJRMS - JCL
USPPRC - JCL Procedure
|
SYSIN Options for USPVRMS JCL
The SYSIN options used in the USPVRMS JCL example are:
Option | Description |
Name of a destination defined in the saprfc.ini file. | |
SAP client number. | |
SAP user ID with which to logon to the SAP system. | |
Password for the SAP user ID. | |
Definition of the job to the SAP system. |
SYSIN Options for USPJRMS JCL
The SYSIN options used in the USPJRMS JCL example are:
Option | Description |
Name of a destination defined in the saprfc.ini file. | |
SAP client number. | |
SAP user ID with which to logon to the SAP system. | |
Password for the SAP user ID. | |
Definition of the job to the SAP system. | |
Starts the newly defined job. | |
Causes USAP to wait for the SAP mass activity jobs to complete processing. |