How to increase spool file width?

Hi,
I've a spool file with lot of columns. When I display it (in graphical format) through SM37, the columns appear in two rows and thus it becomes difficult to understand the data.
How can I increase the width so that all columns appear in a single row?
Regards,
Vikrant.

Hi,
I suppose that the report you executed to have this list is a cutom report.
If it's the case you will have to add the following extra statement (in bold) in your report to define the number of columns during output
REPORT ZREPNAME LINE-SIZE 132.
... LINE-SIZE col
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
Hope that the following info will help you
Regards

Similar Messages

  • SPOOL file width

    Hello ,
    in the SAP Virsa tool when the report is scheduled  in the background, the spool file contents(width , not length) when sent to the recipient are truncated.
    Can you  please tell me how to increase the width of the spool file when it is sent to recipients? Currently it is being sent as text file and there were i think the problem is...
    Can you suggest as what can be done like to use different file like ecel etc?  Where the changes have to be made?

    Hi kiran,
    here you go:
    http://help.sap.com/saphelp_nw04/helpdata/en/d9/4a959551ea11d189570000e829fbbd/content.htm
    Regards.
    Ruchit.

  • How to increase the files picked up by File Adaptor per poll interval

    Hi,
    We have a scenario where in we post 80 files in the source directory and and the file adapter is configured for every 300 sec but i have noticed that the File adaptor is picking up one or two files per poll interval.Can some please suggest how to increase the number of files picked up by File adaptor
    Thank You,
    Nandini

    Nandini:
    Did you mention all the files names in the Adapter channel. One thing you can do is use wild cards and file adapter picks most of them
    /people/mickael.huchet/blog/2006/09/18/xipi-how-to-exclude-files-in-a-sender-file-adapter
    In case if your files are huge, then I guess file size may cause to process few files during each poll

  • How to configure spool file location

    Hi all,
    I want to configure a default spool file location, so whenever I use spool in my SQL script, the file will be saved in this location. Please help me on how to configure it.
    Thanks in advance

    The spool file ends up in the path you specify, or in the working directory (where you start sqlplus), like this:
    C:\>
    C:\>cd %my_spool_dir%
    C:\oracle\admin>sqlplus ...
    sql> spool test
    Or you could just use your own standard spool.sql script as zetabouy suggests!

  • SAP - How To increase Spool Length

    Hi All,
    I had some text to display but its length is very large and while displaying in the spool the text is getting truncated and even when i am downloading the spool i am getting the Truncated text.
    Please let me know how to increase the length of the spool so that i can get the full text at the spool request.
    Regards,
    Himanshu Sharma

    Report zreport line-size 300
    Also while defineing jon in background see you select the printer with maximun column length.

  • How to read spool file and get the spool file number

    Hey everyone.
    I created a program ztemp that is calling another program ztemp2 within, ztemp2 creates a spool file. Now the requirement is I need to write a code within ztemp to download that spool request and then convert it to the pdf file. I know I can use program rstxpdft4 to convert the spool file to the PDF but for this I need to give the spool number, so can you please tell me how can I get the spool number and then fetch it to the program rstxpdft4 .
    Thank you.
    Rhul goel

    Hi,
       Please check the [link|Convert ABAP List to PDF and display without downloading first; (Rich's reply) and get the spool similarly.
    Or read from table TSP01 to get the latest spool using sy-uname.
    Regards,
    Srini.

  • How to increase a column width in numbers

    Hello,
    Is there a way to increase the column width of a numbers table by using a short cut.
    In a few words is there any shortcut to increase or decrease the size of cells and columns?
    Something like command+?
    Regards,
    Jonathan M.

    No key commands are available.  You can select the table then use the "Table Formatter":
    These controls will apply to the items selected.  If you have one column highlighted then you can change the width of that one column.  If you select all columns then this control will apply to the selected columns.
    you can also hover the cursor over the dividers between columns (the lines in the header... the lines between, for instance, the "A" and  the "B").  The cursor will change to a vertical bar with a horizontal line with left right arrows, then click and drag as needed.  Similar for rows.

  • How to increase max file size for uploading

    hi i have a form that uploads a file and save it in a database..my problem is when it exceeds 2MB it doesnt save in my database. the page doesnt show any error also.
    i use multipartrequest..here is multipartrequest...
    MultipartRequest multi= new MultipartRequest(request,"/var/www/myuploads/",1000*1024, new com.oreilly.servlet.multipart.DefaultFileRenamePolicy());my application server in tomcat, and my database in mysql..
    do i need to set something in tomcat to increase the file size that i can upload?
    i need help asap..thanks in advance.

    tyr to split ur file into separated files
    and then upload them,
    it is preferable not to upload a big sized file

  • How to Store spool file in server

    Hi All,
    I my production server, every day background run to delete the spool files.
    Is it possible to store the specific spool file at different location, so it will not delete though the background job run everyday.
    I want  the spool file in server only,  not at any other location.
    Please provide your inputs for the same.
    Regards,
    Nisit

    Hi,
    you may have a look at ArchiveLink. ArchiveLink provides storing capabilities and as far as I know you can archive spools which gets generated from SAP Script or Smartforms directly. The docs get stored in 'content repositories' which can be a local table or a external content server (e.g. SAP Content Server).
    I recommend you to take a look at SPRO and look for ArchiveLink in the documentation.
    kind regards

  • How to export spool file into HTML file

    Hi,
    I have one Oracle procedure which meets our business requirement. I am keeping the output data into a log file and I am sharing that log file to the users.
    Sample Code:
    spool path\logile.log
    declare
    begin
    dbms_output.Put_line('output will come here');
    end;
    Now I want to spool the same output data into a HTML file and need to share with the users.
    Can any one please guide me, how to export our spool data into HTML format?
    Thanks in advance.

    Hello 909127,
    welcome to the forum.
    This is the forum for the tool Oracle Reports, not a general forum for reporting. Your question might be better posted in {forum:id=75} or {forum:id=144}.
    Nevertheless you need to give us more information, how your output looks like now and what you expect in HTML.
    Regards
    Marcus

  • How  to increase open file desciptor value permanently in solaris 5.8

    I am getting some strange errors in Oracle alert log advising me to increase the open file descriptors limit..I believe ulimit is only hold values until the system is rebooted..How do I make this permanant ?

    500 images in a single gallery is too many - think of the poor viewer!
    But if you must create Flash galeries with more than 500 images, you're better off editing the underlying engine - here's one link showing how to do it

  • How to increase and descrease width/height of an item?

    Hi,
    My question is, there are so many item are displayed in the form and user wants to increase/decrease the size(width/height) of any item, just like we changes the size of any window.
    how we can do the same in form at run time. if anyone is having solution pl fwd to me at [email protected] or [email protected]
    thanks in advance.
    Regards,
    Anil

    Hi Anil
    Use the SET_ITEM_PROPERTY(item_name, WIDTH, y) for changing the width of the item and similarly for changinging the HEIGHT.
    Put this command in a loop and assign the loop variable to the "y" variable in the SET_ITEM_PROPERTY. Doing this will change your item width and height at the run time.
    try this and for any other queries in Forms , reports, ORACLE database pl. feel free to get in touch with me.
    Ciao take care
    Manish

  • How to increase the column width when viewing a spreadsheet created by a concurrent request

    I have created a BI Publisher template to display the output from scheduled discoverer reports. It contains sixty three columns and the heading for each one is a variable but, in order to fit these on the page, each column is about a half a centimeter wide.
    When I use the Preview Template option from the RTF file and select Excel the columns are automatically sized to accommodate the data (which is what is required). However, when I upload the template and run a concurrent request and view the output, each column is shown as half a centimetre in width so the user can see very little of the data without resizing all columns. We do not think that this will be acceptable to our users.
    We are using Excel 2010 in both cases.
    I have looked at this forum and tried a few things without success so any help will be gratefully received.

    for ebs 12.1.3 you can create excel template by bip desktop 11
    i used bip desktop 11.1.1.5 with ms office 2010 for create excel template for ebs 12.1.2 and 12.1.3
    using excel template based on what do you want to do - if report contains complex visualization or many merging of cell and etc
    for starting
    https://blogs.oracle.com/xmlpublisher/entry/real_excel_templates_i
    Creating Excel Templates - 11g Release 1 (11.1.1)

  • How do increase the file system size

    Hi friends,
    My newly installed solaris 10 system shows Filesysem full error.
    By mistake space allocated for Root is very less and 98% of the space in Root is consumed.
    Do i need to restructure entire filesystem or increase space in Root would be sufficient..?
    Its 160 GB Harddisk on Intel Core 2 duo. What is the best allocation for the same.
    I am very new to Solaris. Trying to learn how does Opensource OS works...
    Pls help me
    Regards
    Bijoy

    If you have more drive space you can mount more space and allocate it to a mount point--this may take care of your problem, but if you are out of space and you are not buying any more drives.... then it's time for the install disks to come back out and configure more appropriately to your use.
    I have my work machine at home on a x64 AMD with 120 GB of drive. I gave 40 GB to Solaris just to be sure I could do basic installations and grow a little.
    Once your allocation is full you have 2 options... buy more and mount it, or reinstall... you choose.
    Well, there is a 3rd... you could unmount one of the other allocations and split it, then mount some of it back to your OS and some back to what it was before, but you are going to be plagued with this your entire lifetime of that install.

  • How can I spool file in SQL*Plus using sysdate as filename?

    Dear Oracle Experts,
    Would you help me to solve following problem?
    I want spool a file in SQL*Plus but using sysdate as filename.
    e.g. today is 30-Nov-1999
    then the filename is 19991130.lst
    tommorrow is 1-Dec-1999
    then the filename is 19991201.lst
    My e-mail address is [email protected]
    Thanks!!!
    Tony Sit
    null

    Tony Sit (guest) wrote:
    : Dear Oracle Experts,
    : Would you help me to solve following problem?
    : I want spool a file in SQL*Plus but using sysdate as filename.
    : e.g. today is 30-Nov-1999
    : then the filename is 19991130.lst
    : tommorrow is 1-Dec-1999
    : then the filename is 19991201.lst
    : My e-mail address is [email protected]
    : Thanks!!!
    : Tony Sit
    Tony, hi!
    Let you test this way:
    set ECHO OFF
    set TERMOUT OFF
    set FEEDBACK OFF
    set VERIFY OFF
    SET PAGESIZE 0
    SET LINESIZE 80
    SET HEADING OFF
    spool setout.sql
    SELECT 'SPOOL '

Maybe you are looking for

  • IPhoto calls it "key photo", equivalent in iMovie?

    Hello! I'm wasting a lot of time searching for the right keyword for what I'm trying to do, ack! Please help! My video starts with the orange linen background and then the titles swoop in. When I export the video the image I see in Finder is this bla

  • I tried to establish the Menu Bar in Firefox 4, but the process did not work. I had to reinstall Firefox 3. Why?

    I installed Firefox 4 on my Vista based PC, and there was not Menu Bar nor was there a Status Bar. I followed the instructions in the help article, but I couldn't get either tool bar to appear. The main problem was I did not get the temporary Menu Ba

  • Need help in developing forms

    hi I am new to oracle forms. I have been given an assignment to develop forms for apps environment. I am not new to apps but new to forms developing. So can anybody point me to a nice link or a book where I can see a step by step approach or by examp

  • Apps crash on iPad 1

    I have an iPad 1, lately many of the apps I use crashes and I get the home screen. Any suggestions?

  • Query performance on PostgreSQL

    Hi all, I have a Toplink JPA managed table of Entity objects which are simply contain Long id and a few (short) String fields. I am performing simple queries such as this on the table:- SELECT a FROM MyObject a WHERE a.fieldA = ?1" Although I have ab