SAP NEWS-776-ABAP CDS



Get Example source ABAP code based on a different SAP table
  



ABAP_CDS in ABAP Release 7.76
ITOC

ABAP_MODIFICATION_NN 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 framework.

ABAP_MODIFICATION_NN Annotations for Releasing Elements

The new element annotations
@API.element.releaseState
@API.element.successor
can be used to override releases of the individual elements and successors can be specified for forbidden elements.

ABAP_MODIFICATION_NN CDS Projection Views

A new type of CDS entity is available: the CDS projection view. A CDS projection view is a direct projection of the underlying CDS view and exposes only a subset of elements of the projected entity. A CDS projection view is defined using DEFINE VIEW ENTITY AS PROJECTION ON in a CDS data definition.