SAP CDS F1 COND INHERIT REPLACING



Get Example source ABAP code based on a different SAP table
  



ABAP_CDS_DCL - DEFINE ROLE, replacing

ABAP_SYNTAX
... REPLACING ${ replacement_step [, replacement_step, ...] $}

What does it do?
This addition modifies inherited access conditions from source entity cds_entity before they are applied to the protected entity of the own access rule.
It contains a sequence of replacement steps replacement_step which are executed in the order as appearing in the statement from left to right.
The first step operates on the inherited conditions and provides its result to the next step as input.
The result of the last step acts as output of the inheritance condition.