2005 Oct 05 4:11 PM
Hi,
I'm trying ALV output for a column with width 512 characters.
It works in REUSE_ALV_LIST_DISPLAY but in REUSE_ALV_GRID_DISPLAY it restricts the output to 132 characters. Please note:
1. the data in the internal table is 512 characters
2. the field catalog for that field has OUTPUTLEN, DDIC_OUTPUTLEN, INTLEN all set to 512
But still it does not output anything after 132 characters and I get spaces instead.
Thanks and regards,
Satya
2005 Oct 05 4:15 PM
Hi
I think or you split your string in several field2 (for example 4 field of 132 char):
write: tab_512(132) to tab_132,
tab_512+132(132) to tab_132,
..........
append tab_132.
or you can't use ALV.
Max
Message was edited by: max bianchi
2005 Oct 05 7:14 PM