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

Former Member
0 Likes
885

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
Read only

Former Member
0 Likes
712

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.

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.

2 REPLIES 2
Read only

Former Member
0 Likes
712

This message was moderated.

Read only

Former Member
0 Likes
713

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.