R3_COPY_JOB
Use the R3_COPY_JOB script element to copy a job that is identified by its name and number to a new job. The copied job does not start immediately but is scheduled to start in the future. To start the job immediately, you can use the R3_ACTIVATE_JOBS script element. The job count of the created job is written to the PLOG report with message 2004094.
Note: In the AWI Form view of SAP jobs, you find this command listed as part of the "SAP Jobs" group.
Transaction: SM37
Interface: Standard 
 (XBP)
Syntax
R3_COPY_JOB
NAME=...
                                                
, JOBCOUNT=...
                                                
, NEW_NAME=...
                                            
Parameters
- 
                                                
R3_COPY_JOB
Copies a job to a new job - 
                                                
NAME=
Name of the original job
Format: script literal - 
                                                
JOBCOUNT=
Number of the original job
Format: script literal - 
                                                
NEW_NAME=
Name of the new job
Format: script literal 
Example
R3_COPY_JOB NAME='ORG',JOBCOUNT='1242',NEW_NAME='REORG'
See also: