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 - Multiple Implemetations?

Former Member
0 Likes
710

Hi Experts,

One of the advantage of the BADIs over the user exit is Multiple implementation. So, let me know that,

Wht does it means?

Any real world example, wuld b appreciated.

Tahnk you.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
683

Hi,

One of main disadvantage of the user-exit is one time use, if the same enhancement is required for more than one application in that case user-exit was not solving the problem. To overcome of this disadvantage we have BADI.

For more detail follow the below link.

Thanks,

Asit Purbey.

4 REPLIES 4
Read only

GauthamV
Active Contributor
0 Likes
683

SEARCH in SCN you will get lot of information.

[Use of BADI Multiple Implementations|https://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/3430] [original link is broken] [original link is broken] [original link is broken];

Read only

I355602
Product and Topic Expert
Product and Topic Expert
0 Likes
683

This message was moderated.

Read only

keerthy_k
Product and Topic Expert
Product and Topic Expert
0 Likes
683

Hi,

This means u can create different implementations for the same BAdi. Like if there is one BAdi and one user has created one implementaion..say zimpl1. And another user has created another implementation say zimpl2...then these two implementations will work serially..one after the other..when this BAdi is triggered.

Keerthi.

Read only

Former Member
0 Likes
684

Hi,

One of main disadvantage of the user-exit is one time use, if the same enhancement is required for more than one application in that case user-exit was not solving the problem. To overcome of this disadvantage we have BADI.

For more detail follow the below link.

Thanks,

Asit Purbey.