2009 Jan 05 6:25 AM
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
2009 Jan 05 11:57 AM
2009 Jan 05 12:29 PM
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????
2009 Sep 11 10:18 AM