SAP BREAKPOINT - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

breakpoint
Stopping point in an ABAP program
BEGIN_SECTION VERSION 5 OUT that when it is reached in dialog processing, is branched into the ABAP Debugger. Breakpoints with a limited lifespan and a validity related to the current ABAP user can be set interactively in the ABAP Editor or ABAP Debugger. The statement BREAK-POINT can be used to create a breakpoint as an unconditional checkpoint with an unlimited lifespan, which is either always active or can be activated by assignment to a checkpoint group.
END_SECTION VERSION 5 OUT .