If it's possible to map authorization object to BOPF by CDS access contorl?
89 Views
If it's possible to map authorization object to BOPF by using CDS access contorl?
@MappingRole: true
define role z_xx_ac {
grant select on z_xx_bopf_view
where (z_attribute) = aspect pfcg_auth (auth_object, auth_field, actvt='03');
}