SAP BREAKPOINT - Glossary

Get Example source ABAP code based on a different SAP table
  


ARTICLE

Breakpoint
Breakpoint in an ABAP program. When it is reached, the dialog processing branches to the ABAP Debugger. Breakpoints with a limited lifespan that are valid for the current user can be set interactively in the ABAP Editor or the ABAP Debugger. With the statement BREAK-POINT, a breakpoint can be created as an unconditional checkpoint with an unlimited lifespan which is either always active or activatable by assigning it to a checkpoint group.