Hello,
We have a guided procedure and for each step we have a separate page with multiple views on each. We tried to implement methods IS_POSSIBLE_TO_LEAVE and IS_COMPLETE via interface IF_BSP_DLC_PROCESS_STEP to the class corresponding to the view that we wanted to check if we can proceed to the next guided proc step. Despite activating it, it is not being called though with or without external breakpoints set to it.
We have implemented these 2 methods as well on another view/component within the same page and it is being executed but the new one we just implemented is not. Are we missing a step in implementing these 2 methods as provided by SAP for guided procedures?
Thanks for your help in advance,
John