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

ABAP List Viewer help

marisa_quaresma
Explorer
0 Likes
407

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?

1 ACCEPTED SOLUTION
Read only

I355602
Product and Topic Expert
Product and Topic Expert
0 Likes
375

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?

1 REPLY 1
Read only

I355602
Product and Topic Expert
Product and Topic Expert
0 Likes
376

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