‎2009 Jan 09 6:25 AM
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.
‎2009 Jan 09 6:38 AM
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.
‎2009 Jan 09 6:58 AM