SAP BREAK-POINT - Reference ABAP Statements



Get Example source ABAP code based on a different SAP table
  


Standard SAP Help for BREAK-POINT

BREAK-POINT

ABAP Reference
ABAP Code Snippet


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

ABAP Code Snippet

What does it do? Defines a breakpoint for branching to the ABAP Debugger.

ABAP Addition 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.

Return to menu