‎2009 Feb 05 10:25 AM
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
‎2009 Feb 05 12:43 PM
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
‎2009 Feb 05 12:47 PM
Hi,
Go to SE18->
give BADI name(ADDRESS_UPDATE )
Enhancement Implemrntation>create.
This will create a BADI implemantation for you.
Regards,
Nilesh