Getting report output in XML

hi guys,
can anyone help me in getting a report output in XML format as we havnt got that output format.
Thanks
Veer

When you send concurrent at the form submit request press button Options and look, Is there your template? And look it format.

Similar Messages

  • Oracle Matrix Report output to XML Publisher

    We have an Oracle matrix report (rdf) registered in our applications and we are trying to format the report output using XML publisher.
    I have taken XML output of the report by changing the Report output to XML in concurrent program definition. Using this XML output we have started designing the RTF template using Template Builder for Word 5.6.2.
    I am not able to get the MAtrix output in XML publisher. I am not sure how to design a Matrix Report using Template builder for word. I am not sure whether the XML output of Original Report has Tags mentioning Matrix report attributes or Not.
    Can anyone help me by explaining how to design a Matrix Report template using XML report output. Appreicate your help.

    I have posted a Blog on our blog site about how to create a matrix report in XML-Publisher
    http://technology.amis.nl/blog/?p=1558
    Perhaps this helps.
    Marcos

  • Report output in XML format

    Is it possible to save (or export) report output in XML format, it is ok with either WebI or DeskI report, here we are concerned about output format not what type of report we can use to produce the output in XML format.
    Thank you,
    Srini

    Hi Srinivas,
    Only options available in WEBI or DESKI is to save documents in Excel or PDF format.
    As a workaround you can use Excel as an intermediate between your WEBI or DESKI document to XML format.
    When you try to save WEBI document in XML Data format you may get following Error because the Excel sheet does not contain any XML format that requires.
    u201CCan Not save XML data because the workbook does not contain any XML mappingsu201D
    Solution:
    1. Excel cannot save all or part of your workbook as XML Data if you have not created one or more mapped ranges.
    2. If you haven't added an XML map to your workbook, or your data is not contained within an XML list, then you can save your workbook in the XML Spreadsheet file format.
    If you have added an XML map to your workbook, follow these steps to map XML elements to your worksheet:
    1. On the Data menu, point to XML, and then click XML Source to open the XML Source task pane.
    2. To map one or more elements to your worksheet, select the elements in the XML Source task pane. To select nonadjacent elements, click one element, and then hold down CTRL and click each element.
    3. Drag the selected elements to the worksheet location where you want them to appear.
    I Hope this helps to find  the path of solution with Ease.
    Thanks...
    Pratik

  • How to Create MultiSheet Excel Report Output in XML Publisher in Oracle R12

    Dear All,
    How to Create MultiSheet Excel Report Output in XML Publisher in Oracle R12.
    My Requirement is to develop RTF Template and geneate Excel output in Multiple sheet.
    plz guide me on this..
    thnx
    Khushal

    plz see
    BI Publisher: How to create Multisheet in Single Excel file using Excel Template [ID 1352000.1]
    for r12 you can use excel template
    i think it more appropriate for excel output

  • How to get Report Output in csv format

    Hi,
    How can i get report Output in csv format, can any one tell me the word used for output type to get output in csv format.
    i have used XLS output type but it opens in excel format.
    conc.addLayout(appCode,concReqCode,"en-US","US",XLS);
    Thanks
    Babu

    Hi Babu,
    Till now in xmlpublisher there is no method to create file in csv format ,you have to create Excel file and then save it in .csv format.Unless and until ur using BI Publisher in which some work around are possible.
    Thanks

  • No getting Report Output in OAF for java Concurrent program Method

    I am not getting report output for java Concurrent Program(Concurrent Program Executable Method), for the reports which are of type PL/SQL Stored Procedure getting the output. for some of the reports the executable method is 'java Concurrent Program', so is there any thing i need to modify in my code.
    Thanks
    Babu

    The Concurrent request is not able to generate output
    getting following error in FNDCPREQUESTVIEWPAGE
    The concurrent request 9923758 did not create an output file.
    so what may be reasons for this?
    Thanks
    Babu

  • Can anybody tell me the way of getting Smartform output as xml format??

    Dear Experts,
    Can anybody tell me the way of getting Smartform output as xml format??
    Is there exists a standard way of getting it?
    Regards,
    Nikhil Jain

    Hi,
    Use function module FB_DOWNLOAD_FORM .
    Provide your form name as input for i_formname.
    you will get the output in xml format.
    or use utilities--> download option for downloading in xml format.
    For your referrence:
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/0b6bc290-0201-0010-5b87-a0e7c7eb55d0?quicklink=index&overridelayout=true
    May it helps you.
    Regards.
    DS

  • How to get report output on screen as well as in spool?. Spool to be mailed

    Hi All,
    Can any guide the approach for:
    Foreground run:
    Get report output on screen as well as generate a spool. The content of spool needs to be mailed.
    Background run:
    we need to generate the spool and mail the spool contents.
    Am aware of usage of FMs 
    1. GET_JOB_RUNTIME_INFO
    2. RSTS_GET_ATTRIBUTES
    3. CONVERT_OTFSPOOLJOB_2_PDF
    4. SO_DOCUMENT_SEND_API1
    Regards
    Raj

    Hi All,
    I had solved the issue by having two separate blocks for processing based on mode of execution.
    Background:
        1.  Initiate spool
        2. Write the summary
        3. Close spool, build PDF and mail the same.
    Foreground:
       1.  Initiate spool
        2. Write the summary
        3. Close spool, build PDF and mail the same.
       Write summary again (for display on screen).
    Regards
    Raj

  • Report output format xml, missing column while open in excel for single row

    Dear,
    There is a strange case, we have an customize concurrent program to display output in xml format. Now Problem is, if query get single record on the bases of parameter then there is no column heading available in excel. However, if parameter meet more than one record then there is no issue with column heading and reports is working find.
    Pls have an idea?

    Dear Pk,
    Here is an example, will show the actual problem. Let explain you, first i have run report by restricting query on single record which output name is "output1", again i run same report by changing where clause so it return multiple row which is "output2". if you past code in text document each one and save it as xml but when you open this file in excel report you will find column heading which rows consist multiple row, however, ouput1 file have no heading columns that's a problem.
    1.Oputput1
    <?xml version="1.0"?>
    <!-- Generated by Oracle Reports version 6.0.8.11.3 -->
    <DEPTNO>
    <LIST_G_EMPNO>
    <G_EMPNO>
    <EMPNO>7839</EMPNO>
    <ENAME>KING</ENAME>
    <HIREDATE>17-NOV-81</HIREDATE>
    <SAL>5000</SAL>
    <DEPTNO>10</DEPTNO>
    </G_EMPNO>
    </LIST_G_EMPNO>
    </DEPTNO>
    2.Oputput2
    <?xml version="1.0"?>
    <!-- Generated by Oracle Reports version 6.0.8.11.3 -->
    <T01103240>
    <LIST_G_EMPNO>
    <G_EMPNO>
    <EMPNO>7788</EMPNO>
    <ENAME>SCOTT</ENAME>
    <HIREDATE>09-DEC-82</HIREDATE>
    <SAL>3000</SAL>
    <DEPTNO>20</DEPTNO>
    </G_EMPNO>
    <G_EMPNO>
    <EMPNO>7902</EMPNO>
    <ENAME>FORD</ENAME>
    <HIREDATE>03-DEC-81</HIREDATE>
    <SAL>3000</SAL>
    <DEPTNO>20</DEPTNO>
    </G_EMPNO>
    </LIST_G_EMPNO>
    </T01103240>
    Hope you got it.

  • 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

  • RXi report output to xml output conversion

    Hi All,
    We are working on RXi reports in Standard Applied Receipt Register report in the AR module.
    We have a requirement to generate report output for the same in XML publisher; can we generate xml output files from the RXi reports to be feeded to rtf templates.
    If not how to go about the given requirement?
    Any pointers for the same will be highly helpful. Thanks in advance.

    Hi,
    Is it normal RDF if yes, then first step you change the output type to XML after that run the report and check the view out, if it showing as XML if yes. Install XML publisher and after that open word and under one menu you will see the data under this loading option and load this file and after that you can create te XML rtf too.
    Thanks
    Shishu Paul

  • Why it returns ERROR after I changed some Standard Reports output to XML?

    Our EBS is a 11.5.10 CU2 instance.
    We just upgrated the XML Publisher to 5.6.1 and did all the work described in section "Post-install Steps" of "About Oracle XML Publisher 5.6.1"(Doc ID: Note:357308.1)
    Now we are do the testing.
    I changed the Standard Report "Journals - General (132 Char)" output type to XML, then ran it.
    It returns ERROR
    Logs is as flows:
    General Ledger: Version : 11.5.0 - Development
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    GLGENJRN module: Journals - General(132 Char)
    Current system time is 25-AUG-2006 11:39:25
    +-----------------------------
    | Starting concurrent program execution...
    +-----------------------------
    Arguments
    P_SET_OF_BOOKS_ID='1001'
    P_KIND='L'
    P_POSTING_STATUS='U'
    P_CURRENCY_CODE='CNY'
    P_PERIOD_NAME='AUG-06'
    P_PAGESIZE='132'
    XML_REPORTS_XENVIRONMENT is :
    /global/d01/applprod/oracle/prodora/8.0.6/guicommon6/tk60/admin/Tk2Motif_UTF8.rgb
    XENVIRONMENT is set to /global/d01/applprod/oracle/prodora/8.0.6/guicommon6/tk60/admin/Tk2Motif_UTF8.rgb
    Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
    AMERICAN_AMERICA.UTF8
    REP-1401: 'beforereport': Fatal PL/SQL error occurred.
    ORA-06502: PL/SQL: numeric or value error
    Report Builder: Release 6.0.8.25.0 - Production on Fri Aug 25 11:39:26 2006
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    Enter Username:
    Start of log messages from FND_FILE
    End of log messages from FND_FILE
    Program exited with status 1
    Concurrent Manager encountered an error while running Oracle*Report for your concurrent request 301650.
    Review your concurrent request log and/or report output file for more detailed information.
    Executing request completion options...
    Finished executing request completion options.
    Concurrent request completed
    Current system time is 25-AUG-2006 11:39:27
    Anybody know why?
    Thanks!

    Hi,
    The log file says that the RDF report actually errored out
    and its not a problem in XML Publisher.
    REP-1401: 'beforereport': Fatal PL/SQL error occurred.
    ORA-06502: PL/SQL: numeric or value error
    what you can do to debug is change the output type to text and run the report.
    See, if the report runs successfully. I guess, there might be some problem with the report itself.
    If the text report runs fine, change the output type to xml and run it.
    Hope it helps

  • How to get report output in center of page

    hi
    i made one report.
    output is coming properly but its coming on left side of the page i want it should come on center of the page .
    so please help me .
    thanks in advanced.

    i am not enough sure what  you want but you can use justification
    write : / var centered."left-justified or right-justified .
    or you have to format like
    write : /pos(len) Var.
    i.e like
    write : /5(10) var.
    regards
    shiba dutta

  • How to get report parameter in XML file

    hi all,
    i have created report with 5 parameters.i want report parameter to be linked with
    template.
    parametres should be displayed on output.
    how to do it.
    anyone help pls.
    thanks
    rajesh

    Hi,
    Parameters appears in final XML file : It's describe in the XML Publisher Administration And Developper Guide.
    You can use <?PARAMETER_NAME?> in your RTF file for example.
    Documentation extract
    parameter Attributes:
    • name (Required) - the parameter name that will be referenced in the
    template.
    • dataType - valid values are: "character", "date", "number"
    • defaultValue - value to use for the parameter if none supplied from the
    data
    • include_in_output - whether this parameter should appear in the XML
    output or not. The valid values are "true" and "false".

  • Not getting required output from XML transform in servlet

    I have an XML document and an XSL stylesheet that will produce the output I require when I use the Xalan in-line parser. However, I cannot manage to do the same in a servlet. I have trawled through loads of examples but can't find anything that works. It appears that the servlet is choking when I try to use:
    Document document = builder.parse(datafile);
    and the output in the browser is:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <HTML><HEAD>
    <META http-equiv=Content-Type content="text/html; charset=windows-1252"></HEAD>
    <BODY></BODY></HTML>
    Which bears no resemblance to what I am expecting.
    I can provide contents of servlet source and xml files if someone can help, please.

    Thanks for your comments.
    I have tested the XML and XSL and they are OK but the servlet won't sned out the HTML as expected.
    The servlet code is as follows (I haven't included the whole servlet - just the core of the body):
    public class FormTwo extends HttpServlet {
    public void doPost(HttpServletRequest req, HttpServletResponse res)
         throws ServletException, IOException, FileNotFoundException {
    res.setContentType("text/html");
    //PrintWriter out = res.getWriter();
    PrintStream out = new PrintStream (res.getOutputStream());
    DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance();
    TransformerFactory tFactory = TransformerFactory.newInstance();
    try {
      File stylesheet = new File("children.xsl");
      File datafile   = new File("children.xml");
      int NumChildren = Integer.parseInt(req.getParameter("Numchildren"));
      String fullname = req.getParameter("Title") + " " + req.getParameter("Lastname");
      DocumentBuilder builder = factory.newDocumentBuilder();
      Document document = builder.parse(datafile);
      // Use a Transformer for output
      StreamSource stylesource = new StreamSource(stylesheet);
      Transformer transformer = tFactory.newTransformer(stylesource);
      DOMSource source = new DOMSource(document);
      StreamResult result = new StreamResult(out);
      transformer.transform(source, result);
    }The XML is:
    <?xml version="1.0"?>
    <pagedef pagehead="Form two test page">
         <bodydef bodytext=", could you please enter details of each child and indicate if they are currently at school">
              <rows NumReq="3">
                   <cols type="text" size="25" name="firstname">First Name</cols>
                   <cols type="text" size="25" name="lastname">Last Name</cols>
                   <cols type="checkbox" name="atschool">At school?</cols>
              </rows>
         </bodydef>
    </pagedef>The XSLT is:
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
              xmlns="http://www.apache.org/xslt">
    <xsl:output method="html" indent="yes"/>
    <xsl:template match="/">
      <html>
      <head><title><xsl:value-of select="/pagedef/@pagehead"/></title></head>
      <body bgcolor="#ffffcc" text="#0000ff">
      <xsl:apply-templates/>
      </body>
      </html>
    </xsl:template>
    <xsl:template match="bodydef">
      <xsl:value-of select="@bodytext"/>
      <form>
      <table>
      <xsl:apply-templates/>
      </table>
      </form>
    </xsl:template>
    <xsl:template match="rows">
      <thead>
      <xsl:for-each select="cols">
      <td><xsl:value-of select="."/></td>
      </xsl:for-each>
      </thead>
      <xsl:call-template name="output-row">
      <xsl:with-param name="thisrow" select="0"/>
    </xsl:call-template>
    </xsl:template>
    <xsl:template name="output-row">
      <xsl:param name="thisrow"/>
      <xsl:choose>
      <xsl:when test="number($thisrow) != number(/pagedef/bodydef/rows/@NumReq)">
      <tr>
      <xsl:for-each select="cols">
      <td>
      <input>
      <xsl:copy-of select="@*"/>
      </input>
      </td>
      </xsl:for-each>
      </tr>
      <xsl:call-template name="output-row">
      <xsl:with-param name="thisrow" select="number($thisrow) + 1"/>
      </xsl:call-template>
      </xsl:when>
      <xsl:otherwise/>
      </xsl:choose>
    </xsl:template>
    </xsl:stylesheet>As a newbie to Java I am more confident about the XML and XSL than the servlet code. Any advice would be appreciated.
    Thanks...

Maybe you are looking for

  • ICal print format

    I've used Now Up-to-date for over ten years. I would like to switch to iCal, totally, except I can't make it print the way I want it to so it will fit into my planner. I want to see a month, printed landscape on an 8.5x11 sheet, split down the center

  • Internet Explorer will not open additional tabs

    I bought a Yoga 2 Pro a couple of weeks ago an overall I really like it.  There is one thing that is a little strange.When I open up IE from the start/tablet page it will not open additional tabs if the website requests it.  It will either stay on th

  • SUS and SRM

    Hi Gurus, Have a very fundamental query.It has been confusing me a bit. We have implemented SRM 4.0 and have R/3 4.6c as the backend system. Now,the proposal is to add SUS to the landscape.My questions: Q1.]Is SUS an add-on to SRM or a separate insat

  • Delete Purchase Requisition after PO created

    Hi,     I want to know if is possible to configure the system to delete automatic the purchase requisition after the PO is created with the PRequistion in reference. Best regards

  • Holdback/Retainage

    Hi What is the use of Holdback/Retainage indicator while defining a payment term Yogesh