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

How to make second phase release when project released?

Former Member
0 Likes
241

Hi all,

I'm new to cproject. My issue is second phase (does not has tasks) can not be release when project is released and however first phase which under project directly able to release. Do you have any idea on what cause this problem and how to resolve it?

Thanks in advance.

Best Regards,

Chee Boon

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Likes

Hi

This is Std system behaviour.

Once the Project is released the No 1 Phase is released.

For release of 2nd Phase, there can be two scenarios based on Confg of Phase type

1. For stage gate Config: Once you complete that phase 1, you can release phase 2

2. For w/o Stage Gate method: you can release two phases simultaniously

Check config of PHase types

Niranjan

Let me know if it helps!!!

Former Member
0 Likes

Hi Niranjan,

Do you know which BAPI or class method to control and passing change status parameter from project to phase when release?

Best Regards,

Chee Boon

Former Member
0 Likes

Hi

I doubt if you can over-ride standard behaviour

you can try DPR_EVENTS Badi where on status change of Objct DPO you can have your logic

Niranjan

Let me know if it Helps!!!