LINE-SIZE 132 / 255 / ???!

Hi Experts,
I need to develop a Classic Report.
But, it has 18 ( columns which does hv more characters i.e. fileds like, KUNNR, MATNR, VBELN, EBELN,BUKRS,ERNAM, ERDAT) columns and the Functional team said that, the report shuld come in print out!
So,
1- How much I need to specify the LINE-SIZE in the report statement, either its 255 or 132 oe else other number to get all data in print out?
2- Next times, How can I build a relationship btween the total characters of the List Header and the number of characters per a Page, to accombidate in the page for printing?
ThanQ.
Message was edited by:
        Srinivas

Hi,
If you want the report to be printable, then lize-size should be less than 132.
See what SAP says about line zise.
<b>LINE-SIZE</b> - Creates a report with col columns per line.
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 lists. The maximum width of a list is 1023 characters. <b>You should keep lists to the minimum possible size to improve useability and performance (recommendation: LINE-SIZE < 132).</b> For very wide lists (LINE-SIZE > 255), you should consult the notes for using LINE-SIZE
<b>greater than 255.</b>
<u>Notes</u>
The specified LINE-SIZE must not appear in quotation marks.
<b><u><i>If the you want the report list (i.e. the output) to be printable, do not define a LINE-SIZE with a value greater than 132 because most printers cannot handle wider lists</i></u>.</b>
You cannot print lists wider than 255 characters at all using the standard print functions. To print the contents of the lists, you need to write a special print routine that arranges the data in shorter lines (for example, using the PRINT ON addition in the NEW-PAGE statement.
Check out this list for more information.
http://help.sap.com/saphelp_46c/helpdata/en/34/8e73806df74873e10000009b38f9b8/frameset.htm
Let me know if you need any other information.
Regards,
RS

Similar Messages

  • How to increase line-size beyond 255

    hi all,
    In my classical report ,  columns after line-size 255 was cut and display in another row , but i want it to continue in a single row beyond 255, i tried and given
    line-size 400, But it's not giving the required result. Please help and provide the solution for this problem.
    thanks in advance,
    Regards,
    Vivek

    Try this -
    for writing the fields after 255 characters you have to use WRITE AT statement, instead of WRITE, as WRITE will not work for line-size > 255 chars.
    Regards,
    Amit
    <b><REMOVED BY MODERATOR></b>
    Message was edited by:
            Alvaro Tejada Galindo

  • Print report with line-size 999

    Hi everyone,
    I need to print a report with line-size 999 in letter size. I´m using the complete 999 lines.
    REPORT zfr1000g MESSAGE-ID fr
                    LINE-SIZE   999
                    NO STANDARD PAGE HEADING.
    ANY SUGGESTIONS???
    Thanks.

    Hi,
    You can go ahead. The max. size is <b>1023</b> chars.
    REPORT zfr1000g
           NO STANDARD PAGE HEADING
           LINE-SIZE 999
           MESSAGE-ID fr.
    Regards,
    Anjali.
    Refer the Documentation on Reports.
    ... LINE-SIZE col
    Effect
    Creates a report with col columns per line.
    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 lists. 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

  • Report Line Size

    hi
    Due to certain requirements I had to add a new field to the existing report, the report works fine but I had to increase the line size of the window...
    This works fine in foreground mode but when the user processes the report in the background mode and then takes the printout he sees that the data is scrambled and the last 2 fields come to the next line
    Please let me know what I need to do to now so that the data doesnt overflow to the next line...
    Points to every helpful answer as always

    Hi!
    Try using the standard sizes, they will work in background also.
    REPORT myreport LINE-SIZE 80 LINE-COUNT 65.
    REPORT myreport LINE-SIZE 120 LINE-COUNT 90.   "this is my favourite btw
    REPORT myreport LINE-SIZE 255 LINE-COUNT 65.
    REPORT myreport LINE-SIZE 132 LINE-COUNT 65.
    Regards
    Tamá

  • ALV Report Print problem after 255 character line size

    Hi ABAP Gurus,
    I have created one alv report where i am getting output more then 255 character line size.
    so whenever i tried to print this report it print only line upto first 255 character and truncated after it in printing.
    is there any way i can print this report without truncation ....
    Thanks,
    Jack

    no there is no such way because you acan print at most 99 columns and utmost 255 characters .
    and alternative is take your filed in separate screen and make it appear through hotspot in another filedcatalog.then u will get more space .
    reward if useful
    keep rockin
    vivek

  • Adding extension "line-size 255" to a standard report on the first line

    Hi Experts,
    i want to modify the statment  from Report ztest1 message-id zm to Report ztest1 message-id zm and line-size 255.
    I am going to add the extension line-size 255 to the report statement in a standard report. There are no enhancement points near the first line. I have access key available, so i can make the changes to core mod.
    The problem is that if i run the report in background, out of the 8 fields, i only see the first 6 columns in the spool. remaining 2 fields are truncated.
    The reason for truncation is bcoz the line-size extension is not given to the report. What procedure do i have to follow to add the extension line-size 255?

    HI,
    You do not need any enhancement for it.
    If you have the access key then just add the additon line-size 255 to the repport statement.
    Regards,
    Ankur Parab

  • Need to Increase more than LINE-SIZE 255?

    Does anybody know what the next larger Line-Size value I can bump this up to on a Std report? Or, doesn't it matter, meaning I can make it whatever I want.
    Thanks.

    Hi,
    You can have the line-size up to 1023 max.
    But as Rich suggested there format and all have to be considered if you are not able to take the print nicely.
    Cheers!!
    VEnk@

  • Line size in Spool output

    Hi
    in spool, wen i get the out put only upto line 255 is getting printed.Rest are getting truncated.How can I change the line size.Can it be done through the programmimg.In report if we define line size then it is valid only for the foreground job and not reflected in the back ground report.Please suggest the needful.

    Hi Rudra Prasanna ... 
    When u r select print button for printing a report.In output device give the output Device and then click on properties button below .
    It will take u to Spool request attributes.
    Now double click on format and press F4 on format
    Differt formats are available now select the format which gives Maximum coloums for printing.Then u can get the Maxi
    Fields at output.
    Hope this solves u r problem.
    Reward points if found helpful.
    Rajesh.

  • LINE-SIZE

    Hi all,
    I have to develop a report in ALV LIST LAYOUT, and i want to know which is the maximum number of characters possible at Line. I have read that it´s 255, but i need a longer line.
    Thank you beforehand,
    Regards.

    HI,
    specify the line-size in the report statement.
    report ztest line-size 400.
    OR
    i mean in filedcatalog Property FILEDCAT-NO_DISPLAY should not be equal to 'X'.
    This may be the problem in your case.
    Thank you,
    Gopi.S

  • LINE-SIZE setting

    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

    Hi,
    try like dis.........
    REPORT zvms_purchasing
    LINE-SIZE 370
    LINE-COUNT 60
    NO STANDARD PAGE HEADING.
    Cheers,
    jose.

  • How to change line size in ABAP list

    Dear:
        As subject.
        My code as below:
       TOP-OF-PAGE.
        NEW-PAGE LINE-SIZE g_line LINE-COUNT 65.
       variable g_line dynamic.
       In my testing the 'NEW-PAGE LINE-SIZE' is not work.

    Hi,
    LINE-SIZE you have to define with report statement.
    report .......................     LINE-SIZE 255.
    Reagrds,
    Jyothi CH.

  • Hi ,Maximum line size in the report

    What is the maximum line size inthe report.Some are saying 1023.Some are saying 255 characters.I am full confusing this concept.
    And if the line size mentiones in less than the length of the data in the write statement ,what happened?
    Sometimes it is coming in the next line , sometimes it is coming in the next line
    Please anyone provide the solutin

    hi,
    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.
    For screen lists, you should use the standard value since, as a rule, page breaks defaulted through LINE-COUNT are not adjusted to the window size.
    You should also use the standard value for print lists, so that you can still select the page size on a printer-specific basis. A print list should be created in such a way so that it can handle every page size.
    Specifying a fixed line count is only useful for form-type lists with a fixed page layout. Here, however, you should always check whether such forms can be created by other means, such as SAPScript forms.
    when line size is more than your data... your ouput screen will be dragging after all your output display..So bettery ou should use the standard value .
    Regards,
    Muhammed Safel

  • While imp. snote REPORT j_1icapg LINE-SIZE 300 NO STANDARD PAGE HEADING

    Hi Friends
    Well I m trying to Implement the note 1003236 but it is showing the yellow light signal and showing the report j_1icapg.
    It is showing some synatx error.
    Can anybody help me in this how to proceed and what measurements should be taken
    Thanks
    Alabusani

    Hi Theja,
    From the post mentioned by ravi,  i can define the line size upto 1023. and so i did upto 425. but my problem is while printing the report. I also tried ALV and that also doesn't print some data. I guess my best bet right now is to download that internal table to an Excel file.
    let me know if there is any other way to fix this.
    Re: ABAP Programming to display more than 255 characters in the screen
    Thanks again.

  • Line-size line-count.

    Hi frnds,
       I need to change the values of line-size and line-count dynamically. If option 1 is selected, then the line size should be 132 and line count 60 . if option 2 is selected then line size should be 60 and line count 90.
       How can i do. Please help me.
       Thanks in advance

    Hi pankaj ,
       Thanks for ur reply. It works fine.
    But in report statement i had
        Line-count 60(3).
    How can i specify here. I can use new-page line-count 90.
    But if i specify new-page line-count 90(3). It throughs an error.
    How can i specify 3 value in newpage statement.
    Please clarify my doubt. Whether the (3) value changes while specifying new-page or only 60 changes to 90 and (3) still remains for 90 line-count too.
    Thanks in advance

  • How  2 increase line size of  classical report displayed thru  modular prog

    Hi guys,
    I have displayed a classical report through a modular program using LEAVE TO LIST-PROCESSING AND RETURN TO SCREEN 130.
    But now i want to increase the line-size of my classical report as only half of the report is getting displayed.
    I tried the following thing:-
    SY-LINSZ = 125.
    perform f_report_pass.
    *Print repost showing records which were not saved
    perform f_report_fail.
    LEAVE TO LIST-PROCESSING AND RETURN TO SCREEN 130.
    but that did not work.
    Please help me increase the line size.
    Regards
    Rahul Gambhir

    Hi Vasanth
    I am using a modular program hence there isnt any statement :-
    REPORT ZXXX NO STANDARD PAGEHEADING LINE-SIZE 255
    This is the code that I am using :-
    SY-LINSZ = 200.
    perform f_report_pass.
    *Print repost showing records which were not saved
    perform f_report_fail.
    LEAVE TO LIST-PROCESSING AND RETURN TO SCREEN 130.
    Regards
    Rahul

Maybe you are looking for

  • I am trying to use eprint and when I login it says my email address isnt registered

    i am trying to use eprint, it says login, login says I am not registered, so I use create function, it says my email address in already in use, so I try retrieving password, then it says email address doesnt exist. so I can not use eprint.

  • Buffer table not up to date

    hi all, While creating a contact i am getting error as"Buffer table not up to date"..what does it mean..i am working in SRM 5.0 classical scenario... Thanks&Regards, Hari...

  • SC Vendor flag on PO level populated from contract

    Dear all, maybe you can help me with this topic. I have an external vendor (B)  who should provide components to a Subcontractor (A). So the first PO is for my subcontracotr with the item category L, secondly as I do not have the component on stock t

  • How to change mouse pointer to Arrow?

    When we move the mouse over any component in preview (or in SWF file), mouse pointer changes to u201Chandu201D. Is it possible to keep the mouse pointer to Arrow or any other custom mouse pointer in Xcelsius 2008 SP 4? Thanks

  • How do I update AnyConnect on my Android phone (Galaxy III)

    The version of AnyConnect on my cell phone no longer connects. How do I upgrade out. I already updated the version on my iPad but can't figure out where to find the new App.