SAP NEWS-787-ABAP CDS



Get Example source ABAP code based on a different SAP table
  



ABAP_CDS in ABAP Release 7.87
ITOC

ABAP_MODIFICATION_NN Comparisons with CDS Amount Fields and CDS Quantity Fields

Special handling for CDS amount fields and CDS quantity fields for comparisons in CDS view entities has been implemented.

ABAP_MODIFICATION_NN CDS View Entity, Extended Cast Matrix

New casting options have been added in CDS view entities.
Casting from data type SSTRING into data types DEC, CURR, QUAN, INT1, INT2, INT4, INT8, DECFLOAT16, and DECFLOAT34 is now possible.
Casting from data type CHAR into data types DEC, CURR , QUAN, INT1, INT2, INT4, INT8, DECFLOAT16, and DECFLOAT34 is now possible.
Casting from data type DATS into data types DEC, CURR , QUAN, INT1, INT2, INT4, INT8, DECFLOAT16, and DECFLOAT34 is now possible.
Casting from data type TIMS into data types DEC, CURR , QUAN, INT1, INT2, INT4, INT8, DECFLOAT16, and DECFLOAT34 is now possible.
Casting from data types DECFLOAT16 and DECFLOAT34 into data type CHAR is now possible.

ABAP_MODIFICATION_NN CDS View Entity, Table Buffering

Table buffering can be defined for CDS view entities now:
Table buffering can be enabled and disabled with the annotation @AbapCatalog.entityBuffer.definitionAllowed: true|false
The buffering type can be specified with a CDS entity buffer defined by DEFINE VIW ENTITY BUFFER ON cds_view_entity ...
Table buffering can be defined differently for the layers core, localization, industry, partner and customer.