Application Development 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: 

How to check if the job is active or not if not..

Former Member
0 Kudos

How to check if the job is active or not if not how to make it active

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Display the job in SM37 to check for the status..

Thanks

Naren

10 REPLIES 10

Former Member
0 Kudos

Hi

You can check the Job status in <b>SM37</b> Tcode

you can change the status of the job there

<b>Reward points for useful Answers</b>

Regards

Anji

ferry_lianto
Active Contributor
0 Kudos

Hi,

Please try FM BDL_READ_JOB_STATUS or BP_JOB_ACTIVE.

Go to SM37 to active the job.

Regards,

Ferry Lianto

Former Member
0 Kudos

Hi,

Display the job in SM37 to check for the status..

Thanks

Naren

0 Kudos

what should be the status to run the program as a job

realeased or active

0 Kudos

is the variant for a job mandatory

0 Kudos

When you create a job, it goes into 'scheduled' and immediately into 'released' status. When the date and time it needs to run comes up, it goes into 'active' status. Then depending on the execution result it goes into 'Cancelled' or 'Completed' status.

0 Kudos

Variant is the mandatory when you run the job

Thanks

Seshu

Former Member
0 Kudos

Either you can see the status in SM37 or table or TBTCO

FM BDL_READ_JOB_STATUS

Thanks

Seshu

Former Member
0 Kudos

Hi,

If the status is ACTIVE then the job is running..

If the status is released then the job is ready for execution..

Thanks

Naren

ferry_lianto
Active Contributor
0 Kudos

Hi,

Values for TBTCO-STATUS:

A - Cancelled

F - Completed

P - Scheduled

R - Active

S - Released

Regards,

Ferry Lianto