为什么复合角色中的目录不起作用?
Why catalogs in composite roles are not working?
当我为 SAP Fiori 创建目录时,后来我必须在内部创建具有目录访问权限的角色以允许用户从这些目录中选择应用程序时。
当我现在将具有目录访问权限的角色直接分配给用户时,它就起作用了。用户可以访问 Fiori 启动板中的目录,并且可以 select 该目录中的应用程序。
但是:当将该 Fiori 角色添加到复合角色并将该复合角色分配给用户(而不是直接将其分配给用户)时,它不起作用。
有人知道为什么会这样吗?
亲切的问候
马蒂亚斯
当您的复合角色有自己的菜单项时,就会发生这种情况,如 note 2538787:
中所述
Cause - Given a composite role A which includes the single roles B and C, the menu of A is composed out of B and C. However, if the composite role A has an own menu, the menu is not combined out of role B and C, only the menu of A is taken for evaluation.
当我为 SAP Fiori 创建目录时,后来我必须在内部创建具有目录访问权限的角色以允许用户从这些目录中选择应用程序时。
当我现在将具有目录访问权限的角色直接分配给用户时,它就起作用了。用户可以访问 Fiori 启动板中的目录,并且可以 select 该目录中的应用程序。
但是:当将该 Fiori 角色添加到复合角色并将该复合角色分配给用户(而不是直接将其分配给用户)时,它不起作用。
有人知道为什么会这样吗?
亲切的问候 马蒂亚斯
当您的复合角色有自己的菜单项时,就会发生这种情况,如 note 2538787:
中所述Cause - Given a composite role A which includes the single roles B and C, the menu of A is composed out of B and C. However, if the composite role A has an own menu, the menu is not combined out of role B and C, only the menu of A is taken for evaluation.