Skip to content

ABAP Keyword Documentation →  ABAP - Release-Specific Changes →  Changes in Release 7.0 and its EhPs →  Changes in Release 7.0 

Object Services in Release 7.0


1. Loading multiple persistent objects

2. Query service

Other versions: 7.31 | 7.40 | 7.54

Modification 1

Loading Multiple Persistent Objects

From Release 7.0, the interface IF_OS_CA_PERSISTENCY of the persistence service contains the methods GET_PERSISTENT_BY_OID_TAB, GET_PERSISTENT_BY_KEY_TAB, and GET_PERSISTENT_BY_QUERY. This makes it possible to retrieve more than one persistent object at once from the database and to create the appropriate instances in the ABAP program.

Modification 2

Query Service

From Release 7.0, the object services offer a query service to find and load persistent objects from the database.