SAP CDS VIEW - Glossary
Get Example source ABAP code based on a different SAP table
VERSION 5 IN
CDS viewCDS entity> defined in a CDS data definition> that implements a view>. There are three types of CDS views:
ABAP_CDS_V2_VIEW > defined by DEFINE VIEW ENTITY> >
ABAP_CDS_PROJ_VIEW > defined by DEFINE VIEW ENTITY AS PROJECTION>>
ABAP_CDS_V1_VIEW > defined by DEFINE VIEW>>.
Read access on a CDS view is possible using AB_SQL > or from other CDS entities.