Get Example source ABAP code based on a different SAP table
ABAP_CDS_BDL in ABAP Release 7.82 ITOC
ABAP_MODIFICATION_NN Nested Determinations on Modify>
It is now possible to trigger a determination on modify> by another determination on modify.
ABAP_MODIFICATION_NN Always Flag in Determine Actions>
The new addition always>> can be used for determinations and validations assigned to a determine action>>. When the determine action is called, determinations and validations with this flag are executed regardless of their trigger conditions.
ABAP_MODIFICATION_NN Global Feature Control>
The new RAP BO operation addition features:global>> can be used to define global feature control> for RAP BO operations.
ABAP_MODIFICATION_NN Global Authorization Control>
Global authorization control is available. It can be defined using authorization master (global)>>.
ABAP_MODIFICATION_NN Non-Locking Actions>
The new RAP BO operation addition lock:none> > can be used to suppress the locking mechanism for an action.
For projections BDEFs>, the operation augment> is available. Augmentation enhances incoming requests with a custom implementation, for example with default values.