Get Example source ABAP code based on a different SAP table
ABAP_CDS in ABAP Release 7.65 ITOC
ABAP_MODIFICATION_NN Metadata Extensions>
Metadata extensions> are new CDS objects> that allow CDS annotations> for a CDS entity> to be created and transported separately from their DDL source code >. Metadata extensions are included> by default in the evaluation of annotations> with the class CL_DD_DDL_ANNOTATION_SERVICE>>. Metadata extensions are created using the DDL statement ANNOTATE VIEW>>. Each metadata extension is linked to a layer, such as a branch, customer, or partner, which determines the priority.
ABAP_MODIFICATION_NN Annotations>
For each element annotation> that is not part of an annotation array>, the special value null>> can be specified (without quotation marks). This means that the annotations are ignored in the evaluation> with class CL_DD_DDL_ANNOTATION_SERVICE>> by default.
ABAP_MODIFICATION_NN Cross Join>
As well as an inner and outer join, it is now possible to use a cross join> in a SELECT> statement>.