ABAP工作流(workflow)的调试方式

简介: ABAP工作流(workflow)的调试方式

There are several posts in SCN talking about workflow debugging. Most of them are manually generating an endless loop and then can launch debugger in SM50. However, if you try to debug standard workflow, you are not allowed to manual inject any endless loop in standard code. If the original developer is not so kind to leave any switchable endless loop in standard code, you have to go another way.


In this example a common debugging approach is demonstrated:


Document builder is an application provided by SAP which can allow you to generate output file with format PDF, DOCX and HTML from various input with format DOCX, HTML and TXT. The workflow is also supported. When a document is generated and released, one work flow item will be sent to the respective approver.


However during my testing, I meet with error message “Workflow without approver”, although I have maintained the approver in customizing correctly.


So I guess there must be something wrong during the agent determination of workflow runtime. In order to find the root cause I have to debug it.

image.pngimage.pngimage.pngimage.pngimage.pngimage.pngimage.pngimage.png

目录
相关文章
|
3月前
|
监控
介绍一种不使用 SM50 来调试 ABAP workflow 的方法
介绍一种不使用 SM50 来调试 ABAP workflow 的方法
27 0
|
3月前
|
监控
什么是 SAP ABAP workflow
什么是 SAP ABAP workflow
24 0
|
8月前
|
Java BI 数据库
使用 SAP UI5 ABAP Repository 部署本地 SAP UI5 应用到 ABAP 服务器的单步调试
使用 SAP UI5 ABAP Repository 部署本地 SAP UI5 应用到 ABAP 服务器的单步调试
60 1
|
8月前
如何开启 ABAP Update function module 和系统程序的调试功能
如何开启 ABAP Update function module 和系统程序的调试功能
29 0
|
8月前
|
数据库
SAP Restful ABAP Programming 编程模型的 Action 实现和云端调试介绍
SAP Restful ABAP Programming 编程模型的 Action 实现和云端调试介绍
58 0
SAP ABAP 服务器上OData Gateway 框架代码的单步调试
Created by Wang, Jerry, last modified on Jan 17, 2015
97 0
SAP ABAP 服务器上OData Gateway 框架代码的单步调试
从 SAP WebIDE 往 ABAP 服务器上部署 SAP UI5 应用的一些后台执行逻辑的单步调试
从 SAP WebIDE 往 ABAP 服务器上部署 SAP UI5 应用的一些后台执行逻辑的单步调试
从 SAP WebIDE 往 ABAP 服务器上部署 SAP UI5 应用的一些后台执行逻辑的单步调试
ABAP程序里设置外部断点,调试时断点怎么也触发不了,该怎么办
ABAP程序里设置外部断点,调试时断点怎么也触发不了,该怎么办
343 0
ABAP程序里设置外部断点,调试时断点怎么也触发不了,该怎么办
关于在ABAP调试器里调试即时加载最新ABAP代码的问题
关于在ABAP调试器里调试即时加载最新ABAP代码的问题
94 0

热门文章

最新文章