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

Workflow retrigger in BBP_PD_SC_UPDATE

Former Member
0 Kudos
161

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

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