Authorization Object Check in Access View
Authorization Object Check in Access View
Authorization Objects or Access Controls are used to limit users and provide
users only required and needed Information based on there work profile/role.
SAP Access control in ABAP CDS restricts the data returned from a CDS entity
view in ABAP CDS.
Role Created
Authorization Object Created
@AccessControl.authorizationCheck: #CHECK
Even if Access Control is applied on CDS View, Authorization check will not
be triggered.
Again preview data, we are getting all records for all Airlines.
Advantage of using Access control:
3. Data level restrictions can be applied along with Role based check
easily.
0
I have a CDS view and would like to apply authorization checks.