cancel
Showing results for 
Search instead for 
Did you mean: 

badi

Former Member
0 Kudos

Hi,

pls tell me what is the deffrence between singleuse and multipleuse.and filter concept.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Multiple use for BADI definitions means that there can be several

active BADI implementations. When there is a call, they are all called

up - however, in an unpredictable sequence.

If you have multiple-use BADI definitions, the sequence must not play

any role therefore. A typical example is the execution of checks before

a save.

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.

Regards,

Renjith Michael.