前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >如何检查某用户是否分配了某ABAP权限对象

如何检查某用户是否分配了某ABAP权限对象

原创
作者头像
Jerry Wang
修改2020-02-10 18:18:40
1.7K0
修改2020-02-10 18:18:40
举报

For example, I would like to check whether my user has enough authorization defined by authorization object s_carrid with value actvt = 03.

In tcode SU01, I can only see PFCG roles assigned to my user. Note that authorization object is not directly assigned to user but to PFCG roles. So, PFCG roles act as an intermediate layer:

User <- PFCG role <- Authorization Object

This table stores for a given user, what PFCG roles are assigned to it.

Now I need to figure out, which PFCG role has been assigned with authorization object S_CARRID?

Tcode SUIM:

The following PFCF roles have authorization object S_CARRID assigned:

Double click one of them, for example SAP_QAP_DEVELOPER:

The above pictures mean: If a given user is assigned with PFCG role SAP_QAP_DEVELOPER, the user wil automatically have enough authorizations ( ACTVT 01, 02 and 03 all allowed ) defined by authorization object S_CARRID.

原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。

如有侵权,请联系 cloudcommunity@tencent.com 删除。

原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。

如有侵权,请联系 cloudcommunity@tencent.com 删除。

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档