Application Development 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: 

How many implimentations can be done for a single BADI definition?

Former Member
0 Kudos

How many implimentations can be done for a single BADI definition?

Is there any restriction to impliment a single BADI definition?

Plz answer with proper explanation....

Thank you in advance

REgards,

Chaitanya

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Multiple use : With this option you can have multiple implementations for the same BADI

We r not going to change the Standard BADI definition.

Single use or multple use option is available in BADI definition, so we cannot change that option.

But , i think in standard BADI definitions we will be having multiple options check box selected , so that we can reuse it

Regards

Kiran Sure

4 REPLIES 4

Former Member
0 Kudos

Hi,

Multiple use : With this option you can have multiple implementations for the same BADI

We r not going to change the Standard BADI definition.

Single use or multple use option is available in BADI definition, so we cannot change that option.

But , i think in standard BADI definitions we will be having multiple options check box selected , so that we can reuse it

Regards

Kiran Sure

Former Member
0 Kudos

hi Krishna Chaitanya,

In a badi if the "Multiple Use" Checkbox is checked then You can have any number of Implementations for the BADI

Say I have defined a BADI "BADI1"

and I have 3 implementations

IMP1

IMP2

IMP3

The order of execution will be IMP1, IMP2 and IMP3

In a badi if the "Multiple Use" Checkbox is not checked then You can have ONLY ONE Implementation for the BADI

Say I have defined a BADI "BADI1"

and I have 3 implementations

IMP1

IMP2

IMP3

Only one Implementation can be active at a time and only that will get executed

Hope this helps a bit

Reward if Useful

Cheers

Kripa Rangachari.

Former Member
0 Kudos

Hello Kiran, Kripa Rangachari.

Thank you for your response!

Your information was helpful and points are rewarded.

Regards,

Krishna Chaitanya

0 Kudos

Hi,

I think even for multiple implementations i think the limit is 25.Not sure can check.

Regards,

Abhishek