cancel
Showing results for 
Search instead for 
Did you mean: 

How can I get the Tasks Role GUID Information

Former Member
0 Kudos

Hi,

We have maintained template with phases, taks and resources.

The users are creating projects from the template. So the resources are automatically assigned to projects and tasks. If some times users need to change the resources for the tasks. The superuser wants to track it. So he needs know the information about the new resources detail.

The problem is the GUID of the Template tasks and Project Tasks are different.

How can I get the details about the Assigned role details using task's resources role GUID?

Please help me out and If you couldn't understand the problem. I am ready to explain again.

Thanks,

Tamil

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member189058
Active Contributor
0 Kudos

Hi there,

Use the function module: DPR_GET_GUID_BY_ID_FROM_DB

input parameters:

IV_NUMBER:<Project_Role_ID>

IV_VERSION_NUMBER

IV_OBJECT_TYPE: MTG

It will return the GUID.

Regards,

Reema.

Pl award appropriate points to all useful answres.

Former Member
0 Kudos

Hi Guys ,

When i run the bapi_bus2175_get_detail i do not get any results populated in e_roleassingment table. i get the values in authorizations table. The actual finish date is also returned in odd formate. i am trying to get the users that can be assigned to the task and the actual finish date.

Can any one please run this bapi in their system and the results . i want to check if this is a bug in our version of RPM.

Points will be awarded for all helpful answers.

Thanks,

Chandra.

0 Kudos

Hi,

You can retrieve the relevant GUIDsf rom the following tables, the names of the tables are suugestive of their purpose:-

DPR_TASK (stores tasks)

DPR_PART (stores roles)

DPR_BUPA_LINK (stores BUPA assignemnt to a role)

DPR_ENTITY_LINK (stores task assignment to role)

Thanks & Regards,

Saurabh