Skip to content

ABAP Keyword Documentation →  ABAP - Short Reference 

LOG-POINT - Short Reference

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 group group, which controls its activation.
  • SUBKEY sub
    Controls the summarization of the log via sub-key sub.
  • FIELDS val1 val2 ...
    Writes the content of the data objects val1, val2, ... into the log.