SAP CHECKPOINTS

Get Example source ABAP code based on a different SAP table
  


ARTICLE

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.
ASSERT
BREAK-POINT
LOG-POINT
More information about activatable checkpoints is available in the documentation activatable checkpoints.