Hi experts,
I implemented the CRM_MKTLIST_BADI . Problem is i am not able to debug my implemented method DUPLICATE_CHECK .
I also tried with following :
Write an infinite loop and then debug from SM50, but my process completed , it did not encounter the infinite loop.
I also set the user parameter CRM_DEBUG_CODE = MKTLIST in SU3 .
so finally i set a breakpoint in CL_EXTHANDLER->Get_instance method . Then my debugger hit the breakpoint but the problem is its hitting the default implementation not the Z-one though my implementation is active .
Please provide me with any solution if anybody have . Am i missing out something or is there any prerequisites to be fulfilled .