2009 Aug 05 3:41 PM
Hi.
I have a abap list viewer, when I do a filter by the first name with 'XXXX' the program doesn't find any data, but if no filter as been done the XXXX appears. How can I solve this?
2009 Aug 05 3:51 PM
Hi,
I guess that the data that you are getting is in caps ( XXXX ) and you must be using small letters ( xxxx ) while putting a filter on the field.
This filter is case-sensitive. Try using the filtering the data in the same manner as you get from the database table. Give it a try may be it works..
Hope this helps you.
Regards,
Tarun
Hi.
I have a abap list viewer, when I do a filter by the first name with 'XXXX' the program doesn't find any data, but if no filter as been done the XXXX appears. How can I solve this?
2009 Aug 05 3:51 PM
Hi,
I guess that the data that you are getting is in caps ( XXXX ) and you must be using small letters ( xxxx ) while putting a filter on the field.
This filter is case-sensitive. Try using the filtering the data in the same manner as you get from the database table. Give it a try may be it works..
Hope this helps you.
Regards,
Tarun
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |