Skip to Content
0
Former Member
Sep 03, 2017 at 07:11 AM

If it's possible to map authorization object to BOPF by CDS access contorl?

99 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');
}