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

Enhancing SM37

former_member212854
Participant
0 Likes
468

Hi,

I have few background jobs which run every 3 hours. I need to capture the statistics of only these jobs and append them in a custom table so that I have multiple years of statistics to help track performance over time.

Any suggestions ?

regards,

Ashwin.

Hi,

I have few background jobs which run every 3 hours. I need to capture the statistics of only these jobs and append them in a custom table so that I have multiple years of statistics to help track performance over time.

Any suggestions ?

regards,

Ashwin.

1 REPLY 1
Read only

Former Member
0 Likes
427

Hi,

You can create a weekly or Monthly job for adding this details to a custom table.

Do a select on TBTCO table and select all the required field by the jobname.

Also, check out FM BP_FIND_JOBS_WITH_PROGRAM.

Thanks,

Shambu