Skip to content

ABAP Keyword Documentation →  ABAP - Short Reference 

BREAK-POINT - Short Reference

Reference

Other versions: 7.31 | 7.40 | 7.54

Syntax


BREAK-POINT [ {ID group} | {log_text} ]. 

Effect

Defines a breakpoint for branching to the ABAP Debugger.

Additions

  • ID group
    Assigns the breakpoint to a checkpoint group group that controls its activation. Without this specification, a breakpoint is always active.
  • log_text
    Specifies a supplementary text for the system log.