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

REPORT

Former Member
0 Likes
821

Hai

What the maximum value for linesize in a report?

9 REPLIES 9
Read only

Former Member
0 Likes
788

Hello Ansar,

Hope you meant page width. It is 72 CHAR in old editor and 255 CHAR in new editor.

Thanks,

Venu

Read only

Former Member
0 Likes
788

LINE-SIZE: Creates a report with col columns per line. The maximum line length permitted is 255 characters.

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 reports

Check this link.

http://www.allinterview.com/showanswers/28316.html

Regards,

Maha

Read only

Former Member
0 Likes
788

hi

Its 255 char dude.

Anyway for such things just press F1 in the editor after typing linesize.

with regards,

Hema Sundara.

reward if helpful.

Read only

Former Member
0 Likes
788

it can be upto 255..

bt recommended line size is 132 as the width of the report is of size 132

thanks

palak

Read only

Former Member
0 Likes
788

hi,

the maximum line size for the report is 225 char.

by default the line size for the screen is 225.

reward if usefull.

Read only

Former Member
0 Likes
788

Hi Ansar,

The maximum line size for a report is 255.

Thanks & Regards,

AMK.

REWARD POINTS IF USEFUL.

Read only

Former Member
0 Likes
788

hi,

maximum size is 255 only.

Reward points

Regards

Fareedas

Edited by: Fareeda Tabassum S on Apr 1, 2008 6:36 PM

Read only

Former Member
0 Likes
788

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.

Read only

Former Member
0 Likes
788

Hi ,

Maximum size is 255 character ,

Regards ,

M.Shankar GJ