Hi,
I have an alv report which is not displaying the complete text in one of the alv's column.
The text is visible in my internal table and the size of text is 169 characters.
But when i am using the same internal table for displaying the data in alv, the alv is just showing the first 128 characters of the column.
i have tried wa_fcat-outputlen and it didn't solve my problem.
Any suggestion?
Thanks.