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

LIST_TOPOFPAGE_OVERFLOW error

Former Member
0 Likes
2,723

hi,

i have a custom report which when i am running in background giving the following error in SM37

LIST_TOPOFPAGE_OVERFLOW.

please help

hi,

i have a custom report which when i am running in background giving the following error in SM37

LIST_TOPOFPAGE_OVERFLOW.

please help

8 REPLIES 8
Read only

former_member156446
Active Contributor
0 Likes
1,418

REPORT <repanme> NO STANDARD PAGE HEADING. this extension might be missing in your code.

Read only

0 Likes
1,418

No STANDARD PAGE HEADING is there in the report.

In development server the program is running fine.

But in quality when run in back groung giving this error ' LIST_TOPOFPAGE_OVERFLOW'

Read only

0 Likes
1,418

Hi Rakhi,

If line-count is less than or equal to the no of lines written in top of page, then we get such error.

Try to give a large value for line-count in the report

report XXXX line-count 370.

Regards,

Soumya.

Read only

0 Likes
1,418

check the Downward-Compatible line length of the editor, it need to be 72 abap editor supports 72 width at the max.

Read only

0 Likes
1,418

In the top of page only 1 line is written.

the final table which i am passing to the alv contains 4239 number of records for the data by which i am running the report..

in this case what should be the line-count value?

Edited by: rakhi bose on Mar 23, 2009 2:35 PM

Read only

0 Likes
1,418

I am talking about the width of the line not the number of lines.

<-------------------------width------------------------------>
^
|
|
|
|
line count
|
|
|
|
v

Read only

0 Likes
1,418

Soumya,

In the top of page only 1 line is written.

the final table which i am passing to the alv contains 4239 number of records for the data by which i am running the report..

in this case what should be the line-count..at present i didnt incorporated this addition in the report

J@Y

the Downward-Compatible line length of the editor is 72.

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
1,418

Hello Rakhi,

You can check this post on [LIST_TOPOFPAGE_OVERFLOW|;.

Hope this helps.

BR,

Suhas