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

Filter class

Former Member
0 Likes
393

Can anyone tell me what is the significance of filter class in case of a BADI implementation. How does it affect the standard program? I am new To ABAP is the answer would be detailed it would be convenient for me.

Thanks in advance

Prem

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
364

Hi ,

by using that Filter option u can restrict execution of BADI based on the filter values.

say filter on country.

if i activate in my BADI like this Country = U* then badi execution will take place only for countries name should start with U only.

regards

Prabhu

1 REPLY 1
Read only

Former Member
0 Likes
365

Hi ,

by using that Filter option u can restrict execution of BADI based on the filter values.

say filter on country.

if i activate in my BADI like this Country = U* then badi execution will take place only for countries name should start with U only.

regards

Prabhu