Hi Satish,
Thanks for your answer with detail steps
I know how to delete the enhancement implementation manually. i want to delete it though code at run time.
Let me explain the requirement again.
i have one report. and depending on some condition i want to delete the BADI.
foe . e.g
IF sy-subrc <> 0.
<DELETE IMPLEMENTATION>
ENDIF.
So is there any function module or class method exist to delete the implementation though code.
Thanks,
Arati.