2008 Feb 22 10:21 PM
Hi ,
I have an output with a number of fields
I have given the page setting like this ...
REPORT zvms_purchasing
LINE-SIZE 255
LINE-COUNT 60
NO STANDARD PAGE HEADING.
But I need the line-size atleast upto 365 . How can I do it ? I think I can do it only till 255.
Anyone please tell me how to increase this...
Thanks
Edited by: ramana peddu on Feb 23, 2008 1:12 AM
2008 Feb 23 3:27 AM
Hi,
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.
Cheers.
Hi ,
I have an output with a number of fields
I have given the page setting like this ...
REPORT zvms_purchasing
LINE-SIZE 255
LINE-COUNT 60
NO STANDARD PAGE HEADING.
But I need the line-size atleast upto 365 . How can I do it ? I think I can do it only till 255.
Anyone please tell me how to increase this...
Thanks
Edited by: ramana peddu on Feb 23, 2008 1:12 AM
2008 Feb 23 3:27 AM
Hi,
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.
Cheers.
2008 Feb 23 3:35 AM
Hi,
try like dis.........
REPORT zvms_purchasing
LINE-SIZE 370
LINE-COUNT 60
NO STANDARD PAGE HEADING.Cheers,
jose.
2008 Feb 23 2:59 PM
Hi All ,
I tried this but it did not work ...I guess . because I see the report getting truncated for the last 5 characters.
Anyone please help me resolve this ....
REPORT zvms_purchasing
LINE-SIZE 265
LINE-COUNT 60
NO STANDARD PAGE HEADING.
Thanks
2008 Feb 23 5:17 AM
Hi,
The maximum width of a list is 1023 characters.
You should keep lists to the minimum possible size to
*********************************************************************
write
report Zpankaj no standard page heading line-size 1000.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |