2015 Jul 20 7:34 PM
hello ,
I am creating an implementation for the BADI using method cl_enh_tool_badi_impl-> add_implementation , saving the implementation using if_enh_object~save and activating using if_enh_object~activate.
when i check the BADI in SE18 , BADI implementation is active , but the runtime behaviour of BADI says 'The implementation will not be called'.
How do I set this to 'Execution depends on runtime filter values' using a method call ?
Regards
Supritha Rao
2015 Jul 20 7:43 PM
2015 Jul 20 7:44 PM
Supritha (and to others in SCN),
I do not have an answer to your question although I am very curious to understand why (and when) do you create a badi implementation using the above class/interface when we can do the same via SE18/19?
Thanks,
Vikram.M
2015 Jul 21 3:54 AM
Hi Supritha,
Could you please debugging to check value of 'active' on 'me->data_active-impl_data' object in SAVE method?
I think in your case, it`s blank, just guess. that`s why give you that message 'The implementation will not be called'.
Regards,
Archer
2020 Jun 10 7:33 AM