ABAP Keyword Documentation → ABAP - Quick Reference
LOG-POINT - Quick reference
Other versions: 7.31 | 7.40 | 7.54
Syntax
LOG-POINT ID group
[SUBKEY sub]
[FIELDS val1 val2 ...].
Effect
Defines a logpoint to write a log entry.
Additions
-
ID group
Assigns the logpoint to a checkpoint groupgroup
, which controls its activation. -
SUBKEY sub
Controls the summarization of the log using a subkeysub
. -
FIELDS val1 val2 ...
Writes the valuesval1
,val2
, ... to the log.