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: 

Multiple active implementation

Former Member
0 Kudos

Hi,

For a badi, can be multiple active implementations?

if yes how can I do that?

Thanks.

deniz.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

A BADI can have multiple implementations

you can know that by going to SE18 Tcode and there in Attributes tab

there will be 'Multiple Use' check box if it is checked means it can have multiple implementations.

4 REPLIES 4

Former Member
0 Kudos

A BADI can have multiple implementations

you can know that by going to SE18 Tcode and there in Attributes tab

there will be 'Multiple Use' check box if it is checked means it can have multiple implementations.

Former Member
0 Kudos

BAdi definitions have a multiple use checkbox. If this checkbox is ticked then it is possible to simply create several implementations of the same BAdi.

Steve.

Sandeep_Kumar
Advisor
Advisor
0 Kudos

HI,

Yes this is possible.

You can check the "multiple use" check box.

Note: Multiple use for BADI definitions means that there can be several active BADI implementations. When there is a call, they are all called up - however, in an unpredictable sequence.

If you have multiple-use BADI definitions, the sequence must not play any role therefore. A typical example is the execution of checks before a save.

Regards,

Sandeep

Former Member
0 Kudos

Hi We have a rquirement for doing this

Can you please clarify me

Can I do multiple badi implimentation for std Badi (bbp_WF....)

my requirement this I need to do for same business object BUs2121

1. For company code As01 I need to use different logic for Schopping Cart work flow

2. For cmpany code As 35 I need to use differen logic for Schopping Car Work flow

Can you please provide me the docuemnts if any to do this.

Sekhar