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

Re: Background scheduling

Former Member
0 Likes
386

Hi Experts,

How could we know that the backgroung scheluding for a particular pgm has been completed in the background, rather than going to SM37.

Is there any FM module that describes this ? Or is there any table that describes the status , Job ID etc. ?

With Regards,

Krishna Kishore.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
351

Hi Krishna,

Take a look at table TBTCP - Batch job step overview.

This should give you what you want.

Please award points and close thread if this answers your question.

Best Regards

Robin

2 REPLIES 2
Read only

Former Member
0 Likes
351

Hi,

You can check table TBTCO and field STATUS for job status.

Also you can use FM BDL_READ_JOB_STATUS or SHOW_JOBSTATE.

Regards,

Ferry Lianto

Read only

Former Member
0 Likes
352

Hi Krishna,

Take a look at table TBTCP - Batch job step overview.

This should give you what you want.

Please award points and close thread if this answers your question.

Best Regards

Robin