如何debug 右键菜单执行逻辑 - Test BSP Application page implementation

简介: Created by Jerry Wang, last modified on Aug 11, 2014

需要在SE80里debug 在右键菜单里选择了Test之后的执行逻辑。

直接在command line里用/h是达不到要求的,因为这样会造成每次点右键时断点就会触发。



注意到Test上的menu是Activate,我们一定能确信在程序处理里,Activate和Test一定是写在不同的分支里的,因此如果找到了处理Activate的地方,则处理activate的上一个callstack里就一定能找到处理Test的分支。

因此在FM RS_WORKING_OBJECT_ACTIVATE里设置断点,先选择Activate,找到callstack:



line 233就是我们所要找的:


目录
相关文章
|
10月前
用IAR打开STM8时,出现“Unable to create configuration 'Debug' using tool chain ‘STM8’
用IAR打开STM8时,出现“Unable to create configuration 'Debug' using tool chain ‘STM8’
230 0
|
1月前
|
数据处理
关于 SAP Dynpro 程序里的 OK_CODE 和 SAVE_OK 这两个全局变量
关于 SAP Dynpro 程序里的 OK_CODE 和 SAVE_OK 这两个全局变量
16 0
关于 SAP Dynpro 程序里的 OK_CODE 和 SAVE_OK 这两个全局变量
|
3月前
报错:Keil5执行文件之后显示Target not created
报错:Keil5执行文件之后显示Target not created
293 0
|
6月前
|
编译器 Go 开发工具
JetBrains GoLand 以debug运行Go程序时出现could not launch process: decoding dwarf section info at offset 0x0: too short报错之保姆级别解决方案
JetBrains GoLand 以debug运行Go程序时出现could not launch process: decoding dwarf section info at offset 0x0: too short报错之保姆级别解决方案
60 0
SAP GUI 遇到 Error in Parser-Thread 错误的解决方法
SAP GUI 遇到 Error in Parser-Thread 错误的解决方法
422 0
SAP GUI 遇到 Error in Parser-Thread 错误的解决方法
SAP QM 执行事务代码QP01,系统报错 -Material type FOOD is not defined for task list type Q-
SAP QM 执行事务代码QP01,系统报错 -Material type FOOD is not defined for task list type Q-
SAP QM 执行事务代码QP01,系统报错 -Material type FOOD is not defined for task list type Q-
|
Web App开发
使用application log 分析navigation target解析错误
使用application log 分析navigation target解析错误
使用application log 分析navigation target解析错误
SAP UI5应用的一个调试参数 - sap-ds-debug=true
SAP UI5应用的一个调试参数 - sap-ds-debug=true
SAP UI5应用的一个调试参数 - sap-ds-debug=true
使用application log分析Fiori navigation target解析错误
当点击tile时遇到error message “Cannot open application”, F12里能找出详细的error log number:
使用application log分析Fiori navigation target解析错误
在S4 key user tool里创建Custom Logic的后台实现
在S4 key user tool里创建Custom Logic的后台实现
在S4 key user tool里创建Custom Logic的后台实现