Skip to content

ABAP Keyword Documentation →  ABAP - Reference →  Processing External Data →  ABAP Database Accesses 

Object Services

Object Services is an object orientated framework for working with relational databases. Instead of working directly with Open SQL statements, persistent objects are used whose attributes are mapped to database content. In this way the actual database access is encapsulated by the classes and interfaces of Object Services.

Object Services provide the following sevices for handling persistent objects on the database:

Persistente objects are based on persistent classes. The creation of persistent classes is supported in Class Builder by generating an object-relational mapping using the attributes of the class and automatic creation of associated class agents.

Other versions: 7.31 | 7.40 | 7.54

Continue

Persistence Service

transaction service

query service

Exception Classes of Object Services