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 Columns

Former Member
0 Likes
633

Hi All,

Is there a maximum number of columns an ALV Grid can display? If yes, how many columns can an ALV Grid display?

Thanks,

Jim

Hi All,

Is there a maximum number of columns an ALV Grid can display? If yes, how many columns can an ALV Grid display?

Thanks,

Jim

4 REPLIES 4
Read only

Former Member
0 Likes
594

Hi

I think there is a limit of 90 Columns that are to be printed in ALV

reward points if useful

regards

Anji

Read only

Former Member
0 Likes
594
Read only

Former Member
0 Likes
594

hi,

For GRID :- line size is 255.

LIST :- 1023.

So within this limit u can give column szie, and thus the number of columns.

Rgds

Reshma

Read only

Former Member
0 Likes
594

Hi,

in normal report the lngth is fixed to 255 whereas in ALV it is more than 255....U can accomodate as many fields as u can but there is restriction of somewhere above 200 fields...In ur case it is just 46 so u can accomodate in ALV in foreground...But if u run in background again it will take 255 characters concept.