Skip to content

ABAP Keyword Documentation →  ABAP − Reference →  Processing External Data →  ABAP Database Access →  Object Services 

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.

Other versions: 7.31 | 7.40 | 7.54

Continue

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

Persistence Service