Wednesday, 8 June 2016

05. Background Job status

Job status can be any of the following:
Scheduled: job is created but has no start condition.
Released: job is completely defined and waiting for selection.
Ready: job has been selected for execution.
Active: job is being executed by a background work process.
Finished: the entire job has been successfully executed.
Canceled: job terminated with problems.
As long as a job has status scheduled or released, it can still be changed.
If execution of a job has already started, its progress can be monitored in the job log. If the job contains ABAP programs, their output is stored in spool lists.
To create the steps of a new job from an existing job, choose Copy.

No comments:

Post a Comment