ABAP Keyword Documentation → ABAP - Short Reference
LOG-POINT - Short 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 via sub-keysub
. -
FIELDS val1 val2 ...
Writes the content of the data objectsval1
,val2
, ... into the log.