Skip to content

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

ABAP-Managed Database Objects

By default, an AS ABAP operates with data saved in the ABAP database schema in its standard database. The schema can be accessed using a standard connection. The database objects used to save and access AS ABAP data in ABAP programs, such as database tables, database views, and stored procedures, are AS ABAP-managed objects. The associated AS ABAP tools and frameworks, such as ABAP Dictionary, ABAP CDS, and AMDP, are used to create and edit the database objects and they are not created as native objects in the development environment of the database platform.

Other versions: 7.31 | 7.40 | 7.54

Continue

Overview of ABAP-Managed Database Objects

Access to ABAP-Managed Database Objects

Rules for Accessing ABAP-Managed Database Objects