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 Class Builder. The mappings are based on existing database tables in the ABAP Dictionary.
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.
Persistence Service Overview
Components of the Persistence Service
Management States in the Persistence Service
Object-Relational Mapping
Inheritance of Persistent Classes
Persistent Object References
Saving Persistent Objects