Skip to Content
0
Former Member
May 02, 2014 at 12:42 PM

End Button Functionality in IC_Agent Role to Prevent Auto Save BP

120 Views

Hi All,

I have noticed different behavior when we click on End Button in following cases.

Case 1. :-

Component :- ICCMP_BP_DETAIL

View :- BuPaDetail

I have made the changes in if_crm_ic_prepare_for_callback~execute to prevent BP save and it works fine.

Case 2. :-

Component :- ICCMP_BP_DETAIL

View :- ICCMP_BP_DETAIL/BuPaMoreCustomer

for this view I have added this interface if_crm_ic_prepare_for_callback in IMPL class and implemented its execute method. Now, when I click on end button this method is not getting triggered and BP is getting save.

Please help me how to prevent BP save in second case.

Thanks.