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 Block list width error...

aris_hidalgo
Contributor
0 Kudos

Hello Experts, 

I am currently developing a report using alv block. But I am having problems with the width
length since it shows an extra horizontal line. 

Something like this:

------------------------------------------------------------------------
| HEADER 1 | HEADER 2 | HEADER 3 | HEADER 4 | HEADER 5 |
--------------------------------------------------------
|						       |
|						       |
|						       |
--------------------------------------------------------

The top most horizontal line is longer than the rest. What could be the
problem? 

Thank you guys and take care!
1 ACCEPTED SOLUTION

former_member188685
Active Contributor
0 Kudos

The problem lies inside your code.

show init and append , and display function calls. and do you have any top of page event.

4 REPLIES 4

Former Member
0 Kudos

Hi,

Check with line-size in the pogram name.

(ii) check for is_layout-max_linesize in slis_layout_alv.

regards,

ragu.

former_member188685
Active Contributor
0 Kudos

The problem lies inside your code.

show init and append , and display function calls. and do you have any top of page event.

0 Kudos

Hi Vijay, I tried commenting out the FM REUSE_ALV_COMMENTARY_WRITE and it worked fine. Why is that so?

Thanks again!

0 Kudos

May be you are trying to write some thing which is very big or any logo you are passing to it.

what exactly you are doing using that commentry function. only just heading or anything else..?