cancel
Showing results for 
Search instead for 
Did you mean: 

一些debug的基本知识(1)

Former Member
0 Kudos

Insert /h in the OKCODE field and the debugger will start after next hit of the ENTER key

Insert /hs in the OKCODE field and system debugging will start after next hit of the ENTER key

Via the menu option UTILITIES>BREAKPOINTS in SE38, SE80

Via SM50 (to debug a batch job)

Via SE37 to debug function modules or BAPIs

(Button u201ASingle Testu2018)

-


how to debug a popup

Generate a shortcut on desktop

Select u201ASystem Commandu2018

Insert the debug command

/h or /hs

Drag the shortcut directly on the screen where you want to start debugging. This technique

is really helpful to start debugging on a popup, because you canu2018t access the ok-field.

-


<Function keys>

F5 - Sigle step

F6 - Execute

F7 - Return

F8 - Continue

-


<Tab>

Table - Display internal table

Breakpoints - Overview of breakpoints

Watchpoints - Overview of watchpoints

Calls - Active call stack

You can also goto the current cursor position by clicking button [Display current statement]

-


Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

原来楼主也是来骗分的

Former Member
0 Kudos

唉!还以为是中文的.

Former Member
0 Kudos

不错,支持

Former Member
0 Kudos

不是中文的论坛吗?写什么英文,还说这么简单的问题。有意思吗?

Former Member
0 Kudos

我觉得有必要解释一下,楼主说的太笼统

当我们用/HS进入的时候,系统调试是打开的,对于一些in new task的程序可以调试,而/H是不可以的

请各位专家再补充

Former Member
0 Kudos

比较简单的是

1、输入tcode 到界面

2、系统\实用程序\调试屏幕(ABAP)

3、开始具体信息处理

4、每个回车、按钮都会触发跟踪