cancel
Showing results for 
Search instead for 
Did you mean: 

cProject 4.5 - Get all tasks for a role

Former Member
0 Kudos

Hi,

I need to get all task for a role starting from role GUID.

I tryed with BAPI_BUS2177_GET_DETAIL but it doesnt work.

The function read all data of the role except task assignment.

The table ET_TASKASSIGNMENTS is always empty.

I tryed also with method get_tasks of class cl_dpr_participant but it doesnt work too.

Could someone help me?

Thanks,

Luca

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Try with FM:

RPLM_PSS_GET_BUPAS_TASK_N_ROLE

Or ckeck the logic in FM RPLM_PSS_GET_BUPALINKS.

Regards,

Former Member
0 Kudos

Hi,

thanks for your reply.

I tryed your FM but it works only for Business Partner (partecipants).

I need all tasks for that role.

For partecipats the FM BAPI_BUS2177_GET_DETAIL works well with output table ET_STAFFING.

I debugged a lot of FM and methods but I don't understand why it's impossible to get all task assigned for a role.

Former Member
0 Kudos

Hi

You can considering looking at table DPR_ENTITY_LINK

The data would be stored in this one...

Refer to BI content:

http://help.sap.com/saphelp_nw70/helpdata/en/cf/c45ff707056a4cbf0342cfbe770887/frameset.htm

Niranjan

Former Member
0 Kudos

Great!

The staffinglink_guid is the guid in table DPR_ENTITY_LINK and the guid of the task os the partecipant_guid-

Thanks a lot!

Answers (0)