What is the maximum linesize in report

hi

Hi
LINE-SIZE 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.
Regards,
Nikhil

Similar Messages

  • What are the maximum no of wad reports in a project

    Hi all,
    what are the maximum no of wad reports in a project.
    can you suggest how many people will work on wad reports  either one or more than one.
    can you provide me example scenerio.
    thanks,
    cheta.

    Hi ,
    The number of WAD Reports depends on your Reporting requirement.
    You can either have one WAD for one Report each. or you can also have more than one report in a single WAD.
    Could you please be more specific in what exactly your requirement is???

  • In my ALV o/p what is the maximum length of column, I can display ( because

    In my ALV o/p what is the maximum length of column, I can display ( because the length of the text some times exceeding 600 chars ) ?
    Thanks in ADVANCE

    I have declared like
    <b>  S_LAYOUT-MAX_LINESIZE = 1000.
      S_LAYOUT-COLWIDTH_OPTIMIZE = 'X'.</b>
    However ALV output not displaying the entire length.
    Call the following function to display output in ALV form
      CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
           EXPORTING
                I_CALLBACK_PROGRAM = 'ZFRSBOI0'
                IS_LAYOUT          = S_LAYOUT
                IT_FIELDCAT        = FIELDCAT
                IT_EVENTS          = P_EVENTS[]
               it_sort            = p_it_sort[]
                I_SAVE             = 'A'
           TABLES
                T_OUTTAB           = PDET_OTAB_ALV1
           EXCEPTIONS
                PROGRAM_ERROR      = 1
                OTHERS             = 2.
    If the function call is not successful, raise error message
    and come out from the program
      IF SY-SUBRC <> 0.
        MESSAGE E000(00) WITH
                          'Unable to display report'(E01).
        EXIT.
      ENDIF.

  • What is the maximum file size for Pages?

    Hi,
    What is the maximum number of pages and maximum file size that I can have for Pages document?
    Thank you.

    chessmagnet,
    As a practicality in a large document it pays to break it up into sections in different documents with the numbering carrying on from the last one.
    Assemble the final document at the end when you need to create a T.O.C. and any hyperlinks.
    Several users have reported being unable to save very large files and other problems.
    It is a good safety measure anyway and as Yvan says it will work faster.
    Peter

  • What is the maximum level that a role can be resolved to?

    hi folks
    can anyone tell me what is the maximum level at which expand role works. for example if i have a role which is then having 3 roles, each role has 2-3 users. will expand role work in this scenario?
    Also plz tell me why expand role does not work properly with adhoc-roles i.e if 3-4 roles are bind to an adhoc role, then each user of the ROLE (roles bound to adhoc role) recieves the notification but if any one user of that ROLE closes the notification, the notification is closed for all the users of that particular ROLE;
    This suggests that half of the job is done that is resolution to users, but the other half of this functionality is malfunctioning

    On Windows there might be a height limit of around 32000px.
    *[https://bugzilla.mozilla.org/show_bug.cgi?id=671302 bug 671302] - cairo-gdi: large background-images and gradients don't work beyond ~ 32735px
    <i>Please DO NOT comment in bug reports: https://bugzilla.mozilla.org/page.cgi?id=etiquette.html</i>

  • What is the maximum number of columns that can be displayed by sqlplus?

    Hello,
    Questions:
    Is there a limit on what sqlplus can display?
    What is the maximum number of columns that can be displayed by sqlplus?
    I cannot find anything on this in my search. I checked the limits page:
    http://docs.oracle.com/cd/B19306_01/server.102/b14357/apa.htm#sthref3658
    http://docs.oracle.com/cd/E11882_01/server.112/e16604/apa.htm#i635278
    It does not specify any column limits; however, I'm thinking it is tied to LINESIZE which is system dependent.
    Please confirm if true.
    Thanks!

    Received answer directly from SQL*Plus Development:
    "sqlplus does not have a limit on the number of columns it displays."
    They created a table with more than 256 columns with data and had no problem retrieving the data.

  • What is the maximum length of LONG data type in Forms 6i?

    What is the maximum length of LONG data type in Forms 6i?

    Do you mean the maximum size of a LONG that Forms 6i can display or the maximum size that can be stored in the database which sits behind your Forms application?
    Regards, APC

  • HT204149 What is the maximum resolution available for use with the Apple Mini DisplayPort to Dual-Link DVI adapter?

    What is the maximum resolution available for use with the Apple Mini DisplayPort to Dual-Link DVI adapter?

    Hey guys,
    I found out an answer by myself...
    The missing link : the MacBook Pro needs to be powered... as in you need to plug the charger in...
    In conclusion, you simply plug everything, turn on the MacBook Pro, close the lid, and there you go !

  • What is the maximum rows allowed in PLSQL array table type?

    Hi,
    I have a procedure and it contains the cursor which will fetch more than 500 records. And i have 5 output parameters to store the values coming from the cursor. I don't want to store that into custom table. I want to save it one table type array or something like that. Now i want to know what is the maximum storage of array table type? If i store more than 500 data, how will be the performance? Then is there any other way to achieve this? And that should not decrease the preformace.Let me know your thoughts.
    Thanks

    It really depends on what you are planning to do with the records once you return them from your stored procedure, and what client is on the receiving end of the results.
    One option would be to just return a ref cursor and let the client deal with retreiving the rows themselves, whether one by on or by a bulk collect. Another option would be to declare a table of records matching the result set and do a bulk collect into that table type in your procedure and return the table type to the caller. You could also declare a table type for each field in the resultset, bulk collect the records into thos types and return one for each field.
    Personally, I would likely go with returning a ref cursor. Both of the collect the resultset in your procedure and then return collections to the caller methods require memory on the database server to hold the entire resultset and memeory on the client to hold the entire resultset. While 500 records is probably not going to be too bad on memory, if the result set grows, you will run into memory issues at some point.
    John

  • What is the maximum hard drive size can I install into my MacBook Pro 15 "late 2008 ?

    Hello community, I play with the thought in my MacBook Pro 15 "late 2008 equipped with an SSD hard drive. What is the maximum hard drive size can I install? Thank you in advance
    Dirk

    mende1, greetings:
    mende1 wrote:
    I don't recommend you to install a hard drive bigger than 2 TB if you are going to install Windows in Boot Camp or you may have problems
    The largest 2.5" SATA HDDs of 9.5 mm thickness that I am aware of are 1 TB in capacity.  There is a 12.5 mm thick  HDD that will fit some MBPs.  But I have not seen any of larger capacity. 
    Are there now 2 TB HDDs available for MBPs?    If so, I am interested.
    Ciao.
    Both OWC and Crucial have SSDs of about 1 TB capacity.
    Message was edited by: OGELTHORPE

  • I want to upgrade my macbook pro 15-inch i7 2.3GHz memory and I want to know what is the maximum RAM it could take

    I want to upgrade my macbook pro 15-inch i7 2.3GHz memory and I want to know what is the maximum RAM it could take

    Welcome to Apple Support Communities
    It looks like you have got an Early 2011 or newer MacBook Pro, so you can use 16 GB of RAM. You can buy more RAM at OWC or Crucial. Remember that you cannot upgrade RAM in MacBooks Pro with Retina display
    In case you have got a Mid 2010 MacBook Pro, you can only install 8 GB of RAM

  • What is the maximum filesize for a FTP Adapter?

    I have xml files with 1000's of records to read in. The file size can range anywhere from a few MB up to ~100MB. Most of them are about 50 MB.
    The FTP adapter works when I have a small file, but with larger ones it apparently times out. Once it runs into a big file like this, it won't process any more files until I restart the process. It doesn't show any faults or even any record of a running instance in the BPEL Console, so I have no idea specifically when it breaks. I uploaded a 10MB file to my ftp server and left it for a half hour, but nothing showed up, so I'm assuming it's broken rather than just taking a long time.
    What is the maximum file size for a FTP adapter? Can I change this somewhere? I looked in the ...\application-deployments\default\FtpAdapter\oc4j-ra.xml file but couldn't find any settings to change.

    Well no luck on my end and it doesn't look like anybody else has any ideas either. This thread Re: FTP Adapter, Java Embedding, ... says that if you can't get the functionality you need out of the default one, you should write your own FTP adapter in JCA. I looked at JCA and would like to write a simple polling adapter and then put all my FTP code in embedded java.
    Can somebody explain how I could achieve the basic FTP Adapter polling functionality in JCA? I'm having difficulty figuring out how to have an ongoing polling process without instantiating a BPEL process itself, like the existing FTP adapter does. I don't want to set off on writing my own adapter if it's going to be a much larger undertaking than I have time for.
    Also, is the source code open for the default FTP adapter? It would be great if I could just modify the few things I need to change rather than write one from scratch.

  • What is the maximum number of characters in an Oracle 10G Instance Name

    All,
    Can I know what is the maximum number of characters in an oracle 10g instance name under AIX? Is it 7 characters or 8 characters?
    regards
    Santhosh

    One should really make the difference between db_name and instance_name: if instance_name default value is db_name it can be different
    (even on a non RAC database).
    For example with Oracle 10.2.0.4 you can create a database named DB78 with instance_name=DB12345678:
    $ uname -a
    Linux lx01.localdomain 2.6.18-92.el5 #1 SMP Fri May 23 22:17:30 EDT 2008 i686 i686 i386 GNU/Linux
    $ ps -fu oracle | grep smon
    oracle    6353     1  0 20:30 ?        00:00:01 ora_smon_DB12345678
    oracle    6412  5596  0 20:37 pts/1    00:00:00 grep smon
    $ export ORACLE_SID=DB12345678
    $ sqlplus / as sysdba
    SQL*Plus: Release 10.2.0.4.0 - Production on Wed Sep 8 20:34:26 2010
    Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> show parameter name
    NAME                                 TYPE        VALUE
    db_file_name_convert                 string
    db_name                              string      DB78
    db_unique_name                       string      DB78
    global_names                         boolean     FALSE
    instance_name                        string      DB12345678
    lock_name_space                      string
    log_file_name_convert                string
    service_names                        string      DB78I would not recommend this practice: but it's interesting to know to avoid confusing between db_name and instance_name.

  • I have a 13 inch macbook (late 2007) what is the maximum allowable height for a hard drive?

    what is the maximum allowable height for an internal hard drive. I want to replace my hard drive are there any other things I should make sure of in terms of compatability?

    timfromdoylestown wrote:
    would they erase it and reformat it? what is the purpose of doing so?
    they have to format it to make it mac "compatible", for a lack of better terms.  I don't know what they would do.

  • Satellite Pro 4600 - What is the maximum HDD size?

    My aged Satellite Pro 4600 has a 20GB HDD. As these are now very difficult to get hold, does anyone know whether higher capacy HDDs can be used and, if so, what is the maximum size of HDD.
    (In spite of it's age I still use the Satellite Pro for certain jobs.)

    Hi!
    This is a pretty old notebook, Satellite Pro 4600 ;)
    As far as I know this notebook has a 28bit LBA limitation and that means you can only use HDDs up to 128GB or lets say HDD with a capacity of 120GB.
    By the way, here you can read more about this limitation: http://www.48bitlba.com/
    Normally you can every HDD up to 120GB but dont forget that the HDD must have a IDE connector.
    I have good experience with Western Digital and Seagate HDDs.
    Bye

Maybe you are looking for

  • I Have Spent (No Kidding) About 20 Hours Trying to Connect WRT54GS

    I am trying to connect my new wireless laptop (HP Pavilion dv6985se) to your WRT54GS router.  I have DSL internet with Verizon over a dedicated line.  My modem is a Westell model E90-810015-06. Your instructions show the router being plugged into a P

  • Failure "osupport.​cpp" line 4163

    I get this error while working with lab view 6.0.2. and the whole LabView shuts down. I'm using the report generation tool kit and Windows XP. What should I do to stop this from happening?

  • Mapping hardware tools into existing AI tools

    I have an interactive board with tools (such as pen or eraser) which I want to integrate with the AI. The typical scenario woulld be as follows: the user lifts the pen from the tray, the pen event will me mapped into selecting Pencil Tool from AI too

  • What is the relation between adobe forms and web dynpro

    hi what is the relation between adobe forms and web dynpro

  • Oracle Portal can get Accessibility AA?

    We must create a portal with accessibility AA. Is this possible? I only found this document: http://www.oracle.com/accessibility/collateral/portal-accessibility-white-paper.pdf Is there some program to validate portal's code with accessibility AA? Th