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

Workflow retrigger in BBP_PD_SC_UPDATE

Former Member
0 Kudos
164

Hi Experts,

I am updating SC using BBP_PD_SC_UPDATE FM in SRM 7.0 having Application Controlled Workflow but the workflow doesnt seem to get restarted when its updated. I also tried to place a breakpoint in BBP_WFL_APPROV_BADI BADI implementation but the program does stop at the breakpoint when BBP_PD_SC_UPDATE is triggered.

Anyone know if the workflow will get restarted if the SC is updated using BBP_PD_SC_UPDATE FM?

Thanks

View Entire Topic
Former Member
0 Kudos

Check BADI /SAPSRM/BD_WF_PROCESS_RESTART. This is the triggering point for WF Process Restart. Check method /SAPSRM/IF_EX_WF_PROC_RESTART~VALIDATE_RESTART. If the Breakpoint doesn't hit this place, then restart is not called in.