Ansicht
Dokumentation

ABENCDS_ENTITIES - CDS ENTITIES

ABENCDS_ENTITIES - CDS ENTITIES

Fill RESBD Structure from EBP Component Structure   BAL_S_LOG - Application Log: Log header data  
This documentation is copyright by SAP AG.
SAP E-Book

- Data Definitions

CDS data definitions are written in the CDS data definition language (CDS DDL) of ABAP CDS. CDS data definitions can be used to define or enhance the following CDS entities or CDS DDIC-based entities:

A CDS entity is a structured object in ABAP CDS. When DDL source code with a CDS data definition is activated, the CDS entity is created in form of a metadata representation in system tables. The CDS entities themselves are not transported. Instead they are created after the transport of a DDL source code when this code is activated in the target system. Each CDS entity is defined in a separate piece of DDL source code in the ABAP Development Tools (ADT). In the development tools, CDS entities are only visible as CDS definitions in their DDL source code. The ABAP runtime framework and other frameworks access the internal metadata of CDS entities. For example, the ABAP runtime framework recognizes a CDS entity as a global type or as a potential data source of statements. The name of a CDS must be unique accordingly.

A CDS entity represents the following type properties (or signature) as a global data type:

  • A structured type defined using an element list
  • Optional parameter interface defined using input parameters

In ABAP CDS, non-SQL CDS entities can be used as a data source in other CDS entities. In ABAP, a CDS entity can be specified after the TYPE addition to reference its structure type and its components in ABAP programs. The components of the structured type are, as usual, specified using the structure component selector cds_entity-comp. The attributes of the structured type can be evaluated using RTTI. Non-SQL CDS entities can be accessed in read statements or AMDP but not in Native SQL.

A CDS entity cannot be used as a data type in ABAP Dictionary. It cannot, for example, be used as a type of a substructure, as an include structure, or as the row type of a table type.

The following sections describe the possible CDS entities and the associated DDL statements:

A further section describes the problems that can arise due to cyclical dependencies between CDS entities.

Notes

  • CDS entities are in the namespace of all global types of an AS ABAP.
  • If a CDS role is defined for a non-SQL CDS entity using the CDS DCL statement DEFINE ROLE, implicit access control is applied when the CDS entity is accessed in . Only that data can be accessed that meets the access conditions. Access control can be switched off using the value #NOT_ALLOWED for the annotation @AccessControl.authorizationCheck and using the addition WITH PRIVILEGED ACCESS in the FROM clause of an query
  • Once a piece of DDL source code has been activated, its name or names is/are stable and cannot be modified. Moreover, a CDS entity cannot be transformed into a different category of CDS entity after activation.
The same applies to the DDL source code of a CDS view extension (and, if available, its DDIC append view).
  • A structure type defined using a CDS entity exists alongside the DDIC structures in ABAP Dictionary.





General Data in Customer Master   Addresses (Business Address Services)  
This documentation is copyright by SAP AG.

Length: 9659 Date: 20240426 Time: 162048     sap01-206 ( 115 ms )