on 2019 Apr 18 10:13 AM
Hello PPM Experts,
We have PPM 5.0 end users (project managers) who navigate to Project Authorizations tab. There are pre-set project user groups with authorizations (copied from the project template). However when the user tries to see the list of users in any project User group, the list comes up blank. However I (as PPM Config) can see the list.
I tried to find the authorization object however could not find any specific. Can someone please let know if there is any authorization object for viewing the list of users? Or is there any other way to have end users look at this list.
Best Regards,
Ashwini Pingle
Edited-- The user already has following authorization objects
S_USER_GRP -- Display (03)
Request clarification before answering.
Dear Ashwini,
You can set a breakpoint at the following webdynpro/method to check, if users are selected:
Webdynpro: DPR_AUTHORIZATION
View: VI_DETAIL_DATA
Method: GET_UGR_MEMBER
* Get all users assigned to a given user group
CALL METHOD lr_service_manager->retrieve_by_association
...
In detail the following class CL_DPR_API_USER_GROUP, method GET_ALL_ACO_USERS is called.
Best regards,
Judith
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
3 | |
3 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.