SAP NEWS-778-CDS ACCESS CONTROL



Get Example source ABAP code based on a different SAP table
  



ABAP_CDS Access Control in ABAP Release 7.78
ITOC

ABAP_MODIFICATION_NN Check with element IS $[NOT$] INITIAL in a Literal Condition

In a literal condition, IS $[NOT$] INITIAL can now be used to check whether the value of the left side matches (does not match) the initial value of the ABAP data type that matches the element.

ABAP_MODIFICATION_NN Addition bypass when

The addition BYPASS WHEN can now be used to specify a bypass condition for an element. If the condition is met, the element in question is not used for authorization filtering.

ABAP_MODIFICATION_NN Check on the User Name in User Conditions

When the user name is checked in user conditions, the following can now be checked instead of the user name:
The value of the alias.
The number of the business partner assigned to the user.

ABAP_MODIFICATION_NN Data Types

The operand that can be specified on the left side of a condition of an access rule of a CDS role can now have the built-in ABAP Dictionary data type RAW.

ABAP_MODIFICATION_NN Aspect Bypass Conditions

IS $[NOT$] INITIAL and IS INITIAL OR NULL are now possible as aspect bypass conditions.