Skip to content

ABAP Keyword Documentation →  ABAP - Quick Reference 

LOG-POINT - Quick 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 using a subkey sub.
  • FIELDS val1 val2 ...
    Writes the values val1, val2, ... to the log.