‎2009 Apr 25 11:46 AM
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
‎2009 May 06 7:25 AM
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
‎2009 May 06 7:25 AM
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