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: 

Could any one pls tell me abt filter concept in badi

Former Member
0 Kudos

Hi Experts,

I implemented a badi for xd01. How to see filter for that.

Thanks in advance..

1 ACCEPTED SOLUTION

Former Member
0 Kudos

hi,

A BADI defination can be of type 'Multiple use' or 'Filter dependent'. If it is a Filter dependent type, then a import parameter 'FLT_VAL' is assigned to each method of interface

which must be filled with a filter value when it is called.

Filter dependence means you apply a filter value to each method called for example a country.

3 REPLIES 3

former_member589029
Active Contributor
0 Kudos

It depends what BADI you did implement. Not all Badis allow Filters.

Go to Attributes and check if the 'Filter-Depend.' checkbox is set. If it is not this is not a filter BADI. If it is you should see a filter type. By double clicking on the entry you should be able to get to the data element and the domain to check for domain values.

Hope that helps,

Michael

Former Member
0 Kudos

hi,

A BADI defination can be of type 'Multiple use' or 'Filter dependent'. If it is a Filter dependent type, then a import parameter 'FLT_VAL' is assigned to each method of interface

which must be filled with a filter value when it is called.

Filter dependence means you apply a filter value to each method called for example a country.

Former Member
0 Kudos

Thanks A lot for giving help