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

LINE-SIZE setting

Former Member
0 Likes
631

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

1 ACCEPTED SOLUTION
Read only

ak_upadhyay
Contributor
0 Likes
605

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

4 REPLIES 4
Read only

ak_upadhyay
Contributor
0 Likes
606

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.

Read only

Former Member
0 Likes
605

Hi,

try like dis.........

REPORT zvms_purchasing
LINE-SIZE 370
LINE-COUNT 60
NO STANDARD PAGE HEADING.

Cheers,

jose.

Read only

0 Likes
605

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

Read only

Former Member
0 Likes
605

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.