Get Example source ABAP code based on a different SAP table
ABAP_CDS in ABAP Release 7.72 ITOC
ABAP_MODIFICATION_NN Literals>
A numeric literal> whose value is outside the value range of INT4> but within the value range of INT8> is now handled like a field of type INT8> everywhere, including the definition of CDS associations.
ABAP_MODIFICATION_NN Annotation Definitions>
In the DDLA> source code> of a CDS annotation definition> delivered by SAP, the new annotation @CompatibilityContract>> must be used to specify the usability of the annotation in CDS entities, depending on their release contract>.
ABAP_MODIFICATION_NN Access Control>
The following enhancements have been implemented in CDS access control>:
New inheritance conditions> can be used as access conditions> in CDS roles>. They make the previous inherited access rules> obsolete. Some inheritance conditions apply conditions from existing CDS roles and some inheritance conditions apply access rules defined for other CDS entities.
In a PFCG condition>, a PFCG mapping> can be mapped> to an element list. This mapping assigns the CDS elements to the authorization fields of an authorization object. A PFCG mapping is defined in a CDS access policy> using DEFINE PFCG_MAPPING>>.