Authorization and Access Control in CDS Views

Опубликовано: 04 Июнь 2025
на канале: UI5 Community Network
3,916
24

In this week we would be covering Data Access Control(DCL) for CDS View. If you have an existing CDS View, we can control what type of data a user would see with the help of Access Control. 
https://www.ui5cn.com/courses/cds-pro...

Advantage of Access control are:

You don't have to modify and create multiple CDS for different cases and user profiles
Existing SAP® Roles and Authorization Implementation seamlessly binds with Apps build with CDS Views
Data level control is managed by a different file(DCL file) which can be modified or changed easily

In this Week we would be focusing on a use case development with DCL implementation, where we would learn and understand:

Creation of Authorization Field
Creation of Authorization Class and Object
Creation of User, Roles, Profile and Maintaining Authorization Object for Role
Data change in oData API when we implement the DCL
Variations of DCL, Traces and Important Operations for Access Control