Skip to content

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.

Other versions: 7.31 | 7.40 | 7.54

Continue

ASSERT

BREAK-POINT

LOG-POINT

Checkpoints and checkpoint groups