Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Background job

Former Member
0 Likes
369

Hi guys,

My Query is regarding the <b>job status</b> in the initial screen of SM37 Tcode.

Could you guys explain the following job status.

Scheduled,Released,Ready,Active,Finished,Cancelled.

Regards

Raghuveer

Hi guys,

My Query is regarding the <b>job status</b> in the initial screen of SM37 Tcode.

Could you guys explain the following job status.

Scheduled,Released,Ready,Active,Finished,Cancelled.

Regards

Raghuveer

2 REPLIES 2
Read only

Former Member
0 Likes
346

hi,

<b>Released</b>

The job has been fully defined, including a start condition. Without a start condition, a job cannot be released.

Only an administrator or a user with appropriate authorizations for background processing can release a job, preventing unauthorized users from running jobs without approval.

<b>Ready</b>

The start condition of a released job has been met. A job scheduler has put the job in line to wait for an available background work process.

<b>Active</b>

The job is currently running. Active jobs can no longer be modified or deleted.

<b>Finished</b>

All steps that make up this job have completed successfully.

C<b>anceled</b>

The job has terminated abnormally.

regards,

ananth

Read only

Former Member
0 Likes
346

Hi,

Please Check the bolow link -

It give details of Job Status

http://help.sap.com/saphelp_nw04/helpdata/en/c4/3a8016505211d189550000e829fbbd/frameset.htm

Regards,

Siddhi

**Reward points if helpful