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

BADI implementation in ECC 6.0

TimMuchena
Participant
0 Likes
430

I want to put a validation when changing business partner details using tcode BP but it seems there no user exists but BADIs but the BADIs that i am getting i think can only be used after the update has taken place. i have BADI ADDRESS_UPDATE and i need to know ho i can implement it in ECC 6.0. I tried SE18 but its saying "Create" operation is possible only for enhancement spots. how best can implement it

2 REPLIES 2
Read only

soumya_jose3
Active Contributor
0 Likes
392

Hi Willard,

Identify ur enhancement spot. Go to SE18, give the enhancement spot name and display.

You can see your BADI in that spot. Click on the button 'Implement Enhancement Spot (F6)'.

Give a name for your enhancement implementation, select ur badi to be implemented in that spot. Give proper name to ur badi implementation.You can now put ur code in that implementation.

Check this blog of Thomas Weiss.

/people/thomas.weiss/blog/2006/04/18/how-to-implement-a-badi-and-how-to-use-a-filter--part-4-of-the-series-on-the-new-enhancement-framework

It clearly explains how you can implement BADI of an enhancement spot in ECC 6.0

Regards,

Soumya.

Edited by: Soumya Jose on Feb 5, 2009 2:14 PM

Read only

Former Member
0 Likes
392

Hi,

Go to SE18->

give BADI name(ADDRESS_UPDATE )

Enhancement Implemrntation>create.

This will create a BADI implemantation for you.

Regards,

Nilesh