Resets an already released SAP jobAn Automation Engine object type for a process that runs on a target system. to the statusThis represents the condition of a task (such as active, blocked, generating). "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 releaseReleases combine a set of activities and a set of packages as well as other release artifacts under a timeline (a plan including milestones and phases), which can be planned, baselined and tracked. 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 reportA report provides more detailed information about a task's execution or a component. 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:
Automic Documentation - Tutorials - Automic Blog - Resources - Training & Services - Automic YouTube Channel - Download Center - Support |
Copyright © 2016 Automic Software GmbH |