Exciting times ahead for the SAP Community! We've outgrown our home, so we'll be migrating to a new platform later this year. Let's continue the journey together!
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');
}