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 Grid - char field cutted ?

Former Member
0 Kudos

hi,

i have an char132 field in my ALV but the last 4characters missing.

Only 128-130 char are shown.

Í´ve searched the layout for some options but without success.

Ideas ?

6 REPLIES 6

Former Member
0 Kudos

Hi,

Not sure what you have already tried, but did you try these options of the layout ?


*        Display options
         colwidth_optimize(1) type c,                 " PASS 'X'
         no_min_linesize(1) type c,    " line size = width of the list

regards,

Advait

0 Kudos

i can´t find this : no_min_linesize ?

0 Kudos

Hi,

Are you using OOPS ALV or REUSE_ALV function ?

regards,

Advait

0 Kudos

im using :

1. function 'LVC_FIELDCATALOG_MERGE' and

2. method go_grid2->set_table_for_first_display

0 Kudos

Vijay Babu Dudla,

these settings are made but without success.

former_member188685
Active Contributor
0 Kudos

use these and see..

fieldcat-ddic_outputlen = 132.
fieldcat-intlen = 132.