How to kill process in SAP ?

Posted tingxin

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了How to kill process in SAP ?相关的知识,希望对你有一定的参考价值。

方法1

> SM50

-> flag the process you want to kill

-> go to PROCESS --> Cancel WITHOUT core

方法2

-->su – <SID>adm

-->   dpmon pf=<profilename>

-->m

-->p/L

-->k

-->work precess number

-->yes

方法3

    kill -9 PID

 

方法4 ??

SE38:RSBDCOS0, 点击执行,输入完整的命令: 比如: taskkill /pid XXX1 /F , 回车,执行完成。

 

以上是关于How to kill process in SAP ?的主要内容,如果未能解决你的问题,请参考以下文章