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

Reg BADI Basic doubts

Former Member
0 Likes
284

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

1 REPLY 1
Read only

Former Member
0 Likes
259

solved