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

reg badi

Former Member
0 Likes
435

hi,

can badi have multiple implimentation, then what is the differance between single user implementation and multiple user implementation

hi,

can badi have multiple implimentation, then what is the differance between single user implementation and multiple user implementation

2 REPLIES 2
Read only

Former Member
0 Likes
415

Actually all Badi definitions are provided by SAP as Standard.

Even we can Create our own custom Badi's. (se18).

Sap tells that particular Badi is multiple use or only for Single use.

if Badi is check as Multiple use then we use that badi for multiple implementation, if not it is only for single Use.

for Example in case of user exits, each enhancement exist only in one project.

its not for multiple use..!

But using Badi we can overcome that.!

for the same Badi definition we can have multiple implementation for that badi, if it is Multiple use..!

Read only

Former Member
0 Likes
415

Hi,

Yes, what ever he wrote is right..

when you do different implementations for a BADI Definition you will create different Implementation Class for each,,

This is the way you can handle different Implementations for the same BADI.

Thanks,

Srikanth.