Skip to content

ABAP Keyword Documentation →  ABAP - Release-Specific Changes →  Changes in Releases 7.5x →  Changes in Release 7.53 

ABAP CDS in Release 7.53


1. CDS hierarchies


2. New condition IS INITIAL


3. Literals


4. Annotation definitions


5. New scope for annotations


6. Abstract CDS entities


7. Metadata extensions for CDS entities


8. Access control

Other versions: 7.31 | 7.40 | 7.54

Modification 1

CDS Hierarchies

The new statement DEFINE HIERARCHY can be used to create CDS hierarchies that are accessed as hierarchies in ABAP SQL read statements.

Modification 2

New Condition IS INITIAL

The new condition IS INITIAL can be used to check the initial value of operands.

Modification 3

Literals

A literal of a value is now always handled as a field of the type INT8, including in the definition of associations.

Modification 4

Annotation Definitions

In the DDLA source code of a CDS annotation definition delivered by SAP, the new annotation @CompatibilityContract must be used to specify the usability of the annotation in CDS entities, depending on their release contract.

Modification 5

New Scope for Annotations

In a CDS annotation definition, the new enumeration symbol #ENTITY, which defines a scope for entity annotations, can be specified after the annotation @scope. Annotations with this scope can be specified in the definitions of all CDS entities in front of the statement DEFINE.

The ABAP annotations @EndUserText.label and @Metadata.allowExtensions were switched to this scope.

Modification 6

Abstract CDS Entities

An abstract CDS entity defines the type attributes of a CDS entity without creating an instance of a database object. An abstract CDS entity is defined using DEFINE ABSTRACT ENTITY in a CDS data definition.

Modification 7

Metadata Extensions for CDS Entities

The variant ANNOTATE ENTITY was added to the previous statement ANNOTATE VIEW. This makes it possible to define CDS metadata extensions for any CDS entities with the exception of CDS table functions. Metadata extensions of this type can contain entity annotations, parameter annotations, and element annotations.

Modification 8

Access Control

The following enhancements have been implemented in CDS access control: