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

Similar Messages

  • 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

  • How to increase line-size in Function module

    Hi All,
        How to increase line-size in function module..
    I am displaying a list in function module.The output is of width more than 150..
    Regards,
    Srinivas

    Hi Srini,
    U can try by setting the system variable SY-LINSZ = 150.
    or
    Use new page command.
    Vasanth

  • 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

  • Dbms_lob and line size problem

    Hi,
    below is a simple function which returns a CLOB.
    When I call this function from sqlplus and spool the result in a
    file via the SPOOL command I get a line break after 80 characters.
    When I replace in the function the CLOB type with a VARCHAR2 type
    the whole TESTSTRING is printed on ONE line.
    I do specify 'SET LINESIZE 200' in both cases and the length of
    TESTSTRING is smaller than 200 characters.
    How can I increase the line size for the CLOB case ?
    CREATE OR REPLACE FUNCTION GetSimple (
    RETURN CLOB
    IS
    RESULT CLOB;
    TESTSTRING CONSTANT VARCHAR2(4000) := '123456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789_AFTER_LINEBREAK' ;
    BEGIN
    -- create CLOB for RETURN
    dbms_lob.createtemporary(RESULT, TRUE);
    dbms_lob.writeappend(RESULT, length(TESTSTRING), TESTSTRING);
    RETURN RESULT;
    END GetSimple;
    /

    problem solved !
    I had to add
    SET LONGCHUNKSIZE 4096;
    default is 80

  • 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.

  • Maximum line size for OO ALV

    Hi,
    1) What is the maximum line size for OO ALV?
    Or in the other way round, how is the maximum column size for OO ALV when i using the method below:
      DATA: r_grid TYPE REF TO cl_salv_form_layout_grid.
      CREATE OBJECT r_grid.
      r_grid->create_text(
          row     = 2
          column  = 2
          text    = sy-mandt ).
    2) Another question, how to change the below time format:
    223801 -> 22:38:01?
    When I try to use sy-uzeit to display the header in ALV like below:
      CREATE OBJECT r_grid.
      r_grid->create_text(
          row     = 2
          column  = 2
          text    = sy-uzeit ).
    The ALV will be displaying 223801. How i can convert to format 22:38:01 and display it in ALV?
    Thanks.

    Hi,
    For your second qn.,try by declaring an extra field of type character of length 10 in the structure you are using for ALV.
    After that ,after you appended the records,just try the follg...
    loop at itab into wa.
    concatenate f10(2) ':' f12(2) ':' f1+4(2) into f2.
    modify itab from wa transporting f2 index sy-tabix.
    endloop.

  • How to maintain line size when converting word2007 to PDF?

    I use border and shading to make lines. When I converted, the line size just randomly change. The file looks really bad. I have tried lots of PDF printer softweare, but it keeps same problem. Does anyone know how to solve it?

    Hi Jenny,
    Please try changing following Preference Setting.
    Go to Edit -> Preferences -> Page Display -> Check "Enhance thin lines"
    Regards,
    Anoop

  • 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.

  • 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

  • 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.

  • 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

  • Pdf form -line size

    Hi,
    I have a requirement to find out the number of characters per line or line size of the adobe form.
    in our system we got adobe forms installed recently.
    we need to indentify, how many characters per line can be accomodated.. based on that form design will be initiated..
    so, is there any function module or report to find out this?
    Please help me

    I did not find answer or solution in the above thread, please help me in getting solution.
    I think there will be function modules to check font family. but not sure which one to use. it..
    this is required to inform with business about the layout info  truncation.. etc..
    please help me
    How to find out the column width of a particular form?
    Edited by: Durgasp on Mar 2, 2012 7:09 AM

  • 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

  • Increase the line size in ABAP Editor

    Hai experts,
    I write  ABAP code  one  line upto 73 charcters only in ABAP editor, how to increase the line size in ABAP editor.
    please its urgent.
    thanks and regards
    sitaram

    Hi,
    Go to se38.
    then in menu -> Utilities->setting.
    In that Go to ABAP Editor Tab ->>>>Editor tab.
    then uncheck the Downwards-Comp Lne Length.
    regards,
    Santosh Thorat

Maybe you are looking for

  • Polling New Records in a table/Multiple servers

    We have a production environment that consists of 2 servers and I have a BPEL process that polls new records in a table and then sets flag as completed. Will this be a problem since we have more than one server? I ask this because I have another BPEL

  • Mapping an object using values from multiple tables

    Is it possible to use values looked up in other tables when mapping an object? For example: I have three tables. In table 1, I have fields for 'cityCode' and 'stateCode'. Table 2 is a state table which contains a list of stateCodes and corresponding

  • How do i fade an instrument in?

    Im not sure if this is possible on garageband for ipad, but can you fade in instruments/tracks? The only thing related to fading is to make a general fade out automatically at the end of the song. Otherwise, it seems as though you can only set tracks

  • About Transportation

    Hi Sap Experts Could You please explain about the Transportation.

  • Widgets within widgets

    I am working on a site that currently is very complicated to navigate due to the vast number of pages. I would like to bring it up to date with spry and widgets. I currently am using the tabbed panel and inside that I am using an HTML panel to load c