Skip to content

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

Object Services

Object Services is an object-oriented framework for working with relational databases. Instead of working directly with ABAP 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 services for handling persistent objects on the database:

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