Skip to Content
0
Former Member
Apr 09, 2007 at 08:25 AM

ALV (reuse_alv_list_display), how to increase the line size ??

632 Views

Hi guys,

I have a requirement such that i have to create an ALV report with many columns hence its line size is greater than 255 chars, hence some columns are not getting printed properly.

Please tell me how to rectify this problem.

I am using the following code:-

v_layout-colwidth_optimize = c_x.

v_layout-max_linesize = v_line.

v_layout-NO_MIN_LINESIZE = c_x.

call function 'REUSE_ALV_LIST_DISPLAY'

EXPORTING

IS_LAYOUT = v_layout

IT_FIELDCAT = v_fieldcat

tables

t_outtab = i_essr_final

EXCEPTIONS

PROGRAM_ERROR = 1

OTHERS = 2

Thanks

Rahul