cancel
Showing results for 
Search instead for 
Did you mean: 

Get phases GUIDs of a project in question?

former_member202077
Participant
0 Kudos


Hello,

Requirement: User is opening a project (say, from item dashboard, project dashboard or SEARCH options), now i want to know the associtaed phases GUIDs of that project

I am aware of the by using BAPI_BUS2172_GET_TREE we can get all the associated phases, tasks of the project, but, this BAPI is taking long time in my BADI of the transaction, hence i want to avoide using this tree BAPI

Pls. let me know any table where i can i get the phase GUIDs of a given project GUID?

Thank you

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You can get them by selecting data from tables:

DPR_PROJECT

DPR_PHASE

CGPL_HIERARCHY

Answers (0)