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: 

Regarding BADI FAA_EE_CUSTOMER

Former Member
0 Kudos
548

Hi Gurus,

I have a requirement of BADI FAA_EE_CUSTOMER ( new depreciatioin calculation ), the thing is i am new to BADIs,

i have created the BADI Z_FAA_EE_CUSTOMER and inserted a break-point in the set_base_value interface. but i am unable to find the tcode for which this badi will trigger... and can any give me some help to work out on this ...this is available in ecc6.0. i have opened the tcodes OABZ and AOBK but how to go into my code ...if they are the correct tcodes?

Waiting for ur reply....

Regards

Srinath

3 REPLIES 3

Former Member
0 Kudos
107

T.code for the this:

S_XEN_65000068

Regards,

Mkhan.

Former Member
0 Kudos
107

goto se24

type cl_exithandler and "display"

double click on "get_instance"

set a break-point on CALL METHOD cl_exithandler=>get_class_name_by_interface

run the transaction ,in the debugger you will see the badis name in "exit_name" variable.

These badi's are the ones you can use in your transaction....

have you activated your implemetation????

0 Kudos
107

Please refer to the notes 1131960.