cancel
Showing results for 
Search instead for 
Did you mean: 

Background Job Issue

Former Member
0 Kudos

Dears,

In my SAP system one job is running from a long time and i want to cancel it.

For it when i tried to cancel from SM37 by cancel active job option its not getting canceled , I also terminated the Work Process but still its showing running.

Please suggest how can it be canceled.

Shivam

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

two things to try:

  • In SM37, click Job -> Check status

  • Check if work process still is running at operating system level. You may have to kill it using OS tools like 'kill -9' in Unix.

hope this helps

Answers (3)

Answers (3)

Former Member
0 Kudos

HI,

You go to sm37,select that background job and than click on stop.After stopping only you try to terminate the work process.

Regards

Aditya

Former Member
0 Kudos

hi,

IN sm37

double click on job

click on job detail.

get the WP number/PID ---> 0 / 1,512

1512 is process ID

go to sm 66

find PID 1512

click on process. EDIT->PROCESS-> CANCEL --->Without core.

or

select the PID

in windows end the task from task manager for that process ID

in unix

kill -9 PID

-Gokul

Former Member
0 Kudos

Shiam

What is your OS?

Thanks & Regards

Babu

Former Member
0 Kudos

Hello Shivam,

Go to OS level and call dpmon and try killing the corresponding work process on which Background Job is running.. If that does not work.. there is one more option .. in dpmon.. i think terminating or ending work process.. try that option and it should work.. It worked for me earlier.

Regards,

Ershad Ahmed