cancel
Showing results for 
Search instead for 
Did you mean: 

PPM 6.1: Mandatory completion of a dependent task to complete the following

former_member192883
Participant
0 Kudos

Hello Everyone,

Is it possible to restrict the completion of the following task until the dependent task is complete if it has a "finish to start" relationship?.

Ex: Task A & Task B has a finish to start relationship, task B shouldn't be set to complete until Task A is set to complete.

If not, what's the purpose of the having a relationship when a user can complete the tasks at any sequence.

Mohan

Accepted Solutions (1)

Accepted Solutions (1)

silvia_kreuzhuber
Active Participant
0 Kudos

Hi Mohan,

in the standard, there is no logic that would check if a relationship exists to prevent the completion of a task. There is only a check with regard to subtasks, see also IMG activity 'Define Task Types', flag 'Completion' and 'Completion of Subtasks'.

You could use BAdI DPR_ATTRIBUTES, method CHANGE_STATUS_CHECK to allow the status 'Completed' only if the task has no predecessor/successor. There is also a sample code available, which you can change according to your needs.

Regards,
Silvia

Answers (0)