如何能够快速获得一个用户在SAP ABAPNetweaver系统上设置的所有断点

Use case of the tip

Sometimes when you are debugging for a complicated issue, you set several breakpoints in dev system first. For some reasons you need to repeat the debugging steps in test or production system. In ABAP workbench there is not convenient way to get the list of all breakpoints set for the logon user. Then the following two tips could be used:

方法1

Type /h in command line and just trigger a command ( you can just click back button ) to switch on the debugging mode, then click Break./Watchpoints to get the breakpoints list.

如何能够快速获得一个用户在SAP ABAPNetweaver系统上设置的所有断点

方法2

查询数据库表ABDBG_BPS:

The breakpoint information like line number is stored in database table below:

如何能够快速获得一个用户在SAP ABAPNetweaver系统上设置的所有断点

要获取更多Jerry的原创文章,请关注公众号"汪子熙":
如何能够快速获得一个用户在SAP ABAPNetweaver系统上设置的所有断点