SAP ABAP MANAGED DB OBJECTS



Warning: file_get_contents(/customers/9/5/e/s4hd.com/httpd.www/global/php/adxcode.txt): Failed to open stream: No such file or directory in /customers/9/5/e/s4hd.com/httpd.www/global/php/helpers.php on line 89

Get Example source ABAP code based on a different SAP table
  

Warning: Undefined variable $prev in /customers/9/5/e/s4hd.com/httpd.www/sap/help/index.php on line 55
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