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

Former Member
0 Likes
525

maximum how many implementation we can do for badi?plzz tell

3 REPLIES 3
Read only

former_member156446
Active Contributor
0 Likes
500

as far as I know there is no limit of implementation of a single BADI... its the concept of inheritance we use...

Read only

Clemenss
Active Contributor
0 Likes
500

Hi srinath,

it depends on the definition. Some can have only one implementation, the rest: unlimited.

Regards,

Clemens

Read only

Former Member
0 Likes
500

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