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: 

Dump ALV with 53 columns

Former Member
0 Kudos

Hi,

I have a ALV with 53 columns.

When I try to scroll down I have a dump: ASSERTION_FAILED

Instead if I have little data and there isn't the scroll all is well.

how can I solve this problem?

7 REPLIES 7

Former Member
0 Kudos

check the dump analysis on ST22 .. try to find out the exact problem

Former Member
0 Kudos

Hi Alfonso,

Look into the OSS NOTES: 998730

Iam not sure of the max no columns but i have earlier worked on a report displaying 178 columns. There must be something u wud have missed

rainer_hbenthal
Active Contributor
0 Kudos

Comment out every column piece by piece und see where the program stops dumping. This is the column with something weired in it. May be a date which isnt really a date and canot be transformed.

former_member188685
Active Contributor
0 Kudos

Are you working on ALV list function module.

if so , try to replace that with the ALV_GRID fucntion module and check once.

Former Member
0 Kudos

I'm using gr_alvgrid->set_table_for_first_display.

0 Kudos

if possible can you share the Code, so that we can find the issue with coding.

Former Member
0 Kudos

Hi,

I have solved the problem.

The layout's structure was empty.

Many Thanks!!!