SAP SQL VIEW - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

SQL view
ABAP-managed database object that is generated automatically by the ABAP Dictionary or by ABAP CDS for the following
BEGIN_SECTION VERSION 5 OUT DDIC table views and
END_SECTION VERSION 5 OUT CDS entities:
BEGIN_SECTION VERSION 5 OUT
DDIC database view, the name of the SQL View is the same as the name of the DDIC database view
END_SECTION VERSION 5 OUT
CDS view entity, the name of the SQL View is the same as the name of the CDS view entity
CDS projection view, where the name of the SQL view is the same as the name of the CDS projection view
CDS hierarchy, the name of the SQL View is the same as the name of the CDS hierarchy view
ABAP_CDS_V1_VIEW , the name of the SQL View is the same as the name of the respective ABAP_CDS_MNG_VIEW
Like all ABAP-managed database objects, an SQL view should mainly be accessed with AB_SQL using the names defined in the ABAP Dictionary or in ABAP CDS. For ABAP_CDS_V1_VIEWS , the name of the CDS entity should be used and not the name of the ABAP_CDS_MNG_VIEW . When using AMDP
BEGIN_SECTION VERSION 5 OUT or Native SQL
END_SECTION VERSION 5 OUT , only the technical name of the SQL view can be used.