cancel
Showing results for 
Search instead for 
Did you mean: 

QueryFilter and wildcard

Former Member
0 Kudos

Using a query Filter you can use wildcards like following,

*<searchword>

<searchword>*

But the following doesn't return any results,

<searchword>

Any ideas?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Please go through this library to know how to set the condition for query filter.

http://help.sap.com/saphelp_snc70/helpdata/EN/44/6359a603b13674e10000000a114a6b/frameset.htm

Regards,

Gayathri.

Former Member
0 Kudos

Hi,

You must create one more QueryFilter instance with the <searchword> compared with the condition

CONDITION.EQ.

Hope that helps you!