Get Example source ABAP code based on a different SAP table
ABAP_CDS - View Entities A CDS view entity> is a CDS entity> defined using the statement DEFINE VIEW ENTITY> > in the CDS DDL> of ABAP Core Data Services (CDS). A CDS view entity can be used to select fields from one or more data sources (database tables or other CDS entities). Additional semantic properties can be added by using annotations. CDS view entities are the successor of ABAP_CDS_V1_VIEWS >. They have the same structure and serve the same purpose as ABAP_CDS_V1_VIEWS >. Generally spoken, they represent an improved version of classic> ABAP_CDS_V1_VIEWS >. When a CDS view entity> is activated, a repository object is created. This repository object can be accessed using the name of the CDS view entity. As a global data type, each CDS view entity represents a structured type with the elements of the CDS view entity> as components and can be used like any CDS entity>: