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 grid/ filter button

Former Member
0 Likes
590

Hi ,

I developed report with ALV grid. One of columns has values of 14-teen character length.When I wont to filter this column,

in pop up screen of filter I can input only values of maximal length 10. So filtering on this column is not possible because user

cannot enter full length values.

I tried to enter values manually but the problem remains same. The field in grid is created after table field using data element from DDIC type char length 14.

How I can increase input field length, in filter pop up of ALV grid. Release is 6.00

Please advice.

Krsto

Edited by: Krsto Gjergja on May 11, 2010 9:32 AM

1 REPLY 1
Read only

jrg_neumann
Explorer
0 Likes
398

Hello.

I think, that you will have to modify the fieldcatalog.

Changing the value for field "outputlen" to 14 for this field could be the soultion for your problem.

Regards, Jörg