SAP ABAP OBJECT SERVICES PERSIST
Get Example source ABAP code based on a different SAP table
ABAP_OS - Persistence Service
The persistence service manages objects from persistent classes. Persistent classes are created by object-relational mappings in the
The attributes of these persistent objects can be stored persistently in the associated database table. Administration takes place using the class (class agent) generated for every persistent class and various interfaces implemented by the persistent class and its class agent. The persistent class and the class agent contain predefined generated components and can both be enhanced. The class agent is the class-specific part of the persistence service. The interfaces of the persistence service, on the other hand, are the same for all persistent classes.