ABAP Keyword Documentation →  ABAP − Reference →  program editing →  Testing and Checking Programs → 

Checkpoints

Checkpoints define points in a program at which the state of the program can be tested during program execution. Checkpoints are either conditional and unconditional. Conditional checkpoints are defined by assertions, unconditional checkpoints by break points or log points. You can activate and deactivate checkpoints as well as break points from outside the program by assigning them to a checkpoint group using the transaction SAAB.

More information about activatable checkpoints is available in the documentation activatable checkpoints.




Continue
ASSERT
BREAK-POINT
LOG-POINT
Checkpoints and checkpoint groups