SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP − Release-Specific Changes → Changes for Release 7.0 →
Object Services to Release 7.00
1. Loading several persistent objects
2. Query service
Loading several persist objects
The interface IF_OS_CA_PERSISTENCY of the
persistence service contains (since
Release 7.0) the methods GET_PERSISTENT_BY_OID_TAB, GET_PERSISTENT_BY_KEY_TAB, and GET_PERSISTENT_BY_QUERY
to be able to retrieve more than one persistent object at once from the database and to create the appropriate runtime objects in the ABAP program.
Query service
Since release 7.0, the object services offer a query service to search and load persistent objects from the database.