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.

Similar Messages

  • Setting the Line size at runtime

    Hi All,
        I am printing a classical report. Usually we set the
    Page width statically ie by using Line-Size.
        But I need a way to change this value at runtime.
    Is there a way out to this problem?
    Thanks & Regards,
    Abhijeet.

    Hi Abhijeet,     
    You cannot change the width of individual pages within a list level. You can only change the width of all pages of a new list level. To do so, use the NEW-PAGE statement:
    Syntax
    NEW-PAGE LINE-SIZE <width>.
    All list levels starting from the new page have a width of <width> instead of the one specified in the REPORT statement. If you set <width> to 0, the system uses the width of the standard list .
    If you set <width> to SY-SCOLS, you can adapt the width of the new list level to the window width, even if the window is smaller than the standard window. The SY-SCOLS system field contains the number of characters of a line of the current window.
    Within a list level, that is, if the next page is not the beginning of a new list level, the system ignores the LINE-SIZE option.
    Regards,
    vidya.

  • 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

  • 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

  • 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

  • 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

  • Line size and line count

    Hi all,
    May i know about line size and line count impact on reports ?
    i mean depending on line sizes values i.e 200 etc hw it will effect report either in output display  or length ?
    and also ablout line count too.
    Thanks in advance.

    This information may help you
    *... LINE-SIZE width *
    Effect
    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.
    Note
    The current maximum line width is stored in the constants slist_max_linesize of the type group SLIST. Also defined there is a type slist_max_listline of type c with length slist_max_linesize.
    *... LINE-COUNT page_lines[(footer_lines)] *
    Effect
    This addition specifies the page length for the basic list of the program to page_lines lines and fills the system field sy-linct with this value. If the LINE-COUNT is not specifed, and if page_lines are less than or equal to 0 or greater than 60,000, then the page length is set internally to 60,000. This setting overwrites the passed value of the like-named LINE-SIZE addition to the statement SUBMIT and can be overwritten during list creation with the like-named LINE-COUNT addition to the statement NEW-PAGE.
    If you optionally specify a number for footer_lines, a corresponding number of lines are reserved for the page footer, which can be described in the event block END-OF-PAGE.
    You must specify page_lines and footer_lines as numeric literals.
    Notes
    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.

  • Unable to Set Custom Paper size setting of 15 (width) x 12 (Height) using J

    Hi,
         I am unable to print the report using the custom paper size setting of  15 (width) x 12 (Height)  with printer friendly fonts so that we can print on Line or dot matrix printer.
         This problem is not solved from last 3 months and we dont get help anywhere.
         We are using Java with Crystal Report XI R2 design for the same. 
                           ITable table=null;
    DatabaseController dbCtrl=null;
    ReportClientDocument oReportDoc=null;
    try {
    String reportName=fileName;
    oReportDoc=new ReportClientDocument();
    oReportDoc.open(reportName,0);
    dbCtrl = oReportDoc.getDatabaseController ();
    rs=ad.sqlStringBigST(query);
    table = dbCtrl.getDatabase ().getTables ().getTable (0);
    dbCtrl.setDataSource (rs, table.getName(), "Runtimeres");
    Object oreportSource=oReportDoc.getReportSource();
    IReportSource reportSource=(IReportSource)oreportSource;
    PrintReportOptions printOptions = new PrintReportOptions();
    printOptions.setPrinterName("EPSON FX-2175 ESC/P");
    printOptions.setPaperSize(PaperSize.useDefault);
    options.setPaperSource(PaperSource.manual);
    oReportDoc.getPrintOutputController().printReport(printOptions);
    } catch (Exception e) {
    System.err.println(e.toString());
    Please let me know what is the solution for the same.
    Regards,
    Raj

    Hi,
        Yes i can understand that you need to first understand the root of the problem to give me the solution.
        I am here to answer to your questions until you understand what is the problem.
        Yes if i set the standard page size which are given in API doc , it sets up the page correctly.
        Following page size as given in the API doc works fine.
        http://devlibrary.businessobjects.com/businessobjectsxi/en/en/RAS_SDK/rassdk_java_api_doc/doc/rassdk_java_apiRef/com/crystaldecisions/sdk/occa/report/document/PaperSize.html
       It is rejecting the custom paper size and custom fonts (which in my case are printer friendly fonts).
    Regards,
    Rajshekhar SIpoy

  • Line size changes when using Rotate??

    Hello:                                                                           Level: Newbie OS: Windows 7 64bit
    So, I have been using the Line tool and then Grouping two Lines and then using the Object > Transform > Rotate
    The lines I draw are 0px wide and 22px high but when I Rotate them around the circle the Line sizes change ... ??
    Say the two lines are Grouped and the first set is 276px the next set becomes say 276.346 and then 275.582 and 198.682 and so on ...
    I have gone into the Tranform pallette to see if there is something I should be checking but it doesn't seem as though I am missing anything to the best of my (limited) knowledge.
    I have also tried the manual and looked for something like: "why line size would change on rotate" and I've looked under Transform and Rotate but I haven't had any luck.
    As always ... Thank you so much for your time

    OMG! LMAO!! I am literally laughing my _ _ _ off!!
    Sooo Sorry, did i forget to mention that I am dyslexic?? wasn't trying to be cunning ... lol
    Also, and ... Pleeeeease Forgive Me for this ... I didn't take into account that you would actually check the 276.346 ... etc. in my first post ... thought I had mentioned those were just "examples" ... seems It didn't make it from my head to the keyboard to the post
    I just pulled those number outta that thing I'm laughing off ... and now between the tears of laughter I am feeling Super Bad for not considering that those numbers would matter all that much ... I swear ... I'm not usually this numb!
    So, I spoke to someone at Adobe today and it seems as though I am not Aligning things correctly.
    I'm just getting back home again and I'm going to give the tut a go again.
    I'm using CS6 .... have I also mentioned this is my first Illustrator attempt?
    Below is the compass I made in two days ... it's missing the last two steps. I'm also stuck on that dang "Glossy" thing but hey, that's an other post for me to lead you all astray on
    My head has been a bit in the clouds this past week ... so,  I am sorry for that and certainly do Very Much Appreciate Your Amazing Vigilance w/All My Heart!!
    I just cannot give up. I'm not a quitter. I believe I ought to brush up on my (p. poor) math skills as well as sitting down to read the manual front and back before an other tut attempt.
    Thank you again for Everything!! I'll be back to let you know how it goes.
    The inner circles and increments don't look right to me

  • Line-size classical report

    The total no of characters in the report are 90. But when I set the line-size to 90, the print out comes out in landscape instead of portrait. I also changed the format to 65x132.  Is it possible to have 90 chars and print in portrait?

    You can check in trx SPAD. Click "Full Administration" in appli. toolbar. Go to "Device type" tab and specify X_65_132 under "Format types" field and click "Display".
    On the detail screen, click on "Edit" on the menu bar and choose "List Driver attributes". You can see the orientation there (Landscape or Portrait). I think by default it is Landscape.
    Hope this helps.
    Best regards,
    Hadiman

  • Recommended MTU Size setting within the router and...

    Hello!
    I was wondering what MTU Size do you guys recomended me setting within the Router Interface
    and on Windows for best performance when on a BT Broadband service?
    Note: It's not a BT Router i'm using, i'm using a Netgear DG834N.
    I am sure BT Routers like the HomeHub have a MTU Size of 1500 set in the Router Interface, am I correct?
    My Netgear DG834N has a  MTU Size of 1458 in the Router Interface by default.
    Thanks for responding.

    Personally I was able to squeeze about 11KB/s more out of my 8128Kbps line by setting my MTU to '1430', maxing out my throughput at (after the change): 859KB/s. I'm on a 20CN DSLAM so it might be different on a 21CN MSAN.
    Why not experiment? You can't hurt your line (As long as your router's firmware doesn't reset your ADSL sync everytime you change it - If it does then DLM might have something to say ).
    Like this post? Give it a Star . If this post answers your question, please Mark it as the Accepted Solution.

  • Input required - when line size exceeds more than 1023

    hi all,
    in my ouput i have to display 64 fields which exceeds the length of 1023. if i enter greater than this value it is showing syntax error like max line size is 1023.so what shall i do in this case.
    thanks,
    maheedhar.t

    Hi
    U have to split the line.
    If you show list created by yourself, it should be better to use the ALV functions, they'll automatically sets the layout in order to produce a list no longer than 1023 and the user can choose which fields to be hidden.
    If you needs to show all fields, u have to split the line and show the fields in several lines (perhaps 2 lines are enough).
    Max

  • 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

  • Newby question: I keep on getting "No size set" error

    Hello,
    I'm trying to integrate an Oracle database into my ASP.NET application and I keep on getting an error:
    "Parameter: ENTITY_NAME. No size set for variable length data type: String"
    The parameter is set as VarChar2 in the database, size 50, and the C# code sets this as a VarChar.
    My ASP.NET code is:
    Connect();
    // setup the command to the stored procedure
    OracleCommand DBCmd = new OracleCommand("HDB.PRL_PAYROLL_PKG.GET_ENTITIYID_BY_STOREID", this.Connection);
    DBCmd.CommandType = System.Data.CommandType.StoredProcedure;
    DBCmd.Parameters.Add("STOREID", OracleType.Number).Value = StoreID;
    DBCmd.Parameters.Add("STOREID", OracleType.Number).Direction = System.Data.ParameterDirection.Input;
    DBCmd.Parameters.Add("HDB_ENTITIES_ID", OracleType.Number).Direction = System.Data.ParameterDirection.Output;
    DBCmd.Parameters.Add("ENTITY_NAME", OracleType.VarChar).Direction = System.Data.ParameterDirection.Output;
    DBCmd.Parameters.Add("ENTITY_NAME", OracleType.VarChar).Size = 50;
    // Execute Procedure.
    OracleDataReader reader = DBCmd.ExecuteReader(System.Data.CommandBehavior.SequentialAccess);
    Can anybody steer me in the right direction?
    Thanks in advance for your help.
    Steve

    I have recieved no answers to this question.
    I think I'll go back to SQL Server 2005.

Maybe you are looking for

  • How to get and install the new MSI Bluetooth Software Package 1.4.3.3.

    How to get and install the new MSI Bluetooth Software Package 1.4.3.3. This little FAQ will only cover the new version of MSI Bluetooth Software Package. First thing too do is unistall any older version of the MSI Bluetooth Software. Do this through

  • Timeout in NI-1772

    I have set up a Smart Camera (NI-1772) in an grading system which is used to measure and count product fed passed the camera by a conveyor system. The prodcut is sized by length, (by the camera ) and a PLC  actuates mechanism that put the  product in

  • Problems with the Validator

    Hi, I have a <h:command_hyperlink label="DataList" commandName="showList" actionRef="Bean.showDataListAction"/> and some late in the Code a <h:form .....> with some text fields using the custom validator. The value will be requaed for this text field

  • Discoverer & Apps Custom Function 4i to 10.1.2 [APPS_SECURE]

    Has anyone tested the utilisation of the existing functionality in 4i and Apps 11i, where we can create custom FUNCTIONs on the Apps MENUs, which allow us to create a function that initiates a link to a specified Discoverer workbook "Seamlessly" (ie.

  • Trouble reinstalling Lightroom 1.0 from original disk

    I've been running Lightroom 1.0 on my 2008 iMac for 6 years. Fabulous product! I use OS X ver. 10.9.4, my mac has a 2.4 GHz Intel Core 2 Duo and 4GB of ram I had to replace the crashed hard drive with an SSD and have reinstalled Photoshop and Lightro