‎2007 Apr 19 8:20 PM
Hi
i implemented a BADI in local package later i delated that badi & implement a new badi in some other package while i am trying to activate this it showing a message already implemaentaions are active and activated the badi later when
tryied to open the same implementation it showing as inactive
points will rewarded for helpful answers.
Thanks & Regards,
Phani
‎2007 Apr 19 9:55 PM
Go to SE19 and see if the BADI implementation name (the one which was assigned to $TMP) you gave can be de-activated. If it does, then try activating the new one and see if it works.
hith
Sunil Achyut
‎2007 Apr 20 4:22 AM
Hi Phani,
Actually u implimented the badi in local object. after that u deleted that badi.
no need to delete the badi if ur not using that badi deactivate option is vailable in sap. deactivate and if u want to add some logic or if u want to save that badi in package. u can activate that badi.
Go through this Url:
http://www.sapdevelopment.co.uk/enhance/enhance_badi.htm
For Logical database
http://help.sap.com/saphelp_46c/helpdata/en/9f/db9bed35c111d1829f0000e829fbfe/frameset.htm
http://help.sap.com/saphelp_nw04/helpdata/en/6a/8b14e2340d11d5b3ba0050dae02d7c/content.htm
very useful
http://help.sap.com/saphelp_46c/helpdata/EN/35/2cd77bd7705394e10000009b387c12/frameset.htm
Useful link to websites
http://www.hernangn.com.ar/sap.htm
Rewards some points .
rgds,
P.Naganjana Reddy
‎2007 Apr 20 2:07 PM
Hi Sunil/Nagarjuna
I agree with both of you but i don't have any chance to deactivate that old one since its already deleted but while creating new one with the same name and trying to activate that new its showing a message that already one badi definition is active what i am not able to understand is old one is already deleted then why it is showing that message.
Regards,
Phani.
‎2007 Apr 21 7:05 AM
hi, Kumar
It looks like a bug of SAP.
Maybe when you delete the old implement, something happened and the delete process in problem.
I suggest you can try to create a same name implement, and delete it again.
As the name is complete same, maybe it can fix the bug.
‎2007 Apr 23 8:28 PM
Hi all
Thanks for all of your valuable answers i already solved this issue
actual this badi defination doesn't allow multiple implementations that we can find in both se18 & se19 (it doesn't checked the multiple option)
my defination already has one standard implementation if we want to implement a new one we must have to deactivate the standard one then only our new implementaion will be active
Regards,
Phani