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
ABAP_CDS - Abstract Entities A CDS abstract entity is defined in the DDL source code> of a CDS data definition> in the ABAP Development Tools (ADT)> using the statement DEFINE ABSTRACT ENTITY>> in the CDS DDL> of the ABAP Core Data Services (CDS)>. BEGIN_SECTION VERSION 5 OUT DCL source code in a CDS abstract entity can also be displayed in Repository Browser> in ABAP Workbench>. END_SECTION VERSION 5 OUT A CDS abstract entity represents all type properties of a CDS entity>:
Metadata defined using CDS annotations>
A structured type defined using an element list
Optionally a parameter interface defined using input parameters
Any CDS associations>, CDS compositions>, or CDS to-parent associations> exposed in the element list> An instance of a CDS abstract entity is not created as a database object and client handling is not defined. A CDS abstract entity can be used as follows: