SAP CDS ENTITY EXTEND - Glossary



Get Example source ABAP code based on a different SAP table
  


CDS
VERSION 5 IN

CDS entity extension
A transportable extension of a CDS entity. A CDS entity extension can be used to add elements and/or clauses to a CDS entity without making any modifications to the original entity.
There are currently four different statements that can be used to extend a CDS entity in CDS DDL:
EXTEND VIEW ENTITY: CDS view entity extension for a CDS view entity or a CDS projection view.
EXTEND CUSTOM ENTITY CDS custom entity extension for a CDS custom entity.
EXTEND ABSTRACT ENTITY CDS abstract entity extension for a CDS abstract entity.
EXTEND VIEW CDS view extension for a ABAP_CDS_V1_VIEW .
ABAP_MORE_INFO