‎2008 Feb 10 10:59 AM
‎2008 Feb 10 2:54 PM
as far as I know there is no limit of implementation of a single BADI... its the concept of inheritance we use...
‎2008 Feb 10 4:51 PM
Hi srinath,
it depends on the definition. Some can have only one implementation, the rest: unlimited.
Regards,
Clemens
‎2008 Feb 10 5:03 PM
Hi
The advantage(basic difference) of the BAdI over user exit is that BAdI can be used for multiple implementations where as User exit can be implemented only once .
As such there is no limit for the implementations of a BAdI , but in practical we don't implement the same BAdI too many times, so this type of limitations for the implementation never arises.
regards
Anji