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

Background Job

Former Member
0 Likes
859

Hi All,

I have scheduled some of the jobs in background.

Among those which completes the jobs at last will produce the output list for my report.

My problem is how to delete all the jobs except the one which given the output to me.

And another is it possible to rename the background job name give.

eq:- I schduled jobs as

JOB1

JOB2

JOB3

JOB4.

think it compeltes all the jobs as JOB3, JOB2 , JOB4 and JOB1 at the last.

I have to delete JOB3, JOB2 and JOB4.

then rename JOB1 as JOB which contains the report output.

Hi All,

I have scheduled some of the jobs in background.

Among those which completes the jobs at last will produce the output list for my report.

My problem is how to delete all the jobs except the one which given the output to me.

And another is it possible to rename the background job name give.

eq:- I schduled jobs as

JOB1

JOB2

JOB3

JOB4.

think it compeltes all the jobs as JOB3, JOB2 , JOB4 and JOB1 at the last.

I have to delete JOB3, JOB2 and JOB4.

then rename JOB1 as JOB which contains the report output.

2 REPLIES 2
Read only

GauthamV
Active Contributor
0 Likes
412

hi,

use TBTCP,TBTCO tables and SM37 transaction to identify

the jobs with their status and can rename from SM36 transaction.

Read only

Former Member
0 Likes
412

Hi,

Go to SM37 select the job and delete it. And then reschedule the new job with new job name using SM36.

Edited by: avinash kodarapu on Dec 6, 2008 3:47 PM