cancel
Showing results for 
Search instead for 
Did you mean: 

Automatic status "Completed" on tasks where phase has been completed

Former Member
0 Kudos

Hi experts,

I am wondering if there is any way (apart from developing a custom workflow) of setting all tasks below a phase as completed when the phase is completed.

Thanks in advance.

Kind regards,

Neil

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member189058
Active Contributor
0 Kudos

Hi Neil,

Implement the BAdI DPR_EVENTS and use Phase Completed as filter value.

In this implementation, get all the tasks that belong to that phase and set the status of these tasks to completed.

Commit the changes.

Regards,

Reema.

Former Member
0 Kudos

Thanks!

I think that can help

Best regards,

Neil