ABAP Keyword Documentation → ABAP - Release-Specific Changes → Changes in Releases 7.5x → Changes in Release 7.54
ABAP CDS in Release 7.54
1. Temporal hierarchies
2. Annotation for database hints
3. Annotations for releasing elements
4. CAST matrix revised
Other versions:
7.31 | 7.40 | 7.54
Modification 1
Temporal Hierarchies
The new addition PERIOD of the statement DEFINE HIERARCHY can now be used to create temporal hierarchies in which the hierarchy nodes are limited by time intervals.
Modification 2
Annotation for Database Hints
The framework-specific annotation @Consumption.dbHints replaces the ABAP annotation @AbapCatalog.dbHints and makes it obsolete. The ABAP annotation is evaluated by frameworks such as SADL and not by the ABAP runtime environment.
Modification 3
Annotations for Releasing Elements
The new element annotations
can be used to override releases of the individual elements and successors can be specified for forbidden elements.
Modification 4
CAST Matrix Revised
The matrix of types that can be converted to each other using a CAST
expression was revised In particular, the
new data types in ABAP Dictionary are respected. The
new types DECFLOAT16 and DECFLOAT34 can also be specified after the addition AS
of the aggregate function AVG
.