cancel
Showing results for 
Search instead for 
Did you mean: 

cProject users and user groups

Former Member
0 Kudos

Hi everybody,

I am looking for a way to find all single users and user groups attached to a project.

Which tables are these informations stored in?

Background:

I need to collect all users into a single user group and transfer them to an external R/3 via RFC.

Thanks,

Mike

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Mike,

Use: BAPI_BUS2172_GET_DETAIL

Table ET_AUTHORIZATION will provide the details of all single users and groups which have access to Project.

You can get all users for a User group found above from ACO_GROUP_USER table

Niranjan

former_member201206
Active Contributor
0 Kudos

Hi Mike,

I suppose, that you mean the users who have authority to access the project, not the BPs, who will carry out the tasks.

If yes, please take a look the ACO* tables, especially the table aco_user.

P.S: the cProject authority concept is based on the ACO authrority.

Kind regards,

Zhenbo

Former Member
0 Kudos

Hi Wang,

I am having the requirement to staff a user or even a user group to a task or a project.

Right now we have the BP transaction thought which we can staff a user by assigning a ROLE to a task and staff a user to the ROLE.

But if i want a group of users to be able to be staffed so that all the users under that group can get the tasks in their dashboard. As soon as the task is completed the task should not be deleted from all the users dashboards.

Please suggest me a way to do it.

thanks

Pavan

Former Member
0 Kudos

Try with FM BAPI_BUS2172_GET_SUBOBJECTS.

In table ET_SUBOBJECT you find all you need.

Regards,

Luca