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

Re: ALV

Former Member
0 Likes
789

hi to all,

i am facing problem regarding the filters in ALV.

when we select one column and set the filter the

contents in the particular column are not displayed

in full but some characters are truncated.

column

-


abcdefgh

xyxabcde

when setting filter then pressing F4 option then popup it is displaying like

abcde

xyxab

three characters are truncated

please help me in this regard

thanks

sun

Message was edited by: sun deep

1 ACCEPTED SOLUTION
Read only

naimesh_patel
Active Contributor
0 Likes
749

Hello,

set ST_FIELDCAT-OUTPUTLEN = 8 , in catalogue

For this perticular field.

regards,

Naimesh

Close the thread, and reward all helpful answers..!

5 REPLIES 5
Read only

naimesh_patel
Active Contributor
0 Likes
750

Hello,

set ST_FIELDCAT-OUTPUTLEN = 8 , in catalogue

For this perticular field.

regards,

Naimesh

Close the thread, and reward all helpful answers..!

Read only

0 Likes
749

Hello,

if you are using REUSE_ALV_FIELDCATALOG_MERGE fm to get the field catalogue,

then

Loop at fldcat into ST_FIELDCAT.

ST_FIELDCAT-OUTPUTLEN = ST_FIELDCAT-DDIC_OUTPUTLEN.

modify fldcat from ST_FIELDCAT.

endloop.

Regards,

Naimesh

Read only

Former Member
0 Likes
749

Hi sun deep,

When setting the filter, press F4 , select it,

and then suffix '*' to it....

eq: abcde*

This will work......

Read only

Former Member
0 Likes
749

pls go thru this

Read only

Former Member
0 Likes
749

Hi Sundeep,

Try using the functionalities of colwidth_optimize

Cheers Santosh