Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BADI TRIP_POST_FI - Standard Implementation

Former Member
0 Likes
570

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

Francisco

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

Francisco

1 REPLY 1
Read only

Former Member
0 Likes
403

Definition TRIP_POST_FI had been modify, that´s why the exist never was called.

Thanks any way.