cancel
Showing results for 
Search instead for 
Did you mean: 

table filter with wildcards e.g. *, ? and so on

Former Member
0 Kudos

hello,

the table filter from Martin Clabunde

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f024364b-3086-2b10-b2be-c0ed7d33...

isn't working with wildcards e.g. *, ? and so on.

How can I implement a wildcard search.

Thanks for help.

Regards

Steffen

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Expert,

I am putting some code with validate your input at time of filter..but SDN some problem when you write some wild character but it behaves as some disorder manner but try to write code and arrange proper way...

String aspc="asas222?*";

boolean dec4=aspc.matches(("[^&]([
p?])") ) ;

System.out.println("dec4"+dc4);

first check it will work or not...

thanks

jati

Former Member
0 Kudos

why is for filter 'jeans' the result jacket und for filter 'jacket' the result jeans in the example?

Answers (0)