SAP LOGPOINT - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

logpoint
In an ABAP program, a logpoint is defined statically as an unconditional checkpoint using the statement LOG-POINT, or dynamically in
BEGIN_SECTION VERSION 5 OUT transaction SDLP or in
END_SECTION VERSION 5 OUT 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 created. This group controls its activation.