SAP NEWS-783-ABAP CDS



Get Example source ABAP code based on a different SAP table
  



ABAP_CDS in ABAP Release 7.83
ITOC

ABAP_MODIFICATION_NN CDS View Entity, UNION Clause

UNION clauses are now supported in CDS view entities. There are a few differences to UNION clauses in CDS DDIC-based views. The most important difference is that branches of union clauses can be nested within each other in CDS view entities.

ABAP_MODIFICATION_NN CDS View Entity, DISTINCT

The addition DISTINCT is now available for SELECT statements in CDS view entities.

ABAP_MODIFICATION_NN CDS View Entity, New Conversion Functions

Two new conversion functions are available in CDS view entities:
GET_NUMERIC_VALUE
CURR_TO_DECFLOAT_AMOUNT

ABAP_MODIFICATION_NN CDS View Entity, Typed Literals

Typed literals are now available for CDS view entities. Typed literals allow an explicit type declaration and they are available for many built-in ABAP Dictionary data types.

ABAP_MODIFICATION_NN CDS Projection View, PROVIDER CONTRACT

It is now possible to specify a provider contract for CDS projection views using the keyword PROVIDER CONTRACT. The provider contract specifies in which scenario a CDS projection view is used, and the scenario in turn determines in which runtime the view is executed and which features are available.
In this release, there is only one provider contract option available: TRANSACTIONAL_QUERY.