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 Filter

Former Member
0 Likes
687

What is filtering in BADI?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
657

BADI may be implemented depending on a specific filter value( example COUNTRY-SPECIFIC VERSIONS: distinct implementations of the BADI can be created for the COUNTRY).

a filter type must be entered when defining your enhancement ( a country or industry, for example).

all methods created in the enhancement's interface have filter value 'FLT_VAL' as their import parameter.

the method then selects the active implemetation based on the data provided in the filter value.

for seting the filter value, you must enable the option FILTER DEPEND and provide FILTER TYPE in the ATTRIBUTES of the BADI defination.

SE18 is the transaction code for creating BADI.

1 REPLY 1
Read only

Former Member
0 Likes
658

BADI may be implemented depending on a specific filter value( example COUNTRY-SPECIFIC VERSIONS: distinct implementations of the BADI can be created for the COUNTRY).

a filter type must be entered when defining your enhancement ( a country or industry, for example).

all methods created in the enhancement's interface have filter value 'FLT_VAL' as their import parameter.

the method then selects the active implemetation based on the data provided in the filter value.

for seting the filter value, you must enable the option FILTER DEPEND and provide FILTER TYPE in the ATTRIBUTES of the BADI defination.

SE18 is the transaction code for creating BADI.