‎2008 Aug 13 9:58 AM
hi friends..
i am new to badi..
please give me idea for my following doubts...
1. while creating a definition, we have one interface class (IF_EX_BADI) and one adapter class (CL_EX_BADI), what is the purpose of both interface and adapter class ? but i know that adapter class implement the interface class
2. while implementation, another one class get created, what is purpose of this class(CL_IM_BADI) ?
3. in application program, we are using cl_exithandler using this class we are generating object reference for the adapter class (CL_EX_BADI)? if it is true means then how our implemeted class (CL_IM_BADI) get refered ?
regards
deva
‎2009 Jan 05 7:22 AM