ABAP Keyword Documentation → ABAP Glossary
logpoint
Logpoint in an ABAP program. A logpoint is defined statically as an unconditional
checkpoint using the statement LOG-POINT
or dynamically in
transaction SDLP or in the
ABAP Development Tools (ADT). When an active logpoint is reached, a log entry is created. A static logpoint must be assigned to a
checkpoint group when it is defined. This group controls its
activation.