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

Size problem in Report Program

Former Member
0 Likes
423

Hi all,

Can anyone plz let me know whether it is possible to increase the line size of report program than 255 or it is possible to display the value of a field in 2 lines in Report.

2 REPLIES 2
Read only

Former Member
0 Likes
397

refer to documentation of line-size....

This addition specifies the line width of the basic list and details list of the program to width characters, and sets the system field sy-linsz to this value. The line width determines the number of characters in the line buffer as well as the number of columns in the list displayed. The value width must be a positive numeric literal. The maximum line width is 1,023 characters.

When the LINE-SIZE is not specified, the line width of the basic list is set to a standard width based on the window width of the current Dynpro, but is at least as wide as a standard size SAP window. For the standard width, the contents of sy-linsz is 0. The LINE-SIZE overwrites the value of the like-named LINE-SIZE addition to the statement SUBMIT and can be overwritten during list creation with the like-named LINE-SIZE addition to the statement NEW-PAGE.

Read only

Former Member
0 Likes
397

U can change the line size

do this

REPORT ZTEST LINE-SIZE 450.