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

need help for badi

Former Member
0 Likes
373

1) How to provide Multiple implementations for single used badi?can anybody give one example?

1) How to provide Multiple implementations for single used badi?can anybody give one example?

2 REPLIES 2
Read only

GauthamV
Active Contributor
0 Likes
353

Hi,

In badi defnition there is a check box for multiple implementation just check it and u will be able to use it for multiple implementations.

reward points if hlpful.

Read only

Former Member
0 Likes
353

Hi Kiran,

If you are using a standard definition,in the "Attributes " tab ..a check box "Multiple implementations" will be ticked eg:check badi ME_REQ_POSTED in se18

if it is done so we can simply create more than implementations for the same badi as per requirement and they all will be triggered,though the order may not be traceable...

Please note that it is not advisable to change the properties of a standard badi....

if you are using a custom badi definition ..then in the definition you can mention that the badi supports multiple implementations in the manner mentioned above

if the BADI is internally restricted by SAP , we cannot create implementations even if the "Multiple implementations" is ticked

Regards

Byju