SM36定义SAP后台JOB,SM37可以查看该JOB的运行状态,标准SM37中其实有停止正在运行job的按钮,但是很多情况下,都不起作用。
没办法只能来狠的了:终结job进程。
第一步:SM50,
先找到Ty.列为BGD的(Background),然后再找到你刚运行的那个后台Job的行,选中;然后在菜单点击:Process---Cancel with core. 即可。
第二步:SM37查看Background Job,应该为“取消”状态。
SM50菜单中Cancel With Core与Cancel Without Core的区别:
Cancel with Core
Cancels the work process. A core file is created, which you can view in transaction ST11.
cancel with core = LOG FILES are created and the job is killed
Cancel Without Core
Cancels a work process, and a core file is not written.
Cancel without core = NO LOG FILES are created and the job is killed.