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: 

[background job] can you trace from finished job to released job?

Former Member
0 Kudos

for example.

I create two job has same name.

Job Name is TEST_01 and Job Count is 1, Period is every minute.

Job Name is TEST_01 and Job Count is 2, Period is 2 minute.

after 10 minute,

TEST_01 has job count 1 status is finished and start new scheduling job has job count 16.

TEST_02 has job count 2 status is finished and start new scheduling job has job count 17.

but they didn't have related each jobs.

I don't have any idea find out new job from orient job.

Anyone has the Idea?

1 ACCEPTED SOLUTION

0 Kudos

For periodic jobs the job properties will be same, for example the job name, job period, steps, etc. This is how you can identify the related jobs. If you brief on the actual requirement I may be able to provide you more specific answer.

Regards

Farzan

3 REPLIES 3

0 Kudos

For periodic jobs the job properties will be same, for example the job name, job period, steps, etc. This is how you can identify the related jobs. If you brief on the actual requirement I may be able to provide you more specific answer.

Regards

Farzan

0 Kudos

Thank you Farzan.

Only different period between two jobs.

the others are same.

I want to identify two jobs. how can I do?

Regards,

John

0 Kudos

Hello John,

Go to transaction SM37C. It is extended job selection transaction. Here we have an option to search by period.

Regards

Farzan