XML report output displays xml code instead of pdf

Hi,
My Release is R12.1.1, An xml report whose output is set as pdf. when running this report output is coming as xml code instead of pdf
another xml report ouput is coming in word instead of pdf
is there any additional settings required to display in pdf format
eventhough i configured pasta.csg & ixlib.cfg files
Thanks,
Alig
Edited by: user12257829 on Jun 2, 2010 11:41 PM
Edited by: user12257829 on Jun 2, 2010 11:41 PM

Hi,
Helios
Even i tried both MOS documents u have referenced, as both reports compeleting normally without any error
one thing i want to know can application use the same pasta.cfg file for pdf and text format
as i have a single pasta.cfg configured
Thanks
Alig
Edited by: user12257829 on Jun 3, 2010 1:18 AM
Edited by: user12257829 on Jun 3, 2010 1:18 AM

Similar Messages

  • Concurrent Program Open in XML format Instead of PDF in R12

    Hi ,
    I register 1 concurrent program and set its output in "XML" also attach this CP with XML template , when i run CP it show warning but output show in XML format instead of PDF format which is define in XML Template .
    Below text is log file of CP
    When i run concurrent program from oracle r12
    Custom Application: Version : UNKNOWN
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    XXSGHAPCPV module: SGH Payment Voucher Report
    Current system time is 18-SEP-2012 10:12:50
    +-----------------------------
    | Starting concurrent program execution...
    +-----------------------------
    Arguments
    P_ORG_ID='88'
    P_VOUCHER_NUMBER='60000001'
    P_VOUCHER_NUMBER_TO='60000001'
    Forcing NLS_NUMERIC_CHARACTERS to: '.,' for XDO processing
    Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
    AMERICAN_SAUDI ARABIA.AR8MSWIN1256
    Enter Password:
    REP-0004: Warning: Unable to open user preference file.
    Report Builder: Release 10.1.2.3.0 - Production on Tue Sep 18 10:12:51 2012
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Start of log messages from FND_FILE
    End of log messages from FND_FILE
    Executing request completion options...
    Output file size:
    1703
    ------------- 1) PUBLISH -------------
    Beginning post-processing of request 1218186 on node ERPPRDAS1 at 18-SEP-2012 10:12:53.
    Post-processing of request 1218186 failed at 18-SEP-2012 10:16:53 with the error message:
    The Output Post-processor is running but has not picked up this request.
    No further attempts will be made to post-process this request, and the request will be marked
    with Warning status.
    Setting the profile option Concurrent: OPP Response Timeout to a higher value may be necessary.
    ------------- 2) PRINT   -------------
    Not printing the output of this request because post-processing failed.
    Finished executing request completion options.
    Concurrent request completed
    Current system time is 18-SEP-2012 10:16:53
    Thanks ,
    Zulqarnain

    plz see
    R12: Request Logs Contain the Message "REP-0004: Warning: Unable to open user preference file" [ID 1120529.1]
    Concurrent Processing - Concurrent Reports Failing With Errors REP-0004,REP-0082 and REP-0104 [ID 844976.1]
    R12: Executing a Report fails with REP-0004: Warning: Unable to open user preference file. [ID 1303903.1]
    also
    - xml output is correct?
    - what type of execution method for cp?
    - when you run cp the template picked up for cp?

  • WBS element field to Depreciation Simulation Report  output display

    Hi SAP Experts,
    We need to Add the WBS element field to Depreciation Simulation Report  output display (S_ALR_87012936)
    Could please give your valuable inputs
    Thanks
    Hari Pothula

    HI Javed,
    We have capitalized with WBS element but not displaying in simulation report.
    All configurations done in in ACSET and activation Account assignment objects
    Thanks
    Hari

  • Bold font in report output display

    Dear All,
    Will any one let me know how to set BOLD font in the report output display?
    Thanks,
    Ranjan

    <b>u cannot use this in 4.7</b>
    REPORT ZFONT NO STANDARD PAGE HEADING LINE-SIZE 80 LINE-COUNT 65.
    Start of print-control
    NEW-PAGE PRINT ON.
    PRINT-CONTROL FUNCTION 'SF000'.
    WRITE: / 'This is CPI 20'.
    SKIP.
    PRINT-CONTROL FUNCTION 'SF020'.
    WRITE: / 'This is CPI 6'.
    SKIP.
    PRINT-CONTROL FUNCTION 'SF008'.
    WRITE: / 'This is CPI 12'.
    Depending on your SAP printer device, this may also work
    PRINT-CONTROL FONT 1 LPI 6.
    you can try to change font and LPI numbers
    WRITE: / 'font 1 lpi 6'.
    PRINT-CONTROL FONT 2 LPI 6.
    WRITE: / 'font 2 lpi 6'.
    PRINT-CONTROL FONT 3 LPI 6.
    WRITE: / 'font 3 lpi 6'.
    End of print-control
    NEW-PAGE PRINT OFF.
    *--- End of Program

  • Report Title Displaying in Multiple Lines on PDF Format when i Print in PDF

    Report Title Displaying in Multiple Lines on PDF Format when i tried to print in PDF Format, is there any limit for Report Title Characters
    Displaying Like -
    LRDP
    Open
    Label
    Paradigm
    Forecast
    Report
    Any Info Appreciated
    ~Srix

    Got It .. Just need to chnage the Width Parameter.......!

  • Problem In report output display when i run in the background

    Hi,
    In a classical report i am printing around 17 fields  the width of the report out put is around 800 characters.
    If i run  the report in the  fore ground it running perfectly. But the thing is when i give large selection is it GETTING ' TIMED OUT ' as it is running more than an Hour.
    so i wanted to run it in the back ground to avoid TIME OUT problems.
    But when i run in the backgroud   i am not getting  full  out put in the SPOOL request(SIZE of the report output may causing the problem) .
    Pls come up with some solutions
    Thanks in advance

    Try increasing the spool length..
    Refer this link for doing so.
    Spool List output display > 255 char when the rpt is run in Background
    Thanks
    mahesh

  • View output from report output,display with null row

    Hi ,
    I view report output through browser,but the output content include with a null row inside.

    Hi
    That doesn't possible, so don't worry
    what U need to consider is zoption-tdprogram has to have the name of main program, so the program where the variable are defined.
    This field isn't usually filled, because the main program is the driver program (i.e the program where the sapscript is called), it need to fill it only if the program where the variable are defined is not the driver program.
    So i believe this (your) code:
    REPORT  z_sapscript.
    DATA TEST_NAME(20) TYPE c.
    CLEAR usr01.
    SELECT SINGLE * FROM usr01 WHERE bname = sy-uname.
    zoption-tddest    = usr01-spld.        "Output device (printer)
    zoption-tdimmed   = 'X'.               "Print immediately
    zoption-tddelete  = 'X'.               "Delete after printing
    test_name = sy-uname.
    CALL FUNCTION 'OPEN_FORM'
         EXPORTING
             application        = 'TX'
             device             = 'PRINTER'
             dialog             = 'space
             form               = 'Z_TEST_SAPSCRIPT'
             language           = sy-langu
             OPTIONS            = zoption
         IMPORTING
              language           = sy-langu
           EXCEPTIONS
             OTHERS     = 1.
    IF sy-subrc  0.
      LEAVE PROGRAM.
    ENDIF.
    CALL FUNCTION 'WRITE_FORM'
         EXPORTING
             window        = 'MAIN'
         EXCEPTIONS
              element       = 1.
    CALL FUNCTION 'CLOSE_FORM'
      EXCEPTIONS
        unopened = 1
        OTHERS   = 2.
    It should work now
    Max

  • How to display plant code instead plant description?

    Hi,
    In tx ME21N, ME22N and ME23N, how can I display the plant code instead the plant description?
    Thanks in advance.

    Hi,
    Click the personal setting push button.  There click the display key check box.  Then try.
    Regards,

  • Report Output Display Probem

    Hi Gurus,
    My Report output is having multiple pages,
    Here my problem is, there is a large gap between each page,
    how to reduce this gap?here sy-pagno is showing '1' even my
    output is having multiple pages.please advice me.
    Thanks & Regards,
    Vijaya.

    No Jay it is eating of my output,
    First line of my program is as below
    REPORT zxxxx NO STANDARD PAGE HEADING
                    LINE-SIZE 170                              
                    LINE-COUNT 65(1)
                    MESSAGE-ID 00.
    i am getting the exact width for my output with the above..
    Thanks & Regards,
    Vijaya.

  • Can Sentinel RD reports be in CSV format instead of PDF

    Hi,
    I am working with Sentinel RD and generating custom reports using
    iReport. I was wondering if I can generate a custom report where the
    output is in CSV format instead of PDF and can be scheduled in the same
    way as the PDF are.
    What do I need to do to achieve this?
    ankurrane
    ankurrane's Profile: http://forums.novell.com/member.php?userid=92392
    View this thread: http://forums.novell.com/showthread.php?t=428324

    Here is how to output report results in CSV format in SLM 1.1 (or
    later):
    STEP 1: Go to the $ESEC_CONFIG_HOME directory on your SLM server (It
    will be something like: /etc/opt/novell/sentinel_log_mgr/config).
    STEP 2: Open the file
    "obj-component.JasperReportingComponent.properties" for editing.
    STEP 3: Specify the following fields/values in that properties file:
    reporting.csv.enable=true
    reporting.csv.email=true
    reporting.csv.outputdir=/opt/mycsvreportresults
    STEP 4: Save the file.
    STEP 5: I *think* you have to restart the SLM server after making
    changes to any of these properties.
    Some things to take note of:
    NOTE 1: You can specify any directory (that the novell user has
    permission to write to) in the "reporting.csv.outputdir" setting. This
    will cause a .csv file to be created in that directory whenever a report
    is run.
    NOTE 2: If you set the "reporting.csv.email" setting to true, the .csv
    report results will be included with any report results that are
    emailed.
    NOTE 3: The CSV results will include all of the report information in
    the the .csv... including the header information any output from any
    subreports. That additional information may not always be desireable in
    the CSV results, so if you find the format of the .csv to not be what
    you need or too difficult to work with, you might want to consider
    creating a new report where there results/output are more optimized for
    .csv output (may without any header or subreport information).
    NOTE 4: Regardless of whether csv output is enabled or not, the
    standard PDFs results will always be generated.
    NOTE 5: The CSV results are not accessible through the GUI, but instead
    are accessible by looking in the directory you specify via the
    "reporting.csv.outputdir" property ... or via any report result emails
    if the "reporting.csv.email" property is set to true.
    NOTE 6: Just FYI: That "reporting.pdf.outputdir" property that you will
    also see in the "obj-component.JasperReportingComponent.properties" file
    is if you want to have the PDF results to be placed in a directory on
    the server. (PDF results will always be accessible via the GUI
    regardless of this setting.)
    bweiner12345
    bweiner12345's Profile: http://forums.novell.com/member.php?userid=55576
    View this thread: http://forums.novell.com/showthread.php?t=428324

  • JasperReportIntegration tool - Report coming back as HTML instead of PDF

    Using:
    * Apex 4.1.1 (using EPG)
    * 11G SE
    * Apache FOP as print Server
    * Dietmar Aust's free tool on integrating JasperReports
    I've recently created a second APEX instance locally (from externally hosted instance) and copied the application (via application export) and parsing schema (using exp/imp). Everything works fine except when I try to print reports (for JasperReports) it comes up as garbled HTML instead of PDF.
    In my hosted instance it all works fine.
    Since the necessary packages to integrate with Jasper reports goes into the parsing schema for application, all necessary objects are imported as well during the exp/imp.
    The only thing different about the hosted and my local instance is that the hosted one is XE where as my local one is SE but I don't think this is a factor at all.
    The other difference is the hosted instance uses Apex Listener while mine doesn't. Again don't think this a factor as well.
    My print server is enabled and working and I can print tables as PDF reports.
    I am not sure if I need to enable something or missed a step needed so the reports come up as expected as is the case in hosted instance. Any hints or suggestions welcome.
    Cheers.

    Hi Dietmar, I couldn't do it as I couldn't find that line I needed to modify. The XLIB_HTTP package goes upto line 45 and those lines referred in that post goes upto 89,90.
    But then I was due to change from EPG to Web Server + Apex Listener (for other reasons) which in turn solved my issue anyway.
    create or replace PACKAGE "XLIB_HTTP"
    AS
    /*=========================================================================
      $Id: xlib_http.pks 21 2010-01-07 07:41:27Z dietmar.aust $
      Purpose  : Make http callouts
      License  : Copyright (c) 2010 Dietmar Aust (opal-consulting.de)
                 Licensed under a BSD style license (license.txt)
                 http://www.opal-consulting.de/pls/apex/f?p=20090928:14
      $LastChangedDate: 2010-01-07 08:41:27 +0100 (Thu, 07 Jan 2010) $
      $LastChangedBy: dietmar.aust $
    Date        Author           Comment
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    19.02.2007  D. Aust          initial creation
    07.08.2008  D. Aust          added check_get_request
                                  display_url_raw: pass all request headers
                                     to the client
    =========================================================================*/
       c_success   CONSTANT CHAR (1) := '1';
       c_fail      CONSTANT CHAR (1) := '0';
       PROCEDURE display_url_raw (
          p_url                       VARCHAR2,
          p_mime_type_override   IN   VARCHAR2 DEFAULT NULL,
          p_charset              IN   VARCHAR2 DEFAULT NULL
       PROCEDURE retrieve_blob_from_url (
          p_url               VARCHAR2,
          o_blob        OUT   BLOB,
          o_mime_type   OUT   VARCHAR2
       FUNCTION escape_form_data (s VARCHAR2)
          RETURN VARCHAR2;
       FUNCTION check_get_request (p_url VARCHAR2)
          RETURN CHAR;
    END;Edited by: Arc_x on 11-Sep-2012 21:17

  • Report output display problem

    I developed purchase register for vendor wise when i am displaying out put it is taking 4 lines gap for each vendor.
    my output is coming as below.
    Afton chemicals  100020  01.2.2008
    sector 6             10021   02.2.2008
    Mumbai.
    here it is taking 4 line space
    indian additives  123456  09.02.2008
    sector 20           124567  10.02.3008
    newdelhi
    here it is taking 4 lines space
    abatap chemicals  456789 12.03.2008
    deonar                  123456 13.03.2008
    mumbai              
    again 4 lines space it is taking.
    i have given line-count 10.
    in my pogram i have used with in loops
    reserved 8 lines and back statement.
    how to reduce space between each vendor.
    i written code as ..
    report puchase order line-count 10.
    loop at output.
    onchange of output-name1.
    reserved 8 lines.
    write: output-date , output-amount.
    back.
    endon.
    write: output-billno.

    Hi,
    the reason for your program behaviour is the combination of reserve 8 lines. and the back. statement You could either reduce the number of 8 lines, try to do without back or use a simple skip.
    Rgds.
    Roman Weise

  • Generate report for displaying transaction codes role wise

    hi,
    i want to generate a consolidated report in which all transactions codes are displayed role wise.In TR SUIM the report is generated using one role at a time.i want an option where i can fill the require roles and get the consolidated reports.is it possible.please help..
    thanx,

    Hi,
    Your question is not about SOA.
    You should ask you question in an appropriate forum (Security ?) where you will have more chances to get a useful answer.
    Regards,
    Olivier

  • Displaying selection screen details in Alv Report  output display as Header

    Hi all,
    May be somebody knows how I can show selected values with select-options in top_of_page using REUSE_ALV_GRID_DISPLAY.
    This shoud work for all the reports and diff selection screens .
    I need one dynamic process which will for display any report selection screen selected details.(Basically varient information of report).
    Small example if possible, please.
    Thanks in advance,
    Rimas

    Hi Thiru,
    Thanks for the input.
    This is my exact requirement.
    Hi Experts,
    I would like to Display / Print  Select-options selected details in ALV Header.
    Ex: Say suppose here i enter kunnr as 1000
                                            lifnr as    2000 to 4000
                                            p_langu as  'EN'.
                                           p_dir  as 'C:\TEMP,
                                           p_upda as 'X'
    for selection screen below.                    
    SELECTION-SCREEN :BEGIN OF BLOCK blk1 WITH FRAME TITLE text-000.
    SELECT-OPTIONS : s_kunnr FOR kna1-kunnr.
    SELECT-OPTIONS : s_lifnr FOR lfa1-lifnr.
    PARAMETER      : p_lanuge LIKE t002-spras DEFAULT sy-langu.
    PARAMETER: p_dir  LIKE rlgrap-filename
               DEFAULT text-003 LOWER CASE.
    PARAMETERS: p_upd AS CHECKBOX DEFAULT 'X'.
    I dont want to Hard code selection screen values like
    DATA: header TYPE slis_t_listheader,
    wa TYPE slis_listheader,
    wa-typ = 'S'(093).
      wa-key = s_lifnr .
      wa-info = 'Vendor no".
      APPEND wa TO header.
    I want dynamic process for all of my selection screen values selected
    hard code may be it will be fine small selection screen it will work.
    Fur that i got one process to get dynamically through fm
    Ex: DATA: irsparams TYPE rsparams OCCURS 0 WITH HEADER LINE.
    CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS'
    EXPORTING
    curr_report = program
    TABLES
    selection_table = irsparams
    EXCEPTIONS
    not_found = 1
    no_report = 2
    OTHERS = 3.
    loop at irsparams.
    write : / irsparams-SELNAME.
    write : / irsparams-SIGN.
    write : / irsparams-OPTION.
    write : / irsparams-LOW.
    write : / irsparams-HIGH.
    endloop.
    I have done my requirement partially but i am failed to achive my full  requirement.
    Because
    rsparams  strcture is diff from  slis_t_listheader.
    Can any one help me for further assistence to display irsparams strcture data in alv header.
    Thanks
    Nag

  • Report to Display Pack Code

    hi,
    We need a report for the Stock Transfer Advice Value Particulars based on the Packing Code from MARC table, Plant, Material, Distribution Channel, Sales Org almost from 5 tables like MARC, LIKP, LIPS, A820, KONP basing on the delivery date between the start and end dates of price in a820.
    The format Should be as Below:
    PACKINDCODE- BASIC VALUE - No of C/S - TOTAL BASIC VALUE - Material Requirement Planning .
    Please Provide an Idea and Steps to Proceed further.
    Thanx in Advance,
    Regards,
    KAMAL KP

    Hi satish,
    Check this code,
    data: BEGIN OF itab OCCURS 0,
           name(30) TYPE c,
           id(02)   TYPE c,
           des(30)  TYPE c,
           Ini(01)  TYPE c,
          END OF itab,
          wa LIKE LINE OF itab.
    START-OF-SELECTION.
    wa-name = 'Ram'.
    wa-id   = 'z7'.
    wa-des = 'Others'.
    APPEND wa to itab. CLEAR wa.
    wa-name = 'Ram'.
    wa-id   = 'z2'.
    wa-des = 'Diploma'.
    APPEND wa to itab. CLEAR wa.
    wa-name = 'Ram'.
    wa-id   = 'z4'.
    wa-des = 'PG'.
    APPEND wa to itab. CLEAR wa.
    wa-name = 'Ram'.
    wa-id   = 'z8'.
    wa-des = 'Graduation'.
    APPEND wa to itab. CLEAR wa.
    loop at itab INTO wa.
    wa-ini = wa-des(01).
    if wa-ini EQ 'O'.
    wa-ini = 'A'.
    ENDIF.
    MODIFY itab FROM wa.
    ENDLOOP.
    sort itab by name ini DESCENDING.
    READ TABLE itab INTO wa INDEX 1.
       write:/ wa-name,
               wa-des.
    Regards,
    Venkat.

Maybe you are looking for

  • Help - My macbook keyboard doesn't work after being sprayed with windex.

    My mom cleaned my keyboard with windex.  I'm assuming that this short-circuited something or other so the keyboard isn't being processed.  Anyways, I let it dry out for a day and some of the keys work now, but the macbook randomly shuts off. Should I

  • Two wireless networks

    I'm considering getting the Time Capsule to not only provide it as a source for Time Machine backups but to add another new wireless network. I currently have my Macbook, ATV and a Windows laptop (Wife's) connected wirelessly to the AEBS. I have to r

  • All in one printer not printing on windows 8.1

    Hi my HP deskjet 3520 all in one printer used to work then i upgraded to windows 8.1...now it won't print...it shows as a printer in the devices window but does not show up when you ask to print...or sometimes it does but then a pop up window says th

  • No keyboard in App Store

    When I go into App Store the keyboard does not appear. I have never turned on Bluetooth so that is not the problem as others have been a advised to do. The window comes up to ask I'd and password but no keyboard appears. Can anyone help me.

  • Another Download Question

    Somehow, Itunes decided to change where my stuff was downloaded, and tried to put my recent purchase of NCIS on the C: drive which doesn't have enough space to put a full HD season. I changed it. Now instead of downloading 14 items, it still wants to