‎2013 Jan 10 4:09 AM
hi abapers,
i searched in scn but i didn't find any theread for the following problem
To add custom tab for any transaction how do we know that which one is better option , enhanceing standard code with spiral symbol,badi's or user exits's?
how to choose better option for the reruirement not only for custom tab for any additonal functionalities?
Moderator Message - Search for available documentation before posting your query.
Message was edited by: Suhas Saha
‎2013 Jan 10 4:14 AM
hi,
when you choose badi- multiple information .
customer exit single implementation
1) Difference between BADI and USER-EXIT.
i) BADI's can be used any
number of times, where as USER-EXITS can be used only one time.
Ex:-
if your assigning a USER-EXIT to a project in (CMOD), then you can not assign
the same to other project.
ii) BADI's are oops based.
hope this helps,
Vinoth
‎2013 Jan 10 5:10 AM
‎2013 Jan 10 5:16 AM
‎2013 Jan 10 5:26 AM
Hi,
Give 1st preference to Badi's only because as vinoth said Multiple implementation is possible.
Note: all Badi's are also not possible in multiple implementation. check properties of badi in se18
there u can find whether it is multiple implementation is possible or not.
if not possible with badi's go for customer exits.
Thank you.
Regards,
BALAJI.