SAP NetWeaver AS ABAP Release 750, ©Copyright 2016 SAP AG. All rights reserved.
ABAP - Keyword Documentation → ABAP - Dictionary →ABAP CDS in ABAP Dictionary
The ABAP Core Data Services (ABAP CDS) are the implementation of the general CDS concept for AS ABAP. ABAP CDS makes it possible to define semantic data models on the central database of the application server. On AS ABAP, these models can be defined independently of the database system. The entities of these models provide enhanced access functions when compared with existing database tables and views defined in ABAP Dictionary, making it possible to optimize Open SQL-based applications. This is particularly clear when an AS ABAP uses a SAP HANA database, since its in-memory characteristics can be implemented in an optimum manner.
The data models are defined in the form of CDS objects using the data definition language (DDL) and data control language (DCL) provided by ABAP CDS in the ABAP CDS syntax in CDS source code. The CDS objects defined with these languages are integrated into ABAP Dictionary and managed here. Currently, the following CDS objects can be defined here:
Notes