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: 

Badi- multiple use

Former Member
0 Kudos

Hi SAP Experts,

What is exact meaning of Multiple use tick in se18 & se19. If i implemented multiple badi

and i want to call only some of them , how canai do this?

Thanks,

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

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.

Methods of a multiple use BAdI can only have importing and changing parameters

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.

check this weblog:

/people/thomas.weiss/blog/2006/04/03/how-to-define-a-new-badi-within-the-enhancement-framework--part-3-of-the-series

Regards,

Ravi K

2 REPLIES 2

Former Member
0 Kudos

Hi,

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.

Methods of a multiple use BAdI can only have importing and changing parameters

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.

check this weblog:

/people/thomas.weiss/blog/2006/04/03/how-to-define-a-new-badi-within-the-enhancement-framework--part-3-of-the-series

Regards,

Ravi K

Former Member
0 Kudos

Hi ,

This is best link for BADI multiple use.

[http://saptechnical.com/Tutorials/ExitsBADIs/MultipleUse/page1.htm|Badi Multiple use]

Please reward if useful.