Include a report in another report - URGENT!

Hi all
I generated 5 reports with Oracle Reports 9i and now I want to manage it as I wish in order to generate a single file (one single big report) as an output.
Can I include one or more reports (.rdf, .rep, .....) inside another report (a wrapper report) ?
This wrapper report has the business logic in order to show one or more little reports inside it.
Note that the output of my business process is one single file.
I hope you can help me!
Thank in advance
Regards

See my reply in:
Nested Report

Similar Messages

  • Reg:how to include a report in another report.

    Hi,
    Can anyone please tell me how to call a report from another report.
    My requirement is for example please see the below requirement :
    In report1 I write the logic.
    Zreport1.
    select kunnr name1 from kna1 into table itab.
    loop at itab.
    write: / itab-kunnr,itab-name.
    endloop.
    In report 2 i write the declaration.
    Zreport2.
    Tables:kna1.
    data:begin of itab occurs 0,
    kunnr like kna1-kunnr,
    name1 like kna1-name1,
    end of itab.
    Now I want to include or call the report1 in report2 .Can anyone please tell me how it can be done??

    Hi,
    write the submit statement as SUBMIT ZREPORT1 AND RETURN  in ZREPORT2 program..
    If you dont execute the ZREPORT1 independently then its better you write that in a ZINCLUDE... and
    include that in your second program where ever necessary..
    for that check this...
    +ZINCLUDE+
    select kunnr name1 from kna1 into table itab.
    loop at itab.
    write: / itab-kunnr,itab-name.
    endloop.
    *ZINCLUDE ends here...
    *Use the above ZINCLUDE as below...
    Report Zreport2.
    Tables:kna1.
    data:begin of itab occurs 0,
    kunnr like kna1-kunnr,
    name1 like kna1-name1,
    end of itab.
    INCLUDE ZINCLUDE. " this will do the task mentioned in the include above...
    I would rather suggest to go for the second method that is _ Specifying ZINCLUDE_ coz for the first one.. you need to
    have data declarations and which is not necessary for just a simple select query.. if you are processing
    any further in the first program then go for the first method_( SUBMIT STATEMENT)_ by declaring the necessary variables..
    This would solve your issue...
    Good luck
    Narin
    Edited by: Narin Nandivada on Sep 9, 2008 4:37 PM

  • Calling a Report from another Report.....URGENT

    Hi,
    I am calling a report from another report using hyperlink. I want that this new report should come in a new page.
    Can any body help me where i can set this property, so that the new report will open in a new page.
    Thanks in advance
    Regards
    Kamal

    Try to call report from report by a button in the calling report:
    1     In the Layout Model view, click in the tool palette. Note
    2     Click and drag a rectangle.
    3     Double-click the button object to display the Property Palette.
    4     Under the Button Label node, set the Label Type property to either Text or Icon:
    n     If the button label is text, set the Text property to the text you want to appear on the button.
    n     If the button label is an icon, set the Icon Name property to the name of the file containing the icon (the file must reside in the directory specified by the UI_ICON environment variable).
    5     Under the Button Behavior node, set the Type property to PL/SQL.
    6     Double-click the PL/SQL Trigger property value field.
    7     In the PL/SQL Editor, define the PL/SQL for the action trigger or format trigger when the button is clicked in the formatted report.
    8     Set other properties as desired.
    9     To activate the button, run the report, then display it in the Runtime Previewer.

  • Calling a report from another report

    Hi,
    Is there any way ,(any built in ) to call a report from another report in Report Builder 2000 and Report Builder 6i.
    Regards

    Try to call report from report by a button in the calling report:
    1     In the Layout Model view, click in the tool palette. Note
    2     Click and drag a rectangle.
    3     Double-click the button object to display the Property Palette.
    4     Under the Button Label node, set the Label Type property to either Text or Icon:
    n     If the button label is text, set the Text property to the text you want to appear on the button.
    n     If the button label is an icon, set the Icon Name property to the name of the file containing the icon (the file must reside in the directory specified by the UI_ICON environment variable).
    5     Under the Button Behavior node, set the Type property to PL/SQL.
    6     Double-click the PL/SQL Trigger property value field.
    7     In the PL/SQL Editor, define the PL/SQL for the action trigger or format trigger when the button is clicked in the formatted report.
    8     Set other properties as desired.
    9     To activate the button, run the report, then display it in the Runtime Previewer.

  • Can we call a report in another report?

    I have developed a XMLP report for AR receivables for a customer and another XMLP report for AP vouchers for a customer.
    Now my requirement is to develop a report for AR/AP Balance for a customer,which is combination of above 2(ie AR Receivables report + AP vouchers report).
    What is the possible solution to above mentioned requirement??
    Can I call a report from another report(for ex AP vouchers report from AR Receivables report).Is this possible?
    If yes,please explain...
    Or are there any alternatives to this requirement??
    Thanks in advance!!

    Hi,
    Calling another report in a report? Not sure about your requirement but you can do fnd_submit/fnd_request.
    OR, if you need AR/AP balance,... here's an alternative solution:
    If you're in R12, there is the "Automatic Netting (AP/AR)" feature in Payables. You could check on the available report if it fits your need.
    In 11i, you may run "Supplier Customer Netting Report" (ARXSCN). This is an OReport(RDF) and could be converted to XMLP. This report is designed to display the net balances in AP and AR for Vendors and Customers with the same name, NIF Code, or VAT Registration.
    Hope this helps.
    Rownald

  • Can we run one report from another Report in reports 6i

    Actually my requirement is i want to run 4 reports from another report(driver report) by passing parameter same as the driver report.
    i want to see the out put on the screen report by report next to driver report output.is it possible?? actually i got the solution for printing or taking file. but i want to show the output on the screen.
    Edited by: user9165808 on Feb 16, 2010 3:21 AM

    I used SRW.RUN_REPORT () . But my question that is it possible to show report in batches on screen??
    Edited by: user9165808 on Feb 19, 2010 4:23 AM

  • How to call a report in another report?reply plz

    how to call a report in another report?

    hi,
    chk this.
    *Code used to populate 'select-options' & execute report 
    DATA: seltab type table of rsparams,
          seltab_wa like line of seltab.
      seltab_wa-selname = 'PNPPERNR'.
      seltab_wa-sign    = 'I'.
      seltab_wa-option  = 'EQ'.
    * load each personnel number accessed from the structure into
    * parameters to be used in the report
      loop at pnppernr.
        seltab_wa-low = pnppernr-low.
        append seltab_wa to seltab.
      endloop.
      SUBMIT zreport with selection-table seltab
                                    via selection-screen.
    *Code used to populate 'parameters' & execute report 
    SUBMIT zreport with p_param1 = 'value'
                    with p_param2 = 'value'.
    Other additions for SUBMIT
    *Submit report and return to current program afterwards
    SUBMIT zreport AND RETURN.
    *Submit report via its own selection screen
    SUBMIT zreport VIA SELECTION-SCREEN.
    *Submit report using selection screen variant
    SUBMIT zreport USING SELECTION-SET 'VARIANT1'.
    *Submit report but export resultant list to memory, rather than
    *it being displayed on screen
    SUBMIT zreport EXPORTING LIST TO MEMORY.
    *  Once report has finished and control has returned to calling
    *  program, use function modules LIST_FROM_MEMORY, WRITE_LIST and
    *  DISPLAY_LIST to retrieve and display report.
    Regards
    Anver

  • Calling one Report from another Report in oracle 10g(Urgent)

    Hi All,
    Can anyone let me know how to make hyperlink to call another report.
    I am trying
    SRW.SET_HYPERLINK('/reports/rwservlet?&report=rep059_v31.rdf&il&destype=cache&desformat=pdf');
    But i am getting message 'make sure the path or internet address is correct' .
    Please let me know what are the attributes used to create hyperlink.
    Thanks
    Nikhil
    Edited by: user9527411 on 29-Apr-2009 05:53
    Edited by: user9527411 on 30-Apr-2009 00:24

    Hello,
    The syntax is correct (except the & after the ?)
    You are using a "relative URL" . It means the browser will use the protocol , server and port from the current page in order to build a full URL
    (full URL = <protocol>://<server>:<port>/reports/rwservlet?report=test&destype=cache&desformat=html)
    Regard

  • Performance of filtering a report using another report

    Hello,
    There are really two questions in this post:
    i) Is there an easier way to select all contacts who have never responded positively to a campaign than to filter our report using the output of another report which selects all contacts who responded positively to at least one campaign? While this approach works properly, I have only been able to successfully run the report on a small sample of the entire data set. The report including all contacts who responded positively to at least one campaign contains about 8k records, and our system contains about 12k contacts. When I ran the report on the full data set, I was unable to obtain any output even after waiting for up to 10~15 mins.
    ii) If I am using the right approach, does anyone know if CRMOD can handle a report filtered on another report with a data set the size of the one described above?
    Any help/comments would be greatly appreciated.
    Thanks,
    JP

    Hi,
    There are a few things I would suggest here:
    1. Run all your reports individually and export the results to excel. Use the VLOOKUP function in excel to get the dataset you're looking for, once you have the final set you can always create a custom checkbox field and import all your records flagging your field as a 'Y'. That will make things nice and simple for reporting and anything else as all of your records can be identified with a simple filter. I do however guess this is probably a fluctuating on-going process and this may not be appropriate
    2. In your reports add another 'Contact ID' column. Change the calculation to: RCOUNT(Contact.ID). This report should count the unique Id's in your report, you can then apply a filter on it e.g. My Column < 4000 or My Column > 4000. This will limit the number of rows in your report so that you can have multiple feeds. You will obviously need another report for each filter but it should trim the records numbers down for you an make this all possible
    3. Use the MINUS functionality as per my first suggestion on the 1st post, this does not have these limitations but it a pain to setup. You shouldn't have an issue with this if you're using the same subject area for each report, when you start combining lots of different subject areas then it all gets a little more tricky
    Thanks
    Oli @ Innoveer

  • Delete reports with another report

    Hello Experts,
    I'm not very experienced in ABAP and not very familiar with SAP systems in commom. May one of you can help me.
    I've some reports, functions etc. that's used as tools on some SAP systems. This tools should not stay permanently on this systems. Up to now, they are deleted manually after using.
    Is it possible to create another report which delete all of them automaticly include this deleting report itself?
    Greets and Thanks

    You don't need another program for this, you can mass delete objects using the repository info system (tx SE84). Just select the relevant objects, mark all checkboxes in the resulting list, choose "delete" from the context menu.
    Thomas

  • Error while calling oracle reports from another report

    Hello everyone,
    I have a problem running oracle reports. In one report I have a button
    that calls another report. There is a button for each row of the result
    in the first report , and i have used Srw.run_report to call the second
    report.
    My problem is, when I run the report, at the first time i can push the
    button and the second report opens and works correctly. But if i close
    the second report and come back to the first one, when i push the
    button for a different row ,the second report starts to run but then I
    get some oracle errors like table does not exist or... while the first
    time the report worked correctly.
    It seems that when i close the second report and go back to the first
    one, sth happens that changes my session or connection. I don't know
    what can be the problem.
    By the way, when I log in with the user that owns the tables and has
    all the privileges, I don't get this problem. It only occurs when I
    use other users ( which have all privileges on all of the tables
    needed in the report )
    I am using Report Builder 6.0.5 and the DB is Oracle Database 10g.
    Can anyone please help me with this problem?
    Thanx in Advance.
    Maryam.

    6.0.5 is not certified against 10g database, so I suggest to upgrade to 6.0.8.26 (6i patch 17) first to see if the problem is gone.

  • How to display a value of one report in another report in obiee 11G

    Hi,
    I have Requirement, I created one report in that i have a columns Rank, Net price, list price and ..., so in prompt i have rank column and year column so if i enter rank as 5 and year it shows me top 5 ranks with net prices according to selected year in prompt, now i did a grand total on rank column to get total sum on net price, i got $12345 value for net price column . Now I created another report in this it shows sum of total year for net price with value $1234567, this value i got when i selected year 2011 in prompt i.e same prompt . Both this reports have same prompt in section 1 Prompt and in section 2 this two reports. Now i need to Display a pie chart with this two total values coming from two different reports in same pie chart. but i can't display both columns on same report. please help me
    Thanks,
    Pankaj
    Edited by: Pankaj on Apr 2, 2012 4:20 PM

    Any Help Guys..

  • Link from a report to another report

    Hi all,
    I have created a report called GROUPS with GROUPNO as the first column. And I have another report based on SQL query that shows the details for a group and takes the GROUPNO as an input variable. I have created a link from the first report to the second report.
    The problem is that when I run the first report, and when I click on the GROUPNO from the list of groups, the target report is called but no rows are selected. When I point the mouse cursor to one of the GROUPNO, and I look at the breowser status bar, I see that the p_arg_names containts the parameter name but the p_arg_values is empty.
    Any help?

    Hi Sharmila,
    The mapping is already done and the p_arg_names in the status bar shows the p_arg_names=groupno , only the p_arg_values is not taking the value in the field groupno which cause the target report to fail.

  • How to use the data from 1 report in another report?

    Hello All
    I have a data model like the following:
    Physical and logical join the same as below:
    Dim1 <--- Fact 1 ---> Dim2 <-- Fact 2 --> Dim3
    Now I have 1 report (Report A) which is out of Dim1 <--- Fact 1 ---> Dim2
    and another report (Report B) which is out of Dim2 <-- Fact 2 --> Dim3
    Now the measure from report A needs to be divided by the measure from Report B.
    What's the best way to achieve this?
    Thanks in advance

    Hello
    Thank you for the reply. Actually, this approach you mentioned may not work. I forgot to mention, that although the data model was simple, but for each report, the filtering conditions were quite complicated.
    So in other words, after all of the complex filtering, aggregation, I was finally able to get the correct number from report 1, which is summed and displayed, and it's only 1 row. Report 2's values are summed the filtered differently, but it returns multiple values.
    So now, I wish I can just take what I can visually see from report 1 in the dashboard and divide it with each row of report 2 in the dashboard. Is there a way to do this kind of thing in 11G?
    Thanks

  • How to upload/download screen from one report to another report

    Hello experts ,
    I have to upload a screen from a report say zrept1 screen 0100 to another report say zrept2 screen 0100.
    Please , reply .
    regards,
    Jeet
    Moderator message: standard SE80 functionality for copying objects, please do more research before asking.
    Edited by: Thomas Zloch on May 19, 2011 3:14 PM

    Hi Anuj,
    I have given the function in the prompt message like as you suggested.Next i applied the changes.
    Post click on hyperlink still iam facing the same error.
    please tell me , Am i doing any thing wrong ?
    Regards,
    Ram

Maybe you are looking for

  • Digital Signature in Mail not showing

    I have followed all the guidelines for a downloaded digital signature and added it to keychain access, but the option to choose to encrypt or sign mails still doesn't pop up in Mail. And yes my pop account email and full name is the same as i used wh

  • Headstartv6 - 10g database

    I'm trying to get an existing application use designer6 upgraded to 10g versions of designer/database. Initially I'm not upgrading designer version - just want to get the application files upgraded. I've hit the following roadblock - I cannot success

  • Phone number links in iCal

    Hello all; In Mail, phone numbers turn into links which when tapped dial the call. In iCal, even if I put a phone number in the event name or notes and view it on the iPhone, it is not a link. So I transcribe it on paper (yuck!) then dial it manually

  • JSSE SSL implementation on WLS 10.3.6

    Hello. We are migrating from WLS 10.3.3 to 10.3.6 and I saw in DOC [1] the following note [1]: "+Support for the Certicom SSL implementation is deprecated and will eventually be removed. For this purpose, this release of WebLogic Server continues to

  • Applescript not being called in Lightroom 5.4

    I cant get Lightroom to call applescripts (saved as apps) from the Export Actions Folder I have tried using a simple display dialog "Hallo World" but still nothing Is it a bug or am I being really dumb