Changing Oracle Report Output Format at runtime

Dear All,
I've custom Oracle Report in Oracle Apps., and would like to give the users an option to select the output format (XML, TEXT, PDF, etc.) whilst submitting the request.
As a SYSADMIN, we can modify the Output Format value of the concurrent program(Oracle Report in this case) to one we like.
But I would like the user to select this output format option at runtime, rather then hard coding at SYSADMIN level. For that I've to create a Value Set with the desired report output format options, and attach this to the concurrent program.
My question is, how we can make the desired output format to work at runtime?
If any one can help?
Thanks,
Sandeep

Hi Steve,
I couldn't get it...???
I'm running an Oracle Report in Oracle Apps. release 11.5.9
The default output format of this report is TEXT, which is defined in its concurrent program.
This report is submitted using standard request submission screen, and after successful completion we can view the output by pressing "View Output" button on "Requests" screen. This will open an another window and we can view the output page by page. Using "Tools>Copy File..." menu option, we can view the same output in IE window.
Now, how does your resolution fits here and how can I view the same report in XML format?
Many Thanks,
Sandeep

Similar Messages

  • Save Oracle Report Output as PDF format in the system folder

    Hi,
    Is it possible to Save Oracle Reports Output as PDF(file_name.pdf) format in the system folder(say C:\temp\file_name.pdf).
    I am using Repors 10g R2.
    Note : i dont want to open the report preview as PDF, just i want to save the PDF file in the a specified location.
    Regards,
    Suresh.V

    Hello,
    Yes, it is possible.
    Execute the Reports passing the parameters :
    DESFORMAT=PDF DESTYPE=FILE DESNAME=C:\temp\file_name.pdf
    Regards

  • Oracle reports output in excel format does not display the graphs

    Oracle reports output in excel format does not display the graphs: "linked image cannot be displayed".
    The output file in PDF format the graph is supported.

    Do you have any header and footer on your template?
    If you have any header and footer then try to adjust it as of to display full page.
    Thanks
    Yasar

  • How to convert Oracle Report Output to Excel Spread Sheet..

    Hello Sir,
    How to convert Oracle Report Output to Excel Spread Sheet..
    Thanks..

    Hello,
    Please give us more information what kind of report(s). Sample example etc.,
    Sri

  • Add CSV file as Scheduled Report Output Format

    Is there any option in BOXI R2 and R3 - Add CSV file as Scheduled Report Output Format. If not, how do we achieve this?

    Hai
    http://www.christiansteven.com/products/crd/
    http://webtrends.dbt.co.uk/wrc/help/webhelp/hlp_exrpt.htm
    http://www.businessobjectstips.com/tips/infoview/business-objects-cannor-not-create-an-excel-file/

  • Scheduled Reports Output Format

    Dear All,
    Does anyone know how I can schedule WEBI reports in the same formats as crystal reports? I currently use BOXI r3.
    The current WEBI options are only:
    Web Intelligence
    Excel
    Adobe Acrobat
    Where the crystal options are:
    MS Excel
    MS Word
    PDF
    RTF
    TXT
    TTX
    CSV
    XML
    I need to be able to schedule a series of WEBI reports in csv & txt formats to an FTP location.
    Thanks in advance,
    Stuart

    I believe the only option for WEBI reports output formats are Web Intelligence, Microsoft Excel and Adobe Acrobat.
    We have been having problems with scheduled reports output format in Excel. WEBI report's page layout is set to Legal and Landscape. But, MS Excel does not keep the same WEBI page layout margins for legal and landscape, and the report does not fit to page on Excel. WEBI formatting works best on Adobe Acrobat.
    We opened a ticket with SAP... their response was it is a known issue with no solution.

  • ORACLE REPORT OUTPUT TO EMAIL

    Dear Friend.
    I would be appreciate, if someone help me to sort out the following.
    . How to send Oracle Report output(.RDF) to email thr Application.
    and what are prerequisites required.
    Our current Platform Details:
    OS : NT
    RDBMS : ORACLE 8.0 (SERVER EDITION)
    FORMS : 6.0 VER.
    REPORTS : 6.0 VER.
    And also pls. clarify the following details.
    1. Is it possible to email Non-character mode report
    2. what kind of tool required to see the email attachment.
    3. Is it required modem on each client machine to enable email output.
    4. Server computer itself any modem is required to enable email output.
    pls. do this help. As I am not familiar in this Area.
    Pls.Pls. send the reply to mail id ([email protected])
    Thanks in Advance.
    laila syed

    This forum is for Forms questions. Please ask your question on the Reports forum.
    Regards,
    Robin Zimmermann
    Forms Product Management

  • How to generate oracle report output in a comma separated format in reports

    Pls any one can help in generation of oracle report in comma separated format in reports 10g.....
    thanks,
    prasad.
    1,Chennai,Nokiasiemen,Convent junction,5535

    Use desformat=delimited.
    http://download.oracle.com/docs/cd/E15523_01/bi.1111/b32122/orbr_howto007.htm#i1040102

  • Std Oracle Report output to Excel Sheet

    I'm supposed to make changes to Standard Oracle Report such that the changes of Oracle Standard Report should be Excel output. One of the ways of doing this is to develop the whole report again in Discoverer as it has the feature of outputing into Excel Sheet. I would appreciate if someone can suggest me other ways of achieving it.
    Thanks
    Bobby

    Hi,
    even i am trying to do the same with my reports. Though it is possible to convert the reports to excel using the DESFORMAT attribute on the reports service, I am not able to preserver all the format in the excel sheet.
    I do not want to use rep2excel but want to implement the same idea on my reports service. Is it possible
    thanks

  • 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.

  • APEX Report Output Formats

    In the SQL Workshop query builder can the output of these queries be changed to HTML or ASCII? We have WEBDB running and are able to change the output formats at run time.

    Hello Andy,
    The APEX Query Builder was not designed as a report generator. It’s main purpose is to allow novice users to create SQL queries in a bit more friendly manner. After testing the validity of the query, with the displayed format type, you should actually copy the generated SQL code into an appropriate page region, like a report region.
    The configuration options of this specific tool are very limited, and as far as I know, the kind of things you are asking for can’t be done in this version. One of the major additions to APEX 4.0 will be something (I don’t know the final name for it) that will allow you to do the sort of things you are asking for.
    >> Also cant he number of records that are displayed by increased to say 1000 or 4000 rather then 15?
    You can’t change the displayed number of records in the Query Builder. A possible work around can be to copy the SQL query into the SQL Commands. There you can control the number of displayed records.
    Regards,
    Arie.
    &diams; Please remember to mark appropriate posts as correct/helpful. For the long run, it will benefit us all.
    &diams; Forthcoming book about APEX: Oracle Application Express 3.2 – The Essentials and More

  • Oracle Reports output in Acrobat 7.0

    Hi,
    We have migrated application from forms and reports 6i to 10g. The application provides the screen to generate reports, which will have both Simple Chinese and English. The reports are printed in pdf format.
    When we view the report in Acrobat reader 5.0, the output is fine and when the same report is opened in Acrobat reader 7.0, we see that text in english has space between each character.
    e.g. - the text 'Risk' comes as 'R i s k'
    How do we fix this problem?
    With regards,
    Priya

    The report is generated using Oracle reports 10g. But
    the oracle report was developed using 6i and its
    migrated to 10g.Hi!
    Yeah, I understand that you migrated 6i reports to 10g. But you didn't answer my question (how look like PDF - in Reader 7.0 - generated with 6i?).
    With this i just want to determinate is this problem has anything to do with migration from 6i to 10g or not?

  • Oracle report output in MS Excel sheet version used oracle apps 11.5.9

    Hi guys,
    I need ur help........plz tell me how to convert rdf report output in excel sheet format currently it come in pdf format. actually oracle apps version 11.5.9 there is no option for xml publisher report that's why i m facing prob.
    used:
    report builder version : 6i
    database : 9i
    Report belong from AR module......................... Debtor Ledger Report of AR.
    I hv tried Text,xml report output option but not worked.......plz give me idea how to resolve this issue...................................thanks

    How To View / Open Concurrent Requests With The Excel Application [ID 377424.1]
    Please also see old threads for similar discussion -- http://forums.oracle.com/forums/search.jspa?threadID=&q=Excel+AND+Concurrent&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • Report output format run in background

    Hi All,
    when I am running any report containing large volume of data in background,report
    output is coming only of 10 pages by default.Even when exporting to desktop,data
    of only 10 pages are being exported.While my data is of around 1000 pages.Every
    time I am going to "settings" button & entering last page no such as 1000 & first
    page no as 1.System is giving message as " Displaying 1000 pages could casue a memory
    loss". After long time ,report output is coming & after exporting to desktop in
    spreadsheet form,data is coming hapazardly .That is not in proper form like the one
    if we export from report output run in foreground. Such as IH08 t-code.In case of
    forground,each information ( field) comes in one column,but in case of background not
    like that.
    My requirement is how can we make display all the pages by default & while
    exporting to desktop,how can we export so that each information(fields) seats
    in one column like in case of forground run report output.Also why the message"
    "Displaying 1000 pages could casue a memory loss" is coming.
    Thanks in advance
    Rgds
    Rajib

    To avoid memory overflow SAP display only first 10 pages of spool request.
    However this value can be change, at risk of running out of memory, on 'list of Spool Request screen' using menu goto->display requests->setting.
    Regards,
    Pawan.
    Edited by: pawankesari on Nov 14, 2011 8:34 PM

  • Reports output format

    Hi all,
    How to save a report output in "RTF" format in client system..
    As I set the REPORT_DESFORMAT to 'RTF'
    SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_DESFORMAT,'RTF')
    I'm unable to see the report in client machine as they appear in reports cache folder on server.
    my server os is windows server 2008 and my client os is windows 7.
    Thanks & Regards...

    You cannot save a file directly to a client PC. After running the report you have to open the generated file in the browser (with web.show_document, plenty of examples in this forum) and the user can then save the document on his PC.

Maybe you are looking for

  • Deskjet 3056A E-all-in-one not printing black ink properly

    Hello, I've had my Deskjet 3056A E-all-in-one printer for 2 years and didn't have any problems until about 3 months ago. My black ink cartridge suddenly stopped printing properly. It started to seem like I needed to replace the ink, so I did, but tha

  • To remove error from error message screen stnd SAP in case condition met

    Hi all, I have a strange problem may be not to you guys, well i am showing an error message in ME21N on certain condition in EXIT 'EXIT_SAPMM06E_012' this is working fine i am using simple stmt Message e(MSGno) text-01, but when i correct the problem

  • Resizing photos in pse 13

    I use digital scrapbooking templates, and for some reason, now when I bring photos into those templates, I cannot resize anything, not even digital elements.  I've tried restarting, but with no luck.  Any ideas how to fix it?

  • How to unselect a schema as a target schema in the old  version OWB?

    Hi all, I am upgrading my OWB from 9.0.5 to 10.2.0.3. When I deploy the mapping, I get the error message saying "cannot deploy the map to the target schema because it is not owned by the control center". So I log in as the repository owner, and want

  • ALV Grid OO T.O.P. center

    FORM EVENT_TOP_OF_PAGE USING   DG_DYNDOC_ID TYPE REF TO CL_DD_DOCUMENT. DATA : DL_TEXT(255) TYPE C.  "Text   CALL METHOD DG_DYNDOC_ID->ADD_TEXT     EXPORTING     TEXT = TEXT-002     SAP_EMPHASIS = CL_DD_AREA=>HEADING. * Add new-line   CALL METHOD DG_