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 and Filter Dependent.

Former Member
0 Kudos

Dear Experts,

i Have enough Documents on Badi.

and My question is If we implement the Multiple Use the program calls all active implementations in Dynamic sequence.

to Call Particular Implmentation do we go for Filter dependent?

or is both concepts are independent .

Let me Know the difference

Regards

Raj.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Yes,Both Concepts are independent.

If the BADI Has checked with Muliple use check box then u can implement multiple implementation for that BADI for example check the BADI ME_PURCHDOC_POSTED Attributes tab.

If the check box is marked with Filter-dependent then u can implement based on the data element.Example check the BADI NOTIF_EVENT_SAVE Attibutes tab.

2 REPLIES 2

Former Member
0 Kudos

This message was moderated.

Former Member
0 Kudos

Yes,Both Concepts are independent.

If the BADI Has checked with Muliple use check box then u can implement multiple implementation for that BADI for example check the BADI ME_PURCHDOC_POSTED Attributes tab.

If the check box is marked with Filter-dependent then u can implement based on the data element.Example check the BADI NOTIF_EVENT_SAVE Attibutes tab.