Problem in Displaying More Columns in report

Dear all,
I have one report to display, currently it displays 23 different columns...upto horizontol position of 400.
Now I want to add 8 more columns , I have done coding accordingly ..
But output does not show additional columns after position 400. *
Please suggest me the possible suggestion............
Thanks

Hi,
You can try below code :-
REPORT  ZTEST LINE-SIZE 400 ( or even more) NO STANDARD PAGE HEADING.
Hope it will help.

Similar Messages

  • ME2N report displaying more columns in Background than foreground.I want same columns in Background as Foreground

    Hi All,
    ME2N report displaying more columns in Background than foreground.I want same columns in Background as Foreground having 10 columns.Already i have created the default variant in foreground when i execute the report in background by proving the same variant it is displaying more columns almost 70 columns.Kindly suggest and guide me how to restrict the report to get same columns in background as in foreground.
    Kindly provide is there any OSS Note available.
    Thanks,
    Prashanth Reddy

    I do not think it is possible to assign default layout for background job.
    System will show you all field for background job for transaction ME2N.
    Actually the screen layout is assigned with t-code (ME2N)
    When the report is running in foreground, then system will take the screen layout for the t-code.
    But when you run the background, then system will run the program directly (does not take the t-code). So the default screen layout will not fetch during running the background job.
    For more details have a look into the thread Selecting layout in selection screen

  • Problem  to display multiple images in report!

    Hi,
    I have 3 tables, in each table i have a column with an image "blob"!
    I have creat a view with this 3 tables and a report of this view.
    My problem is that when i try to show one image column in report, "there is no problem", but when i try to show two or tree column´s with images, it display's only the last image that i call in report!
    select     "V_VIEW"."ID_STATE" as "ID_STATE",
         "V_VIEW"."STATE" as "STATE",
         "V_VIEW"."ID_TABLE" as "ID_TABLE",
         "V_VIEW"."NAME" as "NAME",
         "V_VIEW"."ID_PRIORI" as "ID_PRIORI",
         "V_VIEW"."PRIORI" as "PRIORI",
         "V_VIEW"."ID_PRODUCT" as "ID_PRODUCT",
         "V_VIEW"."PRODUCT" as "PRODUCT" ,
    dbms_lob.getlength("V_VIEW"."IMAGE") IMAGEPRODUCT,
    dbms_lob.getlength("V_VIEW"."IMAGEPRIORI") IMAGEPRIORI,
    dbms_lob.getlength("V_VIEW"."IMAGESTATE") IMAGESTATE
    from     "V_VIEW" "V_VIEW"
    Using normal standart report with in report atributes column:
    IMAGE:T_STATES:IMAGESTATE:ID_STATE::::::inline:
    What are i making wrong, in this case he does only make the last dbms_lob.getlength and shows only dbms_lob.getlength(IMAGESTATE) IMAGESTATE;
    If i change the order of the report and put in the end of the code:
    dbms_lob.getlength(IMAGETYPE) IMAGETYPE, the he shows this last image!
    I have try to make a demonstration of my problem on this forum, so i have creat an example on apex.oracle.com and there it works just fine, showing all the images of report.
    i am using apex 3.1.0.00.32
    Why doesn't the same example work in my aplication.
    If someone can have a look at working example:
    http://apex.oracle.com/pls/otn/f?p=53120:1:1299118515377853:::::
    pepe
    pepe
    pepe25
    Thank's in advance;
    Pepe

    Pepe,
    Is the first report on the page working correctly? I think so. So I don't see an example of what you described.
    I do see that there are no images in the second report, but that's not the same as the first problem you described, is it?
    Scott

  • Display more columns in list view?

    Is there any way to display more than the standard columns (filename, dates, size, &c.) in list view in the Finder?  If it's possible to search for other attributes (author, EXIF info, &c.) using the find function, why can't this information also be displayed as list view columns?

    Additonally, one could send bug reports and enhancement requests to Apple via its Bug Reporter system. Register as an Apple Developer—it's free and available for all Mac users and gets you a look at some development software. If you already have an Apple username/ID, use that. Once a member, go to Apple BugReporter and file your bug report/enhancement request. You'll get a get a Bug/ER ID number; thus, starting a dialog directly with engineering.

  • Authorization problem when displaying icons in BW Report

    Hi All
    I have the following problem when display BW Report as iView: The report data itself is displayed perfectly but to display the icons (like DrillDown arrows, Hierarhy level open arrows) the Windows login message "Connect to <my BW server.com>:8000" appears and I have to enter BW user name and password explicitly. The system for BW is defined, the user is mapped, UIDPW method is used. Again, the report data itself is displayed, the problem is only with icons. I can see that the path to icons is like:
    http://<my BW server>.com:8000/sap/bw/Mime/BEx/Icons/s_b_up.gif
    How could I rid of this authorization request?

    Thanks! I already did this and it helped for most of icons. But for five remaining icons i still get authorization request althoug these icons are in the same path. The icons are:
    http://<server>.com/sap/bw/Mime/BEx/Icons/cascading.gif
    http://<server>.com/sap/bw/Mime/BEx/Icons/checked.gif
    http://<server>.com/sap/bw/Mime/BEx/Icons/separator.gif
    http://<server>.com/sap/bw/Mime/BEx/Icons/marked_right_35.gif
    http://<server>.com/sap/bw/Mime/BEx/Icons/loading.gif

  • Display more columns in ESS "Time Accounts" table in "Leave Request"

    Hi all,
    does anybody know how to configure the display of columns in the "Time Accounts" table in the ESS-WebDynpro "Leave Request" ? I currently see
    Time Account /  Deductible to / Entitlement / Remainder 
    We would like to include other columns and can't find to manage this in the WebDynpro ess~lea (we're using EP6, SAP_ESS 100 SP19) - all 12 existing columns are already set to "visible" in AccListView. In implementation of method format() in FccAccList all values are assigned, but the columns get not displayed...
    Please could you advise, where and how this can be customized?
    Is it to customize in backend or WebDynpro or ??
    Thanks,
    Monika
    Edited by: Monika Verwohlt on Jul 16, 2009 11:25 AM

    sorry

  • Problem with display of ampersand in reports

    I enter the following text into a "notes" item on a page:
    Send request to AT&T.
    When I use this notes item in a report the following is displayed:
    Send request to AT
    Note the ampersand and the T are missing.
    If I remove the period at the end of the note:
    Send request to AT&T
    The report displays properly:
    Send request to AT&T
    If I append text to the original note like this:
    Send request to AT&T for test.
    The report note will display properly:
    Send request to AT&T for test.
    The issue seems caused by the period following AT&T. This is APEX 3.2.1.00.12.
    Besides the work around of editing the text, does anyone know what else might fix the problem?

    Doesn't appear to be anything out of the ordinary there.
    The obvious solution is to escape the ampersand, which will stop it being specially treated by either APEX or HTML:
    SELECT n.note_id, l.lce_type, htf.escape_sc(n.note) note, n.created_by, n.created_date, n.last_updated_by, n.last_updated
    FROM ticket_lces l, lce_notes n
    WHERE l.ticket_id = :P33_TICKET_ID
    AND l.lce_id = n.lce_idAlthough I'm not sure why this is necessary. Can't say I've come across a report column doing this before...
    Standard or interactive report?
    If it's a standard report: What is the Display As property of the <tt>note</tt> column? Is there any post-query manipulation of the <tt>note</tt> column in the report: HTML Expression, Link etc?

  • Problem with displaying key figures in report

    Does anyone have experience with SAP Report Designer for Release 7.0. I want to display key figures in the following manner: 1'500 (Which means 1.500.000) For a billion the value displaye should be 1''000 (1.000.000.000).
    1000 =     1.000
    0'010 =     10.000
    0'100 =     100.000
    1'000 =     1.000.000
    0''010 =     10.000.000
    0''100 =     100.000.000
    1''000 =     1.000.000.000
    Thus the report always shows 4 digit figures. The problem is that I don't know how to include the apostophe as a separator for the million.
    Additionaly to that I want to have the font changed to a smaller number, if the figure is to large for the column. Is there a possibity to change the display of the figure with the scaling? And is there a possibility to change the font? These two parameters have to be decided when running the report. (The scale of the numbers can differ within one column.)

    there is two way to display the values , one is globally, where u do it the keyfigure and another way is on the query designer level
    in keyfigure go to aggregation , there u will get the number display format , u can change there and another way is in the query designer right click on the key figure and select properties and select display format

  • How to display multiple column in report

    Hi Abaper,
    I have client requirment to develop new report for sim hotel.
    The requirment is we have select multiple hotel , based on hotel selection the report will display, the report layout like:
    Hotel1               |Hotel2               |Hotel 3          
    Day     |Month     |Year     |Day     |Month     |Year     |Day     |Month     |Year
    Please any one can give me idea  how to develop same layout for this requirment.
    Thanks in Advance.
    Regards,
    Sourav

    Hi,
    U can use write statement like below
    write:/ 'Day 1'.
    write:20 'Year 1'.
    This will leave 20 spaces between Day 1 and Year 1.
    For more information u can go to transaction 'ABAPDOCU' and in Keyword help type 'Write' u will get all options u can use with write statement.
    Let me know further.
    Cheers,
    Parth Parikh

  • Displaying a column in report dynamically

    I have a report where under one condition I need to have an additional column displayed in the report data sent to Excel. I have tried to add a lexical value in the select and in the BeforeReport trigger set it to the column needed or not.
    This does not seem to be working.
    Any suggestions would be appreciated.
    Thank You.
    Tom Vereecke

    In the properties(ConditionalFormating) of the colum; you can add the condition that you want to evaluate.
    I Hope you find this useful.

  • Displaying a column in report which returns null value

    Hi
    I have a simple report with two column. The query is as below.
    SELECT decode(caste,1,'SC/ST',2,'General','3','PWD') fcastepi, nvl(count(*),0) fcapi
    FROM applicationformdtl
    WHERE year = :p_year
    AND selected = 1
    AND PROGCD = 'PRM'
    GROUP BY caste
    This query returns values for SC/ST and General as there is no matching data for the PWD. But I want to display PWD with value 0 in the report. How to do this? Can anyone help me in this matter at the earliest?
    Regards
    Trusha

    hello,
    u r calculating the cast in ur detail table applicationformatdtl.
    and also u have the table of caste in which caste description is given
    so ur query like this
    select nvl(decode(a.caste,1,'sc/st',2,'general'),'pwd')cast,
    nvl(a.caste,40),decode(count(*),1,0,count(*),count(*)) total
    from applicationformdtl a,caste c where c.caste = a.caste(+) group by a.caste
    which gives the output
    caste     total     
    sc/st 3
    general 5
    pwd 0
    bye
    Chandan

  • Finding problem when displaying a Interative list report

    Hi All,
        I have a req where i have to display some records in my detail list after clicking on the primary list.
        On th basis list i have a user command 'A' and some of records are being displayed on my screen.
        Here i have to click on any one of the available checkbox and press the user command A.
        Then some details are displayed in secondary list when i click back on the BACK button the checkbox which i have checked must be cleared.
      But that is not happening in my program.
      I tried using clear and refresh statements but it is not clearing my checkbox.
      Kindly let me know how to clear the checkbox .
    Thanks and Regards,
    Yamini.A

    Hi Yamini,
    1. I understood ur problem and i could do at my end.
    By simple means, we cannot achive that :
    We have to use our own PF Status
    In this pf-status, do not use std code BACK
    2. Try what i have done :
       a) new z program (code as given below)
       b) in this program, create new pf-status ABCD
       c) Add Two Buttons/Icon in this PF Status
          (In App Toolbar)
       d) SHOWDE , GOBACK.
       e) Activate GUI Status, and the program
       f) Now run  the program (it will do what u want)
    3.
    REPORT abc.
    DATA : ck TYPE c.
    DATA : flag TYPE c.
    PARAMETERS : a TYPE c.
    START-OF-SELECTION.
      SET PF-STATUS 'ABCD'.
      PERFORM basiclist.
    FORM basiclist.
      sy-lsind = 0.
      flag = ''.
      WRITE :/ ck AS CHECKBOX , 'Basic List'.
    ENDFORM.                    "basiclist
    FORM detaillist.
      flag = 'X'.
      WRITE :/  'Detail List'.
      WRITE :/  'Detail List'.
    ENDFORM.                    "detaillist
    AT USER-COMMAND.
      IF sy-ucomm = 'SHOWDE'.
        PERFORM detaillist.
      ENDIF.
      IF sy-ucomm = 'GOBACK'.
        IF flag = ''. "BASIC LIST
          LEAVE LIST-PROCESSING.
        ENDIF.
        IF flag = 'X'. "DETAIL LIST
          PERFORM basiclist.
        ENDIF.
      ENDIF.

  • Problem in displaying multiple column values using Narrative View

    Hi All,
    I have a requirement where in I need to display column 1 of an Answers report as a header and all values of column 2 below tht.
    There are multiple values from column 2 for every value in column 1
    Example:
    Group:
    Grp (This is column 1)
    Activity:
    Act1
    Act2
    Act3 (These are values from column 2)
    I have used narrative view for this which looks like:
    Group: @1
    Activity:@2[br/]
    But this displays the value of column1 along with every value of column 2. I want column 1 value to be displayed only once.
    Thanks in advance
    Radhika

    Hi see this link it may helpful
    Re: Narrative view not showing up in the report
    Re: how to transpose columns to rows in OBIEE
    Regards
    Naresh

  • Problem in Displaying Data for Localised Reports

    Hi everyone..I am having a problem with crystal Reports. I need Malayalam unicode( INDIAN Language) to be displayed in the reports, this data will be binded from database.
    And the problem is : After applying this unicode font to the labels of my reports, some labels in the reports are going invisible.Also, previously  if I increase the font size beyond 22, I used to get "A Generic error occured in GDI+".  But after changing the textformat property of the field to "crRtfText" from "crstandardText" , I could resolve this Generic Error.
    And, I could also observe that the last char of the fields in the "details" section is repeating.
    This is the code I am using to apply local font to the labels.
    Private Sub assignfont()
    Dim Mfont As New Font("kartika", 20, FontStyle.Regular,GraphicsUnit.Pixel)
    CType(Report.Section8.ReportObjects("Field45"), CrystalDecisions.CrystalReports.Engine.FieldObject).ApplyFont(Mfont) 
    CType(Report.Section8.ReportObjects("Field48"), CrystalDecisions.CrystalReports.Engine.FieldObject).ApplyFont(Mfont)
    End Sub
    And I am calling this function in the form load event of that report.
    Any suggestion on this is greatly appreciated........Thanks in advance..

    Dear MJ,
    thanks for the reply and I am really sorry for my delay. Actually I got vexed waiting for any reply and stopped opening this forum.
    And coming to your suggestion,
    Ya, I tried assigning font at design time also, but nothing worked for me.
    Even a textbox control also cannot show few characters which are said to be complex in malayalam script.
    So, do u feel getting BOBJ support is the only way for this?
    Thanks once again for your interest.
    Regards,
    raj.

  • Problem in designing multiple columns crystal report

    I have got a crystal report having around 25 columns(all are test boxes) in header section.Out of these 25, I can view only 10 columns in crystal reports design window. When I view the contents as 25% I can view all the columns. Now I want to add one new column almost at the end. How can I add it. As last section of report is not under white background (visible in design window) I'm not able to do any modifications to it.
    Please help....

    Please post questions related to using Crystal Reports on their
    forums.

Maybe you are looking for

  • Fonts details not showing correctly in Acrobat XI

    Hi, Previous i used Acrobat 8, there is no issues when i select character to check font name, but now i upgrade the Acrobat to XI, there is some issues when check fonts, its not showing its accurate Font name like In Acrobat 8, Its showing correctly

  • Dropped connection on laptop

    Every other day this happens . I have router WRT54GX2. It connects directly to my desktop. My daughter has a HP laptop. Almost every other day she cannot access internet. It shows our network sometimes and sometimes it does not. It shows other networ

  • CSV file reporting

    Hello, What is the best way to create a csv file with test results? Should I use scripting avalaible in TestStand or implement it in LabVIEW? Is there an example somewhere? I downloaded a few examples from earlier years but I cannot get them to work

  • Problema con Photoshop Elements 2

    Desde hace varios dias cuando he intentado usar la herramienta de seleccion "rectangular marquee tool" aparece un mensaje de error: "Warning: No pixels are more than 50% selected. The selection edges will not be visible"; no se por que aparece, ya qu

  • Microsoft Update and Hardware driver updates

    Question is do you use them or not?  I have the following driver updates showing up as optional for my machine: Intel - Network - Intel(R) Wireless WiFi Link 4965AGN nVidia - Display - NVIDIA GeForce 8600M GT Realtek - Network - Realtek RTL8168B/8111