‎2007 Mar 11 2:47 PM
Hi gyes,
please tell me
wt is the width & hight of a report list?
Thanks and regards
Aruna
‎2007 Mar 11 3:48 PM
Standard Page
Beneath the page header, the output data appears. The standard list consists of one single page of dynamic length (internal limit: 60,000 lines). The output length is determined by the current list size.
The output screen includes a vertical scrollbar that allows the user to scroll through lists whose pages are longer than the window.
by default it takes 60 chars in list and max is 1024
http://help.sap.com/saphelp_erp2005vp/helpdata/en/9f/dba23035c111d1829f0000e829fbfe/frameset.htm
reward if useful
‎2007 Mar 11 2:49 PM
‎2007 Mar 11 2:56 PM
U can find these from the system variables SY-LINSZ ( List width ),, SY-LINCT ( List Hieght ) for a particular report ...
U can overwrite these in the REPORT statement using
REPORT ZSAMPLE LINE-SIZE 50 LINE-COUNT 30.
For standard list the height is 65000 lines and width is 1024 characters..
regards,
sai ramesh
‎2007 Mar 11 3:48 PM
Standard Page
Beneath the page header, the output data appears. The standard list consists of one single page of dynamic length (internal limit: 60,000 lines). The output length is determined by the current list size.
The output screen includes a vertical scrollbar that allows the user to scroll through lists whose pages are longer than the window.
by default it takes 60 chars in list and max is 1024
http://help.sap.com/saphelp_erp2005vp/helpdata/en/9f/dba23035c111d1829f0000e829fbfe/frameset.htm
reward if useful
‎2007 Mar 11 3:49 PM
Hi Reddy,
height : 65 lines
width : 132 lines
Thanks
Vikranth Khimavath