Application Development and Automation 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: 
Read only

Alv display

Former Member
0 Likes
794

Hi all,

If we use reuse_alv_grid_display for displaying the output the maimum line size is 250 by default.How to increse this line size?

what is the maximum limit to increase line size.

thanks a lot.

Hi all,

If we use reuse_alv_grid_display for displaying the output the maimum line size is 250 by default.How to increse this line size?

what is the maximum limit to increase line size.

thanks a lot.

6 REPLIES 6
Read only

Former Member
0 Likes
770

hi..

u can change the display size In the report statement itself..

<b>REPORT YH640_TEST_ALV line-size <300>.</b>

<b> The maximum limit is 1023.</b>

reward if it helps u...

sai ramesh

Read only

0 Likes
770

Hi,

How to get that line size as 1023

thank you very much

Read only

0 Likes
770

Hello,

Use the system field: <b>SY-LINSZ</b>

Regards,

Vasanth

Read only

0 Likes
770

Hi all,

How to give the line size for the alv grid display.

Thank you very much

Read only

0 Likes
770

Hello,

In the report statement u mention it like this

<b>REPORT ZXXXX LINE-SIZE 1023 MESSAGE-ID ZXXX.</b>

If useful reward.

Vasanth

Read only

Former Member
0 Likes
770

for List display it is 255

for Grid display it is 1023

REPORT ZTEST LINE SIZE 1023.