ABAP Keyword Documentation → ABAP Glossary
checkpoint
Umbrella term for assertions,
breakpoints, or
logpoints. The statements
ASSERT
,
BREAK-POINT
, and LOG-POINT
for defining checkpoints are not operative but equip the program for test purposes. Inactive checkpoints are ignored when the program is executed.