Unable to view all columns in Spool

Hi Gurus,
I executed an ABAP ALV Grid output and selected "List" from the menu bar and chose to create a spool with the X_65_1024/4 format. My report output is about 275 characters wide. So when I go 2 SP02 to view the spool, I can see the output truncated at 255 characters.
I do not mind the actual print getting terminated at 255 characters, but at least when the spool is displayed to me, I want to view the entire report.
Can you help me?
Thanks in advance
Rahul

H Rahul,
after selecting the Spool press (SHIFT+F4) it will display report with full columns and rows...
Regards,
Prabhudas

Similar Messages

  • Unable to view all photos in version 8.1.2. Can only see last 18 month.

    Unable to view ALL photos in V 8.1.2  Only able to view past 18 months.

    Wild guess:
    Option 1
    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Choose to Rebuild iPhoto Library Database from automatic backup.
    If that fails:
    Option 2
    Download iPhoto Library Manager and use its rebuild function. This will create a new library based on data in the albumdata.xml file. Not everything will be brought over - no slideshows, books or calendars, for instance - but it should get all your albums and keywords back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one. .
    Regards
    TD

  • Unable to view all documents that have no checked in version due to exceeding the library threshold limit

     due to exceeding the library threshold limit , unable to view all documents that have no checked in version

    Hi niles, Here is a page that details how to retrieve all the files and take ownership of them via powershell to check them in:
    http://www.demantprasad.com/2013/05/manage-files-which-have-no-checked-in.html
    Mathieu Desmarais http://www.matdesmarais.com/

  • SQL query to view all columns

    Hello,
    How can I view all columns stored in the Users table? I know some of the field names, like Users.First Name, Users.Last Name, Users.Login, Users.Manager Login.
    I'm essentially trying to access some udf fields (usr_udf_fielda, usr_udf_fieldb) and don't know how to reference them.
    Thanks.

    This is the code I'm using. It was actually working just fine when I had hard coded test values. Since I changed it to references it's been generating that error so I assumed it had something to do with that.
    package com.oracle.events;
    import Thor.API.Operations.tcUserOperationsIntf;
    import Thor.API.tcResultSet;
    import Thor.API.tcUtilityFactory;
    import com.thortech.xl.crypto.tcCryptoUtil;
    import com.thortech.xl.crypto.tcSignatureMessage;
    import com.thortech.xl.util.config.ConfigurationClient;
    import java.util.HashMap;
    import java.util.Hashtable;
    import java.util.Map;
    public class managerid2 extends com.thortech.xl.client.events.tcBaseEvent{
    tcUtilityFactory utilFactory = null;
    tcSignatureMessage moSignature = null;
    ConfigurationClient.ComplexSetting myConfig = ConfigurationClient.getComplexSettingByPath("Discovery.CoreServer");
    final Hashtable env = myConfig.getAllSettings();
    Map statusMap = new HashMap();
    private tcUserOperationsIntf userIntf;
    String supervisoremplno=getDataObject().getString("usr_udf_supemplno");
    protected void implementation() throws Exception {
    if (getDataObject().isDeleting()) {
    return;
    if (getDataObject().isUpdating()) {
    return;
    String managerid= getManagerID(supervisoremplno);
    try{
    getDataObject().setString("usr_manager",managerid);
    return;
    }catch(Exception ioex){
    System.out.println("Supervisoremployeenumber does not exist" + ioex.getMessage());
    return;
    public String getManagerID(String supervisoremplno) {
    try {
    moSignature = tcCryptoUtil.sign("xelsysadm", "PrivateKey");
    utilFactory = new tcUtilityFactory(env, moSignature);
    userIntf = (tcUserOperationsIntf) utilFactory.getUtility("Thor.API.Operations.tcUserOperationsIntf");
    String userid = "temp";
    //String supervisoremplno=userSet.getStringValue("usr_udf_supemplno");
    HashMap userHash = new HashMap();
    userHash.put("Users.User ID", userid);
    tcResultSet userSet = userIntf.findAllUsers(userHash);
    for (int i=0;i<userSet.getTotalRowCount();i++){
    userSet.goToRow(i);
    String emplno=userSet.getStringValue("USR_UDF_EMPLNO");
    String mgrid = userSet.getStringValue("Users.Login");
    if(emplno.equalsIgnoreCase(supervisoremplno))
    return mgrid;
    catch(Exception e){
    return "xelsysadm";
    }

  • Unable to export all columns from sharepoint 2010 survey

    Have a user that cannot export all columns from a sharepoint survey. When exported, he only gets 3 columns. We've tried a number of things, including exporting from the overview view. We've also made sure that readers had full edit rights, etc. Just for
    background, this survey does contain branching logic. Any ideas?

    I have had
    exactly the same problem before.
    There's already a ton of suggestions on these blogs, and I suspect there is a bug somewhere.
    As I'm lucky to have Reporting Services in SharePoint mode, I've been using it to export Survey data, pre-process it, and export it to Excel or PDF.

  • Am unable to see all COLUMNS of my_ALV in SPOOL from a BACK GROUND JOB, Why

    hi experts,
    pls. clarify m ysimple doubt that,
    Am running a ALV report in my_BACK GROUND..........this ALV contains 16 comuns...........I ´got the SPOOL from the scheduled my_BACK GROUND.......I noticed that, ONLY 9 columns are showing up?????????????
    so,
    1 - If I take print, all the columns will come show up?
    2 - If I/user waanna to see totla columns, than How to get it done?
    3 - Why SAP is so?
    thanq

    Hi Srini,
      I do faced the same problem and struggle a lot. I have done two things and My problem is resolve .
    1. First my Report autom mail come in PDF format that we have change to HTML view. (Basis people can do it.)
    2. Page format previously it was X_44_120  we have change it to  X_58_170 and the problem is resolve.
    hope it will be help full for you.
    Regards
    Swati....

  • Unable to view all the pdf menu bar in internet browser

    We are working on a web application where we have to provide options to users to edit pdf directly(like changing the text) and save to the server again. I installed acrobat professional on my machine to develop the code. But when i open the pdf in my web application(i.e Microsoft Internet Browser..) it is just showing few tool bars, but i need to load all the menu bars so that user can use all the menus which is available for adobe professional. Thanks for your help.

    When viewing a PDF in a web browser, one is using a special plugin for the web browser to read PDF files. I have the same problem when I have an Excel file opened in a web browser, there is no Excel menu bar or toolbars.  You might be able to add some JavaScirpt to the PDF to display the necessary tool bars.
    I always wondered why they call these internet viewers browsers.

  • Unable to view all the pdf menubars in internet browser

    We are working on a web application where we have to provide options to users to edit pdf directly(like changing the text) and save to the server again. I installed acrobat professional on my machine to develop the code. But when i open the pdf in my web application(i.e Microsoft Internet Browser..) it is just showing few tool bars, but i need to load all the menu bars so that user can use all the menus which is available for adobe professional. Thanks for your help.

    When viewing a PDF in a web browser, one is using a special plugin for the web browser to read PDF files. I have the same problem when I have an Excel file opened in a web browser, there is no Excel menu bar or toolbars.  You might be able to add some JavaScirpt to the PDF to display the necessary tool bars.
    I always wondered why they call these internet viewers browsers.

  • Unable to view all folders within exlpo

    I have a Zen Sleek player and I have 4 main folders under the root directory. I am able to see and play everything just fine within the player but when I go to view the folders within windows explorer I only see of the 4 folders.
    I have performed the disk clean option which re-built my music library and rebooted my PC and it still is not working.
    It takes a long time to copy all the files over and create new playlists so before I end up re-formatting my player I am wondering if anyone can give me some help on fixing this.
    Thanks in advance

    There's not much you can do unfortunately, a disk cleanup is about it, short of the format.
    Presumably you're using the MTP firmware?

  • Alv report in background job - Unable to see all columns

    Dear Gurus,
      I tried to run an ALv report in the foreground and it works perfectly fine and shows 42 columns. But when i run it in the background, the resultset only contains 12 columns. Is there a particular reason why this is happening. What steps can i take to remedy this.
    ~thanks, appreciate it.

    You do it like this...
    REPORT zdummy_sandbox NO STANDARD PAGE HEADING line-SIZE 255.
    Where LINE-SIZE is the size of your report screen and 255 is the max size (Maybe more or less..not sure)...basically, the ABAP standard line size for reports is kinda short...so if your ALV got 42 columns, you need to extends the size of the report output to make everything fit -:)
    Greetings,
    Blag.

  • Unable to view all photos in Aperture library

    Only the last upload of photos are viewable.  Photos are on a Lacie external HD as is Aperture.  It does list the 407 Projects, 39512 photos but thumbnails of the events are blank.  I checked the Photo Filter and all boxes are unchecked.
    Any suggestions?
    Very nervous...... : (

    Please tell us more, so we can get a clear picture:
    What is your Aperture version?
    Photos are on a Lacie external HD as is Aperture.
    Do you mean you have a referenced library, and the referenced originals are on your Lacie drive? Or is your library managed and the whole library is on the external?
    Does  "as is Aperture" mean, that your Aperture application is also on the external?
    How is your external drive formatted and how is it connected?
    39512 photos but thumbnails of the events are blank.
    In what way "blank" - do you see dashed outlines, or are they black?
    Are your original image files raw or in another image format?
    Do you have a current backup of your Lacie drive?
    Regards
    Léonie

  • Unable to view columns for attribute views created

    Hi all,
    Here are the list of errors I am facing while creating attribute views and while adding multiple dimensions (Product dim and Employee dim) to an attribute view.
    I am unable to activate my attribute view. I don’t get any error message other than:
    Message :      STS.STS_ATTRIBUTE_VIEW: one or more columns of Table: DIMSUPPLIER have invalid ABAP name
    2. When I added DIM.Product attribute to the attribute view STS_ATTRIBUTE_VIEW, I am unable to see any column names for the DIM.Product to add them to output fields. Same with employee dimension also. Now my question is, Can I add more than one dimension to the same attribute view or do I have to create a new attribute view for every dimension. While I think I can add more dimensions to the same attribute view but I asked this question because I am unable to see any columns listed out in the dimensins Product and Employee.
    3. In Employee dimension when I click on the data preview, I don’t get any data. Its all blank. But there is data in the table and its visible when I preview in table.
    4. When I right click on the attribute view or the attribute itself I don't see any other options other than "Configure Table" but I remember 2 days back when I worked I was able to see other options like "Data Preview" and few others.
    Why am I unable to view the columns of the Product and Employee dimensions? Should there be a common primary key between all the dimensions to be able to view the data in the attribute view?
    Please note that my attribute view is still in grey inspite of hitting on save and validate and save and activate several times. And I am getting a warning message, "Some services are not started" on my hdbsystem and the system is showing yellow colour.
    Please advise.
    Thank you.
    Regards,
    Pavan.

    Hi Pavan,
    To much words and no picture, this doesn't help you to obtain community feedback.
    Can you sintetize your question, maybe even split it in minor questions.
    I confess I failled to understand what you are facing.
    Regards, Fernando Da Rós

  • Unable to view the all country's names in the list of values

    Dear Sir / Madam
    Module: Oracle HRMS
    Unable to view all countries names while defining a business group.
    Navigation: Global HRMS Manager --> Work structures --> Organization --> Description --> Find / New Business Group --> choose classification as Business Group --> Click on others button --> Select the Business Group Info --> Legislation Code and Currency showing only US / USD.
    I would like to add India / INR in the list. Please suggest.
    Regards,
    GR
    [email protected]

    Using System Administrator responsibility, navigate to Application --> Currency, then query up INR, use the scroll bar at the bottom of the form to scroll to the extreme right, check the "Enabled" checkbox, then log out and try again
    MOS Doc 278774.1 - Cannot Select Different Currency From Currency Lov When Defining Business Group
    HTH
    Srini

  • Bug in details view: index columns not shown correctly, stops at 4th column

    I do have two indices on a table which are shown in the details view. In the column 'columns' only the first 4 columns are shown that belong to the index.
    If I choose an index in another detail view, all columns are shown correctly.
    Where to report this bug?

    I just realized this was an issue today.
    Once one knows that only 4 columns are shown in the summary and that you have to click on the index name for any index that shows 4 columns to see if there are more, well that extra click is pretty simple and not a big deal.
    The problem is BEFORE one knows of this. For weeks, when reviewing some indexes created by others, I was under the wrong impression about some indexes because I thought they only had the 4 columns shown. I didn't know at that time that I had to select the index and look at the detail section.
    It wasn't until I just happened to click on one of them and saw more columns listed that I realized there was a bug. And yes, as far as I'm concerned, this is a bug not a feature.
    At an absolute minimum, there should be something done so users know they have to look at the details. Perhaps the heading could be changed to "Columns (up to 4)" or the ellipsis or (more) could be added as someone else suggested. Even just an additional comma would help. I can't imagine why it was written to stop at 4 anyway - why does that make any sense?
    This is the first time I've come to this forum so I'm not sure how to request an enhancement. I'll read a few other threads and see if I can tell.

  • Changing 'All Column Values' in dashboard prompt

    In OBIEE 11g, how to modify the dashboard prompt All label value? I do not want to change value in XML file , because it will impact all dashboard prompt value.
    Is it there better method to implement this problem?
    For example:
    In dashboard prompt-->edit -->options--->tick 'Include "All Column Values" choice in the list', so I can view '(All Column Values)' value in prompt. Customers want to changed this value,such as 'all values'. Is it possible? Thanks.

    Hi,
    Can do it using Union All is prompt SQL and presentation variable in report.
    Refer : http://www.varanasisaichand.com/2010/01/editing-all-choices-in-dashboard.html
    Regards,
    Srikanth

Maybe you are looking for

  • MacBook Pro suddenly started freezing up. Help :)

    Problem description: Two days ago, out of nowhere my MacBook Pro started running super slow and lagging after about every other mouse click, or after typing and hitting backspace. I haven’t installed anything recently. I noticed it seemed to be runni

  • How do I change the page order in Numbers

    I have a simple three page document/ In the top left it says "sheet 1, 3 pages". I want to change the order of page I and 2. Simple, one would think, but I cannot figure out how to do it without a tricky cut/paste operation. Surely one would think yo

  • Quality inspection Rejection report

    Hi Gurus Is ther Any Standard SAP report When I can see only the Usage decision rejection in inspection lot. I want to see only rejection, not accepted? your ealry responce will be appreciated Regards Krishna

  • Passing values at run time through a JSP page to selection formula to crystal report

    <p>hi,</p><p>   i am using one jsp page.in that page there is a field to select a date </p><p>this value will go to the report and report contain one selection formula.</p><p>which value we are passing on that basis the report should display</p><p>wi

  • For .exe's and .msis with no silent option install

    When packaging and installing executables and msi's with no silent install option, is the only recourse to enable interactive installation, or is there any other way to have it install, perhaps with defaults (next, next, finish etc.). Thank you