2006 Jul 28 8:35 AM
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
2006 Jul 28 8:39 AM
Hello,
set ST_FIELDCAT-OUTPUTLEN = 8 , in catalogue
For this perticular field.
regards,
Naimesh
Close the thread, and reward all helpful answers..!
2006 Jul 28 8:39 AM
Hello,
set ST_FIELDCAT-OUTPUTLEN = 8 , in catalogue
For this perticular field.
regards,
Naimesh
Close the thread, and reward all helpful answers..!
2006 Jul 28 10:24 AM
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
2006 Jul 28 8:40 AM
Hi sun deep,
When setting the filter, press F4 , select it,
and then suffix '*' to it....
eq: abcde*
This will work......
2006 Jul 28 10:29 AM
2006 Jul 28 10:32 AM
Hi Sundeep,
Try using the functionalities of colwidth_optimize
Cheers Santosh