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

Trigger Event on Phase complete

Former Member
0 Likes
265

Hi All,

My requirement is to trigger a workflow when status of a particular phase changes to Completed.

I checkes Business Object BUS2173, but it has no event for Phase completed. This I guess is not an issue as we can create a z event.

But the question is where do I trigger my Phase completed Event. Before I trigger the event I need to check that it is a particular Phase & that status is completed. Is there any BADI, method, etc where I can do this check on status change & then trigger my Z event??

Regards.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

Hello Sonali,

Did you try checking out the BAdi DPR_EVENTS for filter value ON_PPO_COMPLETED?

This might help.

Regards,

Vivek

Former Member
0 Likes

Yes Vivek,

I tried doing that, but if I trigger my workflow there n then later on user does not do a save, then it will be problematic. In any case we have changed the design.

Thanks anyway.

Regards,

Sonali.

Answers (2)

Answers (2)

Former Member
0 Likes

Hello Sonali,

Did you try checking out the BAdi DPR_EVENTS for filter value ON_PPO_COMPLETED?

This might help.

Regards,

Vivek

Former Member
0 Likes

hi,

I think you can fulfill this requirement by standard phase approval procedure with adobe forms. Check whether you can use approval for phase using user approval. Once the approval will be done by assigned user in form, phase will be set in complete status.

Pramod