Get Example source ABAP code based on a different SAP table
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: