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

aris_hidalgo
Contributor
0 Likes
600

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
Read only

Former Member
0 Likes
557

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
Read only

Former Member
0 Likes
557

Hi,

Check with line-size in the pogram name.

(ii) check for is_layout-max_linesize in slis_layout_alv.

regards,

ragu.

Read only

Former Member
0 Likes
558

The problem lies inside your code.

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

Read only

0 Likes
557

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

Thanks again!

Read only

0 Likes
557

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..?