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: 

Cancel a Job

Former Member
0 Kudos
98

How to cancel an active job without having to stop it with the stop button ? sometimes it does not work ? Do you know why ?

4 REPLIES 4

andreas_mann3
Active Contributor
0 Kudos
54

Hi,

use sm50 - process - cancel without core

A.

Message was edited by: Andreas Mann

Former Member
0 Kudos
54

U can cancel it from SM37 using the STOP button but it will take some time to make the rollback activities. So the job is stoped in SM37 goto SM50 and delete the job.

Regards,

Prakash.

Former Member
0 Kudos
54

Hello,

Delete the job in transaction SM50.

Regs,

Venkat Ramanan N

Former Member
0 Kudos
54

Hi ,

Double click on the active job and click <b>job details</b> button. From here note the application server and process id(PID) for the job.

Now go to transaction SM51 and double click on the application server name . you will get a list of jobs executing on that server. Select the job checkbox and goto menu <b>Process->Cancel without core</b>. Now come back to Sm37 and check , the job will be cancelled.

Sometimes it does not get cancelled or still shows the active status because it does not fully get diconnected from the process id. So you can check the job from SM37 by going to SM37 and goto menu Job-> check active job.it will make corrections to the job.

Hope this helps.