AS ABAP Release 758, ©Copyright 2024 SAP SE. All rights reserved.
ABAP - Keyword Documentation → ABAP - ABAP Release News → News for ABAP Release 7.5x → News for ABAP Release 7.53 →
ABAP Dictionary in ABAP Release 7.53
Dependency Rules
In ABAP Dictionary, the Dictionary DDL can be used to define
dependency rules in the SAP HANA database.
A dependency rule makes it possible to derive additional selection conditions from existing conditions when a database table is accessed. In the
data aging concept, for example, dependency rules are used in the
optimization of access to old data.
Pooled Tables and Cluster Tables Obsolete
All support for pooled tables and
cluster tables has been dropped. Any existing pooled tables and cluster tables are transformed to
transparent tables. Any existing
table pools and
table clusters are removed.
All restrictions that applied when accessing pooled tables and cluster tables hence no longer apply.
Expanded Limits
The following limits now apply to the number of fields and the length of the structure of a database table, of a database view, and of a CDS view:
Note: The size limit for structures in ABAP is still checked by ABAP Dictionary.