cancel
Showing results for 
Search instead for 
Did you mean: 

User unable to see the details of PPM Project User group from Authorizations tab

ashwinipingle
Participant
0 Kudos

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)

Accepted Solutions (0)

Answers (1)

Answers (1)

judith_gabriel
Contributor
0 Kudos

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