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

GET BADI: Filters FLT='*'

0 Kudos
592

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!

3 REPLIES 3
Read only

pokrakam
Active Contributor
0 Kudos
316

The most obvious to me would be to just leave off the FILTER clause, doesn't this work?

GET BADI xyz.
Read only

0 Kudos
316

Hi,

No, it causes syntax error: "The FILTERS addition is required for BAdIs with filters."

Thanks for reply!.

Read only

pokrakam
Active Contributor
0 Kudos
316

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.