Application Development 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: 

Filter dependent BADI TRIP_POST_FI is not calling.

Former Member
0 Kudos

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

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hai,

Try to create new classic BADI implementation for TRIP_POST_FI in SE19 then Z class will be created.

And in SE24 you can go to that class and you can use the method what ever you want.

Thanks

1 REPLY 1

Former Member
0 Kudos

Hai,

Try to create new classic BADI implementation for TRIP_POST_FI in SE19 then Z class will be created.

And in SE24 you can go to that class and you can use the method what ever you want.

Thanks