SAP CHECKPOINTS
Get Example source ABAP code based on a different SAP table
Checkpoints
Checkpoints define points in a program at which the state of the program can be tested during program execution. Checkpoints are either conditional or unconditional. Conditional checkpoints are defined by
BEGIN_SECTION VERSION 5 OUT using the transaction
END_SECTION VERSION 5 OUT .
For more information about activatable checkpoints, see the documentation
ABAP_EXAMPLE_ABEXA
ABAP_EXAMPLE_END