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

Regarding Background Job Abort using

Former Member
0 Likes
2,054

Hi ,

I am using FM BP_JOB_ABORT to abort background jobs through program,but it taking longtime to cancel background jobs in SM37 after exectuing FM BP_JOB_ABORT in program..

will i have to write any statement in program after this FM BP_JOB_ABORT to cancel the background job immediately through program..

Awaiting for valuable suggestion..

Regards

Anil

1 ACCEPTED SOLUTION
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
1,571

I prefer RSBTCDEL.

RSBTCDEL2 -> newer version of above program.

Hi ,

I am using FM BP_JOB_ABORT to abort background jobs through program,but it taking longtime to cancel background jobs in SM37 after exectuing FM BP_JOB_ABORT in program..

will i have to write any statement in program after this FM BP_JOB_ABORT to cancel the background job immediately through program..

Awaiting for valuable suggestion..

Regards

Anil

5 REPLIES 5
Read only

Former Member
0 Likes
1,571

You can cancel jobs/processes in Tcode SM50.

Step1. Select the jobs with Background and with your user ids.

Step2. Goto Menupath: Process -> Cancel

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
1,572

I prefer RSBTCDEL.

RSBTCDEL2 -> newer version of above program.

Read only

0 Likes
1,571

Hi,

I looking for FM to cancel background jobs quikly through program..

Regards

Anil

Read only

0 Likes
1,571

You can use a submit statement to the programs mentioned.

Read only

Former Member
0 Likes
1,571

Used the same FM JOB_ABORT