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

Cancel process SM50

Former Member
3,350

Hi,

What is the fifference between Process (SM50) '->Cancel with Core' and 'Cancel without core'

Thanks,

"<i>Modesty is a shining light; it prepares the mind to receive knowledge, and the heart for truth</i>." ~ Madam Guizot

Hi,

What is the fifference between Process (SM50) '->Cancel with Core' and 'Cancel without core'

Thanks,

"<i>Modesty is a shining light; it prepares the mind to receive knowledge, and the heart for truth</i>." ~ Madam Guizot

3 REPLIES 3
Read only

Former Member
0 Likes
1,546

Hi,

Process -> Cancel with core

You cancel a work process; a core file is created, which you can view using Transaction ST11 .

Process -> Cancel without core

You cancel a work process, and a core file is not written.

For more information, please check this link.

http://help.sap.com/saphelp_bw30b/helpdata/en/e4/981a013b2511d288d30000e83539c3/content.htm

Regards,

Ferry Lianto

Read only

0 Likes
1,546

Hi,

What would be the best approach to remove the processes. I tried these core and w/o core and 'End session' and 'Program cancel' approaches but the processes are still running.

Thanks,

"<i>Be modest! It is the kind of pride least likely to offend.</i>" ~ Jules Renard

Read only

Former Member
0 Likes
1,546

Hi,

Usually either cancel with/ without core will kill the process/session.

Please try to log off completely and log back in. It should give you a message saying that you are currently logged in, Select the option to continue and END all other sessions.

If these does not work another option could be to do the following.

The report program RSBDCOS0 can be used to execute an OS command on the application server ... and on a windows server the command "taskkill" can be used to kill a process ...

So run report RSBCOS0 and execute the OS command "taskkill /PID <nnn>"

Regards,

Ferry Lianto