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: 

Filter Value for BADI

Former Member
0 Kudos

Hi,

Kindly Let me know the Filter Defined for Implementaing

BADI.

Hoping for your Response...!!!

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi ,

Filter value is defined during Implementing a BADI.

if a Perticular BADI has More no. of Implementation Exits.

so, we Customized our own Implementation as per the Filter Value.

A BADI definition should be marked as filter-dependent whenever the characteristic of the BADI implementation should match the characteristics of the filter type - that is, whenever the implementation of different filter values should be different or should only exist at all for certain filter values.

Typical filter types are line of industry or country.

The BADI is filter dependent. In the first tab of your BADI implementation (SE19), the lower half will contain filter details.

4 REPLIES 4

Former Member
0 Kudos

Hi,

Filter dependence for BADI definitions means that each interface method automatically has an importing parameter FLT_VAL assigned ot it. This parameter must be filled with a filter value as current parameter when it is called.

A BADI definition should be marked as filter-dependent whenever the characteristic of the BADI implementation should match the characteristics of the filter type - that is, whenever the implementation of different filter values should be different or should only exist at all for certain filter values.

Typical filter types are line of industry or country.

The BADI is filter dependent. In the first tab of your BADI implementation (SE19), the lower half will contain filter details.

STEPS FOR SETTING UP A FILTER

just go to se18 and give ur BADI name..

then Select 'Attributes' Tab ,there u will find option Filter-Dependent in window named "type"..

check tht filter dependent checkbox and give ur data element/field in the Filter type field say u can give 'MOLGA' ..save and come back..

now go to se19 and implement this BADi and there u can give filter values for filed MOLGA..

Jayant Sahu

Former Member
0 Kudos

Hi,

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.

Filter dependence for BADI definitions means that each interface method automatically has an importing parameter FLT_VAL assigned ot it. This parameter must be filled with a filter value as current parameter when it is called.

A BADI definition should be marked as filter-dependent whenever the characteristic of the BADI implementation should match the characteristics of the filter type - that is, whenever the implementation of different filter values should be different or should only exist at all for certain filter values.

Typical filter types are line of industry or country.

The BADI is filter dependent. In the first tab of your BADI implementation (SE19), the lower half will contain filter details.

STEPS FOR SETTING UP A FILTER

just go to se18 and give ur BADI name..

then Select 'Attributes' Tab ,there u will find option Filter-Dependent in window named "type"..

check tht filter dependent checkbox and give ur data element/field in the Filter type field say u can give 'MOLGA' ..save and come back..

now go to se19 and implement this BADi and there u can give filter values for filed MOLGA..

Reward Points if found helpfull..

Cheers,

Chandra Sekhar.

former_member188829
Active Contributor
0 Kudos

Hi,

Check this thread..

Former Member
0 Kudos

Hi ,

Filter value is defined during Implementing a BADI.

if a Perticular BADI has More no. of Implementation Exits.

so, we Customized our own Implementation as per the Filter Value.

A BADI definition should be marked as filter-dependent whenever the characteristic of the BADI implementation should match the characteristics of the filter type - that is, whenever the implementation of different filter values should be different or should only exist at all for certain filter values.

Typical filter types are line of industry or country.

The BADI is filter dependent. In the first tab of your BADI implementation (SE19), the lower half will contain filter details.