cancel
Showing results for 
Search instead for 
Did you mean: 

CProjects: Get work effort for task

Former Member
0 Kudos

Hi,

I need the work effort of an business partner for a specific task in CProjects.

How can I get these informations?

I have the BP number as well as the project and task guid at hand.

I tried to use function module: BAPI_BUS2175_GET_DETAIL. From there I get the role assignments for the task.

But how can i find out which Business partner is assigned to the role?

The role assignments delivered by function module looks like:

ROLEASSIGNMENT_GUID

ROLE_GUID

SHADOW_ROLE_GUID

WORK_EFFORT

WORK_UNIT

WORK_ISOCODE_UNIT

BEGIN_DATE

END_DATE

CALCULATED_BEGIN

CALCULATED_END

Thanks for your help.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Hans,

Use functuion module BP_CENTRALPERSON_GET to get the Business Partner GUID for the corresponding BP.

Query table DPR_BUPA_LINK using the BP GUID and output PARTICIPANT GUID.

This PARTICIPANT GUID is the GUID of the Project Role.

Hope this helps.

Regards,

Vivek Pandey

Former Member
0 Kudos

Hi Vivek,

The way you have explained DPR_BUPA_LINK, can i have the explaination about the linking of DPR_BUPA_LINK, DPR_ENTITY_LINK and DPR_OBJLINK_MPM with DPR_PROJECT and what these table do or the data is stored in the context of cProject.

Thanks in advance.

Regards

Himanshu Tripathi

Former Member
0 Kudos

Hi All,

can you resopnd ro above question please. As i need more about DPR_ENTITY_LINK table as we need to get the Responsible filed to to the project GUID. I need DPR_ENTITY_LINK GUID relation with other tables like CGPL_TASK and so on. Thanks in advance.

Regards,

JB

Answers (0)