ABAP后台作业(background job)的几种状态

简介:

Sent: Thursday, June 7, 2012 4:52 PM

Subject: possible status of your background job

有同事问自己的job 始终是released没有执行的原因。

Job所有可能的状态:

  • Planned - Steps that make up the job have already been defined, but the start condition has not yet been defined. – 我们是schedule 成start immediately,所以我们的job永远不会出现这种状态
  • Released - The job has been fully defined, including a start condition.
  • Ready - The start condition of a released job has been met. A job scheduler has put the job in line to wait for an available background work process.
  • Active - The job is currently running. Active jobs can no longer be modified or deleted.

所有的background job都是由background processor执行的,如果你在SM50里面看到当前没有free的BGP了,那么你的job只能在queue里排队等待。

RZ11里面能看到系统最大background process number:


  • Finished - All steps that make up this job have completed successfully.
  • Canceled - The job has terminated abnormally.

本文来自云栖社区合作伙伴“汪子熙”,了解相关信息可以关注微信公众号"汪子熙"。

相关文章
|
5月前
68 Azkaban Command类型多job工作流flow
68 Azkaban Command类型多job工作流flow
26 0
|
6月前
ABAP 后台作业的一个状态查询工具
ABAP 后台作业的一个状态查询工具
71 0
|
11月前
SAP ABAP 程序调用设置成后台作业模式
ABAP 程序调用设置成后台作业模式
399 0
|
编解码 运维 Shell
ASK 运行Job 任务| 学习笔记
快速学习 ASK 运行Job 任务
115 0
ASK 运行Job 任务| 学习笔记
|
消息中间件 NoSQL Redis
FastAPI(41)- Background Task 后台任务
FastAPI(41)- Background Task 后台任务
765 0
FastAPI(41)- Background Task 后台任务
SAP WM自动创建TO后台作业报错 - Processing Type没有维护 - 之对策
SAP WM自动创建TO后台作业报错 - Processing Type没有维护 - 之对策
SAP WM自动创建TO后台作业报错 - Processing Type没有维护 - 之对策
SAP WM 自动创建TO单的JOB运行报错 - Enter the storage unit type - 对策
SAP WM 自动创建TO单的JOB运行报错 - Enter the storage unit type - 对策
SAP WM 自动创建TO单的JOB运行报错 - Enter the storage unit type - 对策
ABAP后台作业(background job)的几种状态
ABAP后台作业(background job)的几种状态
350 0
ABAP后台作业(background job)的几种状态
如何调试后台作业 - how to debug background job
如何调试后台作业 - how to debug background job
124 0
如何调试后台作业 - how to debug background job
如何修改Fiori launchpad里tile count调用的触发时间间隔
以GM4为例,假设期望将Opportunity count调用间隔从默认的30s一次修改到300s一次:
如何修改Fiori launchpad里tile count调用的触发时间间隔