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: 

last finished batch job details

Former Member
0 Kudos

hi

i have a batch job which runs in every 10 mins.

is there any function module which will return me the last recent scheduled start date and scheduled time which ran successfully with status finished.

i can get this from table tbtco but i need to write some logic around this table with a select, other than that i am looking for a FM which does this..

ztest job - say scheduled for every 10 mins..

1) ztest_job with status finished , scheduled date 04/05/2011 20:10:00

2) ztest_job with status finished , scheduled date 04/05/2011 20:20:00

3) ztest_job with status finished , scheduled date 04/05/2011 20:30:00

the function module should return me record 3).. date and time..

2 REPLIES 2

Former Member
0 Kudos

Hi Niraja,

I am not sure of a FM to do that. SM37 will always give you that.

Below is a thread which point towards developing a similar kind of report

Regards,

Kinshuk

0 Kudos

table for that is tbtco