‎2007 May 29 10:30 AM
‎2007 May 29 10:31 AM
‎2007 May 29 10:33 AM
<b>LINE-SIZE col</b>
Effect
Creates a report with col columns per line.
If the LINE-SIZE specification is missing, the line length corresponds to the current screen width. The system field SY-LINSZ contains the current line size for generating lists. The maximum width of a list is 1023 characters. You should keep lists to the minimum possible size to improve useability and performance (recommendation: LINE-SIZE < 132). For very wide lists (LINE-SIZE > 255), you should consult the notes for using LINE-SIZE
greater than 255.
Notes
The specified LINE-SIZE must not appear in quotation marks.
If the you want the report list (i.e. the output) to be printable, do not define a LINE-SIZE with a value greater than 132 because most printers cannot handle wider lists. You cannot print lists wider than 255 characters at all using the standard print functions. To print the contents of the lists, you need to write a special print routine that arranges the data in shorter lines (for example, using the PRINT ON addition in the NEW-PAGE statement.
At the beginning of a new list level, you can set a fixed line width for the level using the ... LINE SIZE addition to the NEW-PAGE statement.
Example
REPORT ZREPNAME LINE-SIZE 132.
‎2007 May 29 10:33 AM
‎2007 May 29 10:34 AM
‎2007 May 29 12:38 PM
hi naga
The maximum line length permitted is 255 characters.
The Line Length corresponds to the current screen width. The system field
SY-LINSZ contains the current line size for generating reports.
REWARD IF USEFUL.....
‎2007 May 29 12:42 PM
hi mrudula,
Hi,
maximum line-size is 1023.
reward some points if helpful.
rgds,
suresh babu aluri.