Resets an already released SAP job to the status "Scheduled".
Transaction: SM37
Interface: AE
R3_SCHEDULE_JOB_CANCEL
NAME=...
,JOBCOUNT=...
Syntax |
Description/Format |
---|---|
NAME= |
Name of the SAP job. Individual SAP jobs can be clearly identified using them in combination with
JOBCOUNT (SAP job number). |
JOBCOUNT= |
Number of the SAP job. In connection with the NAME (SAP job name), you can clearly identify individual SAP jobs. |
This script element can be used to reset the release of an SAP job. The status of the SAP job changes from "Released" to "Scheduled".
You can retrieve SAP jobs with the status "Released" by using the script element R3_GET_JOBS. The result is written to the activation report and can be analyzed and processed in the Post Process tab.
The following example resets the SAP job "MYJOB" and the number "13541601".The status changes from "Released" to "Scheduled".
R3_SCHEDULE_JOB_CANCEL NAME="MYJOB",JOBCOUNT=13541601
See also: