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

ALV Filter

Former Member
0 Likes
383

Hello -

I am facing issue with ALV filter. I am trying to use filter on a column of the alv ( char data type ). However this field also has numeric values being displayed. When i apply filter and give a numerical value, i dont get any results. However if i give the char data, it filters properly. Please let me know who this could be rectified.

(Note: the data type of the field cannot be changed). ALV displayed using method SET_TABLE_FOR_FIRST_DISPLAY

Thanks

2 REPLIES 2
Read only

Former Member
0 Likes
340

Hi Vijay,

Try passing REFERENCE TABLE & REFERENCE FIELD name in the Fieldcatalog for the Field on which you are doing filter.

Thanks,

Best regards,

Prashant

Read only

0 Likes
340

Hello Prashanth,

I tried your option. It is not working