cancel
Showing results for 
Search instead for 
Did you mean: 

Workflow retrigger in BBP_PD_SC_UPDATE

former_member305388
Active Contributor
0 Kudos

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

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Prabhu,

FYI - Srini is using ACW but you are refering for PCW..

Hi Srini,

you can use FM 'BBP_PDH_WFL_RESTART' to restart the workflow.. the restarting the WF is in ACW is based on the user personalization setting.. low, medium , high and not defined.. SAP also provide the BADI bbp_wfl_security to restart the WF dynamically based on some conditions

Saravanan

Answers (1)

Answers (1)

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.