2017 Dec 07 8:17 AM
Hi Colleagues / Experts,
How do I get all BADI Implementations ignoring filter values?
GET BADI xyz
FILTERS FLT = '*'.
Some of the BADI Implementation is using FLT = 'bla'. But I want to get all.
I want GET BADI to ignore the filters.
I have tried with FLT = empty string, '@', '$', '%', '&', nothing works.
Please help, thanks!
2017 Dec 07 8:25 AM
The most obvious to me would be to just leave off the FILTER clause, doesn't this work?
GET BADI xyz.
2017 Dec 07 8:28 AM
Hi,
No, it causes syntax error: "The FILTERS addition is required for BAdIs with filters."
Thanks for reply!.
2017 Dec 07 8:40 AM
OK, it did seem a bit obvious but sometimes I miss those!
Is the BAdI defined as multiple use? If it's single use then I would understand if SAP complains about a catch-all. Also check the filter use limit setting.