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

Job control overview

Former Member
0 Likes
503

Hi,

is there any way to check if a job is running? (this check must happend before to start the backup).

thks

Vic

Hi,

is there any way to check if a job is running? (this check must happend before to start the backup).

thks

Vic

3 REPLIES 3
Read only

Former Member
0 Likes
485

Hi,

You can check the status of the job in Transaction SM37 whether it is

1.Scheduled

2.Active or

3. Cancelled.

I didn't get exactly what your question is "this check must happend before to start the backup).". Can you be a bit clear?

Regards,

Vinod.

Read only

Former Member
0 Likes
485

Hi,

Please check table TBTCO for field STATUS.

R - Running

Y - Ready

P - Schedule

S - Release

A - Abort

F - Finish

Z - Active

Also you can use these FM.

BDL_READ_JOB_STATUS

HR_SHOW_JOBSTATE

Regards,

Ferry Lianto

Read only

Former Member
0 Likes
485

Thx guys, it works.