SAP ABAP MANAGED DB OBJECTS



Get Example source ABAP code based on a different SAP table
  


VERSION 5 OUT

ABAP-Managed Database Objects
By default, an AS ABAP operates with data stored in the ABAP database schema in its standard database. The schema can be accessed using a standard connection. The database objects used to store and access AS ABAP data in ABAP programs, that is, DDIC database tables, DDIC database views and stored procedures, are AS ABAP-managed objects. The database objects are not created and maintained as native objects in the development environment of the database platform itself. Instead, they are created and maintained using the associated AS ABAP tools and frameworks, such as the ABAP Dictionary, ABAP CDS, and AMDP.
Overview of ABAP-Managed Database Objects
Access to ABAP-Managed Database Objects
Rules for Accessing ABAP-Managed Database Objects