SAP CDS EXT INCL VIEW - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

extension include view
Expression used in the context of C0 developer extensibility. CDS view entity or ABAP_CDS_V1_VIEW that has exactly one data source defined after FROM, which is a DDIC database table. An extension include view does not define any CDS associations.
In a typical C0 developer extension scenario, not each single CDS entity is defined as released API, only a few dedicated extension points. An extension include view represents a typical extension point that includes additional fields from a database table in the data model via an extension.
More about CDS entity extensions