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: 

creation of BADI in ECC 6.0

Former Member
0 Kudos

HI Every 1,

Pls any body let me know how to create the BADI in ECC6.0.

I tried in 4.7 version but presently i m workin ECC 6.0, finding different screens .

anybody let me know .

rewards will be there

its very urgent pls......

Madhu

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi

as i undestood u r query am answering if this is not you are looking for plese ignore it.

if you want to implemet a BADI

goto transaction se18 enter yor badi name CUSTOMER_ADD_DATA_BI >menu implementation> Create. then give your Implimentaion name. and give the description activate it. then select the required method in the BADI.double click on that.. anothere screen will be displayed the write whatever the code u want according to u r requirement

5 REPLIES 5

Former Member
0 Kudos

Hi Madhavi,

Check these links.

Check this weblog by Tom.

/people/thomas.weiss/blog/2006/04/03/how-to-define-a-new-badi-within-the-enhancement-framework--part-3-of-the-series

Step by Step Processes of creating BADI.

http://www.allsaplinks.com/badi.html

I think the same process can also be applied in ECC 6.0.

I think the above docs will be useful.

Reward Points if it is helpful.

All the Best!

Gokul

0 Kudos

Hi Gokul,

First i want to thank you for sending me the weblog,

but it works the BADI without implementation.

My boss given me to use the BADI CUSTOMER_ADD_DAT_BI in Changing customer(XK01).

How to implement this BADI in the program,

Please let me know Gokul .

Former Member
0 Kudos

Hi

as i undestood u r query am answering if this is not you are looking for plese ignore it.

if you want to implemet a BADI

goto transaction se18 enter yor badi name CUSTOMER_ADD_DATA_BI >menu implementation> Create. then give your Implimentaion name. and give the description activate it. then select the required method in the BADI.double click on that.. anothere screen will be displayed the write whatever the code u want according to u r requirement

0 Kudos

Hi Madhavi,

Go to transaction SE19.

Create new implemtation as per naming standard and type customer_add_dat_bi in definition name.

Activate the implementation.

Write ur coding in the method suited for ur requirement.

Hope this Helps You.

Regards

Gokul

Former Member
0 Kudos

Thank you very much for every one who helped me in solving the problem