Hello Experts,
I am trying to use the BADI TRIP_POST_FI, this is related to interface IF_EX_TRIP_POST_FI.
But the standard class CL_EX_TRIP_POST_FI is already using this interface, and has imple-mentation for all methods.
So, although I can create a new implementation using definition TRIP_POST_Fi it is never exe-cuted because the system is is using the standard implementation.
What can I do in this case ?
Thanks