Skip to main content

SAP: Using BREAK-POINT ID

Submitted by Stefan Barsuhn on

I sometimes come across standard code that looks like it may make my life easier, but I'm not sure how.

BREAK-POINT ID <...> is a statement like that:

image 18

I found this blog a bit confusing as it only covers creating your own breakpoint IDs. Indeed, if you come across a statement like the BOL_MODIFY_WATCH breakpoint ID above, the process is very straightforward:

  1. Launch transaction SAAB
  2. Enter the required breakpoint ID (here: BOL_MODIFY_WATCH)
  3. Click Activate
    image 19
  4. Make the required settings - here: breakpoints active
    image 20
  5. Save

Result, the breakpoints will only be active for your user and before saving the system asks you how long they should remain active.

Tags