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

About BADI

Former Member
0 Likes
617

I read online that once I have created a BADI with its interface and activated it, an adapter class will be created. Where can I see the adapter class? Does adapter class refer to CALL METHOD cl_exithandler? How about after I create the implementing class? Anything created?

I read online that once I have created a BADI with its interface and activated it, an adapter class will be created. Where can I see the adapter class? Does adapter class refer to CALL METHOD cl_exithandler? How about after I create the implementing class? Anything created?

3 REPLIES 3
Read only

Former Member
0 Likes
587

hai mug once u created a definition and activated , an adapter calss is generated to see it just go to se18 and give the badi definition name u can see the details

an adapter calss will be generated with the name

if badi name is zbadi

then adapeter calss will be cl_ex_zbadi

and when u implement it will create an implementation class which will be

zcl_im_zbadi

hope u got ur answer

m.a

Read only

0 Likes
587

Hi,

I have created BADI zabc. But cl_ex_zabc does not exist at se24.

Read only

0 Likes
587

hai mug the class will be zcl_ex_abc not cl_ex_zabc

m.a