2009 Mar 23 12:45 PM
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
2009 Mar 23 12:49 PM
REPORT <repanme> NO STANDARD PAGE HEADING. this extension might be missing in your code.
2009 Mar 23 12:52 PM
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'
2009 Mar 23 1:03 PM
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.
2009 Mar 23 1:11 PM
check the Downward-Compatible line length of the editor, it need to be 72 abap editor supports 72 width at the max.
2009 Mar 23 1:35 PM
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
2009 Mar 23 1:41 PM
I am talking about the width of the line not the number of lines.
<-------------------------width------------------------------>
^
|
|
|
|
line count
|
|
|
|
v
2009 Mar 23 1:46 PM
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.
2009 Mar 23 2:02 PM