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

Function Module RESUSE_ALV_LIST_DISPLAY

Former Member
0 Likes
1,579

Dear All,

Could you please let me know how many columns we can display using the Function module RESUSE_ALV_LIST_DISPLAY ?

Thanks in Advance

Edited by: TSGAWAI on Apr 24, 2009 12:37 PM

12 REPLIES 12
Read only

Former Member
0 Likes
1,558

Hi,

In a ListDisplay you can use maximum of 10 columns. after which it gives a error of fieldcat wasnt assigned.

Better use a GRID display.

Regards,

Mansi.

Read only

0 Likes
1,558

Hi,

Thanks fro prompt answer.

But i had already used 90 coumns with no dump.

But when inscrease after 99 it gives me dump.

Thanks

Read only

0 Likes
1,558

Sorry for the incorrect information.

i tried with 200 fields also.. its working fine.. the dump is due to something else and not number of fields. It works fine with any number of columns. There is no limitattion on number of columns.

Regards,

Mansi.

Read only

0 Likes
1,558

Hi,

What is the total length of the fields used in your internal table?

There is a limitation of 1023 characters for ALV lists.

So, it is not the number of columns that is causing the dump, but the total number of charaters exceeding 1023.

Regards,

Ravi Kanth Talagana

Read only

Former Member
0 Likes
1,558

Hi,

We can display 99 columns using the Function module RESUSE_ALV_LIST_DISPLAY.

Thanks,

NNR.

Read only

Former Member
0 Likes
1,558

hi,

maximum 99 colums we can display ..

~linganna

Read only

0 Likes
1,558

Dear All,

I am Not clear Mani is saying we can display more then 200 columns ~linganna say that we can only display 99 columns.

Mansi which is ur system

mine is ECC 6.0 and on my system just support pack SAPKA70015 is applied.

could this be the reason

Thanks

Read only

0 Likes
1,558

Check the link

Read only

0 Likes
1,558

1024 is the maximum, check this [link |;, i hope for ECC6 also it will be applied as same. I dont think its problem with the support pack.

Read only

0 Likes
1,558

Since you are on ECC, you can use SALV class , you can display more than 1023chars using SALV class. Refer the class CL_SALV_TABLE

Read only

0 Likes
1,558

Thanks guys

I guess the number of characters is the problem.

Thanks

Edited by: TSGAWAI on Apr 29, 2009 8:54 AM

Read only

Former Member
0 Likes
1,558

I hope there is no limitiation to display the columns for Function module RESUSE_ALV_LIST_DISPLAY.

Regards,

Joan