SAP NEWS-782-ABAP CDS



Get Example source ABAP code based on a different SAP table
  



ABAP_CDS in ABAP Release 7.82
ITOC

ABAP_MODIFICATION_NN CDS Hierarchy, Caching Policy

A hierarchy definition DEFINE HIERARCHY can now use the new addition CACHE ON$|OFF$|FORCE to specify the caching policy for a generated hierarchy.

ABAP_MODIFICATION_NN CDS Projection View, REDEFINE ASSOCIATION

In CDS projection views, it is now possible to redefine the CDS associations from the projected entity in the header part. This is done using the keyword REDEFINE ASSOCIATION. Redefinition can include a new filter, alias name, and redirection to a new association target, which must also be a CDS projection view, thus moving the complete data model to the projection layer.

ABAP_MODIFICATION_NN ABAP Program for Migration Analysis

The following documented ABAP program is now available for evaluating whether a migration from a ABAP_CDS_V1_VIEW to a CDS view entity is possible:
RUTDDLS_MIGRATION_CANDIDATES.