Application Development 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: 

ALV COL OUTPUT 512 CHARACTERS

Former Member
0 Kudos
189

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

2 REPLIES 2

Former Member
0 Kudos
78

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

guillaume-hrc
Active Contributor
0 Kudos
78

Have a look at this post :

Cheeres,