R3_COPY_JOB

Use the R3_COPY_JOB script element to copy a job identified by its name and number to a new job. The copied job is not started immediately but is scheduled to start in the future. To start the job immediately, 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, this command is listed as part of the "SAP Jobs" group.

Transaction: SM37

Interface: Standard (XBP)

Syntax

R3_COPY_JOB NAME=..., JOBCOUNT=..., NEW_NAME=...

Parameters

Parameter Description Format
NAME= Name of the original job. Script literal
JOBCOUNT= Number of the original job. Script literal
NEW_NAME= Name of the new job. Script literal

Examples

R3_COPY_JOB NAME='ORG',JOBCOUNT='1242',NEW_NAME='REORG'

See also: