`
jgtang82
  • 浏览: 396309 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论

How to cancel active job, del/change schedule job

    博客分类:
  • ABAP
Go 
阅读更多

if the job is active and you want to cancel it, run t-code SM37, go to job and select the menu item cancel active job.

Alternatively way:

1) Double click on the job and go to Job details button on application Tool bar. This will display the process id and the application server name.

2) Go to transaction SM51 and double click on the application server name and select the process id. Goto menu process -> cancel with core.

 

If you want to stop the released job from executing then select the job and press released -> scheduled.

Another way is to schedule another job to cancel/delete/stop specific job

 

FG: BTCH

FMs:BP_JOB_SELECT, BP_JOB_ABORT, BP_JOB_RELEASE

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics