2006 Dec 04 9:25 AM
Hi,
Can any1 tel me the use of filter in BADI?
Thanks in advace
2006 Dec 04 9:37 AM
hi,
The definition of a BAdI contains a BAdI interface, a set of selection filters, and some settings that affect runtime behaviour later on. A BAdI interface forms the entire interface or part of the interface of an object plug-in.
A BAdI implementation consists of a BAdI implementation class that implements the BAdI interface, and of a condition imposed on the filters specified in the BAdI definition. These can be used to select the BAdI implementation.
Regards,
-pankaj Singh
hi,
The definition of a BAdI contains a BAdI interface, a set of selection filters, and some settings that affect runtime behaviour later on. A BAdI interface forms the entire interface or part of the interface of an object plug-in.
A BAdI implementation consists of a BAdI implementation class that implements the BAdI interface, and of a condition imposed on the filters specified in the BAdI definition. These can be used to select the BAdI implementation.
Regards,
-pankaj Singh
2006 Dec 04 9:27 AM
2006 Dec 04 9:28 AM
If you want to fire the BADI only for specific values, you use the FILTER.
Regards,
Ravi
Note - Please mark all the helpful answers
2006 Dec 04 9:33 AM
Hi,
The BADI are allowed multiple implementations. These implementations will be executed all at a time. we can't predict the sequence of execution.
If you want execute the specified implementation among other implementations, the Filter values are allowed.
Filter variable have some rules (domain).
1. It should be character datatype.
2. Domain should have fixvalues or valuetable entry.
If you executing taxation report. You can define COuntry code as filter. The implementaion will executed based on country code value.
Regards
Bhupal Reddy
2006 Dec 04 9:37 AM
hi,
The definition of a BAdI contains a BAdI interface, a set of selection filters, and some settings that affect runtime behaviour later on. A BAdI interface forms the entire interface or part of the interface of an object plug-in.
A BAdI implementation consists of a BAdI implementation class that implements the BAdI interface, and of a condition imposed on the filters specified in the BAdI definition. These can be used to select the BAdI implementation.
Regards,
-pankaj Singh
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |