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 list display is truncated though data is present in internal table

Former Member
0 Kudos

hi

There are total 108 columns in my internal table, but the ALV list display shows only 90 , the fieldcatalog and final ALV internal table has the same structure. Please let me know how to display the rest of the field

Regards

Monirul

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hello monirulsk

Try using OOALV to display all 108 fields.

Regards

Veera

8 REPLIES 8

Former Member
0 Kudos

Hi,

Try by changing the REPORT line-size to 255.

Regards

HM

Former Member
0 Kudos

Hello monirulsk

Try using OOALV to display all 108 fields.

Regards

Veera

former_member184578
Active Contributor
0 Kudos

Hi.,

ALV List Display will display max. 90 columns it depends on line size 1023., Some times it goes to dump in number of columns increases ., and some times it displays some columns in one line and other columns in other line which will not look gud.. better use ALV Grid or OO ALV with custom container .

hope this helps u.,

Thanks & Regards,

Kiran

Former Member
0 Kudos

Actually i want list display with all 108 field.

I'm already tried it with oops alv but it give dump if i use list display.

Please help me

0 Kudos

Hi.,

Check my previous reply. ALV List Display will go to dump if the number of columns exceeds 90 or the line size exceeds 1023.

The Maximum number of columns with ALV List is 90 and the column size is 255.

hope this helps u.,

Thanks & Regards,

Kiran

0 Kudos

Is it solved?

deepak_dhamat
Active Contributor
0 Kudos

hi ,

try using REUSE_ALV_GRID_DISPLAY

it will help you to display 108 columns

regards

Deepak.

Edited by: Deepak Dhamat on Jul 2, 2011 11:36 AM

Former Member
0 Kudos

My requirement is alv list display with 108 column.