Get Example source ABAP code based on a different SAP table
ABAP_CDS in ABAP Release 7.74 ITOC
ABAP_MODIFICATION_NN Hierarchy Load Options>
The hierarchy generator> DEFINE HIERARCHY>> can now use the new addition LOAD BULK$|INCREMENTAL$|load_option> to specify the load policy for a generated hierarchy.
ABAP_MODIFICATION_NN Handling of Annotation Values>
A change in the handling of annotation values> has been introduced with the following consequences:
Annotations that require an enumeration symbol> as annotation value no longer accept string values. They only accept enumeration symbols. Example: Until release 7.74, the following was accepted: @AccessControl.authorizationCheck: '#CHECK'>. From release 7.74, this is no longer accepted. The quotation marks must be removed.
If #> is the first or the only character of EndUserText.label > or EndUserText.quickInfo>, then it is not removed from the unescaped value any more. These changes are slightly incompatible.