SAP ABAP OBJECT SERVICES PERSIST

Get Example source ABAP code based on a different SAP table
  


ARTICLE

Persistence Service
The persistence service manages objects from persistent classes. Persistent classes are created by object-relational mappings in Class Builder. The mappings are based on existing database tables in ABAP Dictionary.
The attributes of these persistent objects can be saved persistently in the associated database table. Administration is made possible 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