cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

how to get person resposible in sap portfolio and project management

yaswanthgopi
Explorer
0 Kudos
454

Hi All

Query is regarding finding the Person responsible table for the PPM Project. Unable to get by following path.

DPR_PROJECT(GUID)--> DPR_ENTITY LINK (Entity _ID), DPR_BUPA_LINK (BUPA GUID)-> BUT000

Regards

GOPI.

Accepted Solutions (0)

Answers (1)

Answers (1)

pacoginer
Participant
0 Kudos

Hello,

You may find DPR_GET_ALL_PROJECT_ROLES useful as an approximation.. This program (Tx 38) can be used to get a list of all concrete role and abstract roles (resources) in a project, project template or project version.

I hope it helps you.