SAP NEWS-764-ABAP CDS



Get Example source ABAP code based on a different SAP table
  



ABAP_CDS in ABAP Release 7.64
ITOC

ABAP_MODIFICATION_NN Client Handling

The new annotation @ClientHandling specifies the client handling of CDS views and CDS table functions. It replaces the annotation @ClientDependent and makes it obsolete.

ABAP_MODIFICATION_NN Expressions and Functions

The following enhancements have been implemented:
In a CAST expression, operands of the types CLNT, LANG, TIMS, and UNIT can now be cast to the types CHAR and SSTRING. Here, the target type must be specified as a data element.

ABAP_MODIFICATION_NN Session Variables

When a CDS view is accessed using AB_SQL , it is possible to access the new session variable $session.system_date in which the values of the system field sy-datum are available.