SAP ABAP MANAGED DB OBJECTS ACCESS



Get Example source ABAP code based on a different SAP table
  



Access to ABAP-Managed Database Objects
ABAP-managed database objects can be accessed as follows:
AB-SQL Access to ABAP managed Database Objects
AMDP access to ABAP managed Database Objects
Native SQL access to ABAP managed Database Objects
These access methods each have their own properties and restrictions, which are described in the corresponding sections. The following table summarizes the most important aspects supported by each access method: -Dependency Rules Respected Data Aging RespectedMapping Between ABAP Types and Database Types, lbrExistence of the Database Objects, lbrABAP-Specific Environment Information, lbrWhere-Used List ABAP-Managed Database ConnectionsField Order, lbr DDL Forbidden Client Handling, lbr Table Buffering, lbr Table Logging, ..., lbrCDS Entities
AB_SQL YesYesYesYes YesYes
AMDPYesYesYesRestricted YesNo
ABAP-Managed Native SQLYes YesRestrictedYesNoNo
Non-ABAP-Managed Native SQL YesNoNoNoNoNo



Latest notes:

These access methods can be used separately from each other, but there are some mutual dependencies. One example are AS ABAP database connections and their transaction contexts, which are shared by AB_SQL , Native SQL, and AMDP.
ABAP_HINT_END