SAP OS TRANSACTION CHECK
Get Example source ABAP code based on a different SAP table
ABAP_OS - Check Agents
A checking agent makes it possible to check the consistency of a persistent object that is to be stored prior to the update. It is a class that implements the interface
In the simplest case, the interface is implemented in the persistent class itself since all the attributes are known there and can be checked. If an inconsistency is detected, the system tries to repair it or sets the output value to
The method