SAP NEWS-793-ABAP CDS



Get Example source ABAP code based on a different SAP table
  



ABAP_CDS in ABAP Release 7.93
ITOC

ABAP_MODIFICATION_NN CDS Scalar Functions

The new CDS entity is available: the CDS scalar function. It is defined using the CDS DDL statement DEFINE SCALAR FUNCTION. A CDS scalar function is linked with an AMDP function in which it is implemented using SQLScript.
As of this release, scalar functions are available for two different runtimes:
The HANA SQL runtime. SQL-based scalar functions can be created internally at SAP and externally by customers and partners.
The ABAP Analytical Engine. Analytical scalar functions can be created internally at SAP only. They are delivered to customers.

ABAP_MODIFICATION_NN Extension of the CAST Matrix

The matrix of types that can be converted to each other using CAST has been enhanced for ABAP_CDS_V1_VIEWS and for ABAP_CDS_V2_VIEWS . Data types DECFLOAT16 and DECFLOAT34 can now be cast into data type CURR .
See topic TITLE and
topic TITLE