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 Grid

Former Member
0 Likes
1,020

Hi All,

How many columns can be displayed maximum in a alv grid using REUSE_ALV_GRID_DISPLAY.

I am using Reuse_alv_fieldcatalog_ merge.

I want to know wether it is possible to display more than 90 fields and how.

Regards,

Bindu.

1 ACCEPTED SOLUTION
Read only

nitesh_jain3
Active Participant
0 Likes
981

Hi,

I have not seen any documented limit as yet and have developed an ALV with 275 columns...

However the main issue with such an ALV is its usability and response in the Production system.. Page scrolling takes appreciable time depending on the load of the system until the complete data is buffered which only happens once you scroll thru every page of the ALV..

Cheers

Nitesh

Hi All,

How many columns can be displayed maximum in a alv grid using REUSE_ALV_GRID_DISPLAY.

I am using Reuse_alv_fieldcatalog_ merge.

I want to know wether it is possible to display more than 90 fields and how.

Regards,

Bindu.

6 REPLIES 6
Read only

FredericGirod
Active Contributor
0 Likes
981

I think the limit is 99 columns

Read only

Former Member
0 Likes
981

HI,

There is a limit i think it is 255 columns.But you can show all of them using the Display Variants.Create the Variant by including all the columns and create the Varaint and set that variant as Default variant. so that when ever the report starts it will take the Default variant and show all the columns.

thanks & regards,

Venkatesh

Read only

Former Member
0 Likes
981

Hi Bindu,

I heared its upto 255( i dont think in ur custom programe u need to display more than this 255 means its enough/sufficient).

Reward points if helpful.

Thanks

Naveen khan

Read only

nitesh_jain3
Active Participant
0 Likes
982

Hi,

I have not seen any documented limit as yet and have developed an ALV with 275 columns...

However the main issue with such an ALV is its usability and response in the Production system.. Page scrolling takes appreciable time depending on the load of the system until the complete data is buffered which only happens once you scroll thru every page of the ALV..

Cheers

Nitesh

Read only

0 Likes
981

Hi Nitesh,

I am using 'REUSE ALV_FIELDCATALOG MERGE'

From the FM iam getting all the fields (175) in the field catalog.

But in display only 90 fields displayed.

wether u used OO ALV or FM.

Regards,

Bindu.

Read only

nitesh_jain3
Active Participant
0 Likes
981

Hi Bindu,

I implemented ALV Grid using OO programming..

Cheers

Nitesh