Drill Down Report on Web (Help Most Most Urgently)

We are developing Drill Down Reports in Oracle Report 6i using button.But for the web it is treating button as image no an action taking object. I want to call another report (Drill Down Report) on regarding perticular row. And please help to call form finally with the help of button or any object in Report.
Please help me Urgently.
Thanks in Advance.

in the format trigger for the button use something like :
srw.set_hyperlink('http://servername/dev60cgi/rwcgi60.exe?run+report=drill2+userid=scott/tiger+destype=cache+desformat=htmlcss+server=rep60+p1='| |:deptno);
null

Similar Messages

  • Drill Down Reports on Web CGI

    I have a drill down report that runs with no problems on reports
    runtime. When deployed on the web (we are using the Web CGI
    interface) the report runs and is displayed in the browser in
    Acrobat as it should. However, the button for the drill down is
    not available - it shows on the screen but is not pushable.
    Is there any work around for this?
    Thanks
    PAUL
    null

    Hi,
    You can use the srw.set_hyperlink to create a link or the item you want to have the drill down report , in the properties in the hyperlink property specify the Link.
    In web button's don't work.
    Hope it helps.

  • How can I activate drill down report for planned line items please urgent?

    Hi Everyone,
    Please suggest me how can i activate drill down report for planned line items in internal orders. S_ALR_87012993. Please suggest me, I'll award full points. I am unable to do it in client system, which has already line items. I tried in my sys with new config it is working.
    Kind regards
    Arvey.

    Hi
    It is based on the reports attached in the Report Group - TCODE: GR53
    In the Report Group screen
    Press CONFIGURE – This is to attach any Drill Down reports.
    Press the “Insert Line” icon
    As is the screen may be used to insert a Report Writer report group. To add an ABAP, press “other report type”
    Double click on “ABAP Reports”
    Enter the name of the ABAP and ENTER
    <b>RCOPCA08                       Profit Center: Plan Line Items</b>
    VVR

  • Problem with Drill down reports demo

    Hi,
    Did somebody successfully installed the
    drill down demo. I am not able to get the results here getting some javascript error
    "object expected".
    I have created a schema,
    also the cgicmd.dat report variables
    attahced the rep_util file.
    I could see the invoices report and the product link displays
    javascript:opendetailwin('http:/myserver/dev60cgi/rwcgi60.exe?item+101863')
    when i clik on the above link i get object expected error.
    The Javascript on view source page looks like this
    <script language="JavaScript">
    <!--
    var detailwin = null;
    function opendetailwin(urltopen)
    detailwin = window.open(urltopen,"ItemDetails",
    "width=650,height=535,resizable=yes,status=no,menubar=no,scrollbars=yes,toolbar=no")
    detailwin.location.href=urltopen;
    // -->
    </SCRIPT>
    any help will be higly appreciated. Also is there any other way of implementing drill down reports on web.
    Thanks in advance,
    Shailesh

    Hello,
    Try making your hyperlink in the master report look like this:
    http://webserver/dev60cgi/rwcgi60.exe?detail+p_contactid=&<contact_id1>
    The &<column_name> reference in a hyperlink will tell Reports to substitute the current value of that column in the resultant string.
    Regards,
    The Oracle Reports Team --skw                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Graphic Builder Drill-Down Report Problem

    We are right now generating Drill-Down report with the help of Graphic Builder.
    How to change Template width / Layer width
    dynamically as we generate trial balance report then in turn goes in depth with GL Code then in turn so on ......
    Please Help me
    null

    user600798,
    Mr. Kubicek here. You probably forgot to include
    &amp;SESSION.
    in your link for the drilldown. Have a look in my demo again.
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://htmldb.oracle.com/pls/otn/f?p=31517:1
    -------------------------------------------------------------------

  • Drill down report help

    Hi Friends,
    Im creating a drill down report in which i'm displaying a list of transport requests. When I double click on the transport request number it should take me to SE01 transaction. Im using call transaction command to get there. But  dont have any parameter id to display that particular transport number. Could somebody help me with this.
    Thanks,
    Kiran.

    hi,
    use PID <b>KOR</b>
    compare fm  TR_POPUP_INPUT_REQUEST.
    A.
    Message was edited by:
            Andreas Mann

  • Help in drill down report

    Urgent!
    May i know any of the sap standard reports to get detail idea on drill down report.
    Thanks.

    Hi,
    Try this BCALV_TREE_SIMPLE_DEMO.
    Also try this code...
    TYPES: BEGIN OF t_scarr.
            INCLUDE STRUCTURE scarr.
    TYPES: expcol TYPE c.
    TYPES: END OF t_scarr.
    DATA: gr_table TYPE REF TO cl_salv_hierseq_table.
    DATA: gr_functions TYPE REF TO cl_salv_functions.
    DATA: gr_columns TYPE REF TO cl_salv_columns_hierseq.
    DATA: gr_column TYPE REF TO cl_salv_column_hierseq.
    DATA: gr_level TYPE REF TO cl_salv_hierseq_level.
    DATA: gr_sorts TYPE REF TO cl_salv_sorts.
    DATA: iscarr TYPE TABLE OF t_scarr.
    DATA: isflight TYPE TABLE OF sflight.
    DATA: ibinding TYPE salv_t_hierseq_binding.
    DATA: xbinding TYPE salv_s_hierseq_binding.
    SELECT * INTO TABLE iscarr FROM scarr.
    SELECT * INTO TABLE isflight FROM sflight.
    xbinding-master = 'CARRID'.
    xbinding-slave = 'CARRID'.
    APPEND xbinding TO ibinding.
    cl_salv_hierseq_table=>factory(
      EXPORTING
        t_binding_level1_level2 = ibinding
      IMPORTING
        r_hierseq = gr_table
      CHANGING
        t_table_level1 = iscarr t_table_level2 = isflight ).
    gr_functions = gr_table->get_functions( ).
    gr_functions->set_all( abap_true ).
    gr_columns = gr_table->get_columns( level = 1 ).
    gr_columns->set_expand_column( 'EXPCOL' ).
    gr_level = gr_table->get_level( 1 ).
    gr_level->set_items_expanded( ).
    gr_sorts = gr_table->get_sorts( level = '2' ).
    gr_sorts->add_sort( columnname = 'FLDATE' sequence =
    if_salv_c_sort=>sort_down ).
    gr_table->display( ).
    Thanks.
    Edited by: Cnu on Jul 10, 2008 3:21 PM

  • Drill down report in HTML DB

    Cannot get the drill down report working. Have created 2 pages first one with master table and second page containing detail information. Further i have created an item to hold the value on page two. Now when i go to the Query definition to give a condition i cannot see any column in the Select list.
    Any help would be appreciated..
    Thanks

    Could you post the item name you are using and also include the query you are using. In the most of the cases the item name you are using in the query doesn't match with the real item name.
    Denes Kubicek

  • FSI0 - Drill Down Reports for Account Balance Analysis

    Any orientation on this issue will be greatly appreciated.
    These are the steps I did to create a new Drill-Down Report for my customer.
    1. Created and modified a new Form based on the Form for the Financial Statement Analysis 0SAPBLNCE-04 (Periodic Actual vs Actual) using Transaction FSI4 (Create) and FSI5 (Change)
    2. Created and modified a new Report with reference to the Form I just created using transactions FSI1 (Create) and FSI2 (Change)
    3. I select "Expand: Completely" to see all Account Balances
    3. All the totals match between the Original Standard Report and the new report I just created.
    4. On both reports, when I select a Balance and then select the GOTO \ Line Items to get the list of documents I get the following results:
    ==> Most of the cases (I would say probably 80% of the cases) the Account Balance I selected matches with the Total of Line Items that is displayed when I do the GOTO \ Line Items
    ==> In some cases (just a few) the Account Balance does not match at all with the totals of Line Items that is displayed when I do the GOTO \ Line Items
    Can somebody explain why ? Shouldn't the totals match all the time since I am specifically selecting a balance to see all its line items? Where are the missing line items?
    Since these are just a few cases my customer is okay with it but he would like to hear a logic explanation why the Account Balance and its line items do not match on this report.

    Hello,
    There is a possibility that you have activate line item display for some of the accounts at a later stage. Meaning that earlier postings were not be shown for the earlier postings but only totals will be made available. Therefore, obviously there is bound to be difference between line item report and totals report.
    You need to identify which accounts are being changed with line item display at a later stage.
    In case if you forget to keep GL Line item display for an account, but the posting are already made the following steps you would required to get the line item display retrospectively.
    1. Note that you are NOT required to make the balance of that GL account to ZERO. Please do not confuse with Open Item Management.
    2. Put the check box line item display for the account in FS00. Make sure you are entering right company code.
    3. Block the account for posting in COA Segment and Company Code Segment in FS00
    4. Go to SA38 and run program RFSEPA01 (Give correct GL Account and Company Code)
    5. Now, remove the block you kept on the GL Account in FS00.
    This will reset the line item display retrospectively.
    Hope this will solve your problem.
    Regards,
    Ravi

  • Drill Down Report using Crystal reports in eclipse and jspviewer

    Hi
    I want to understand how to write a drill down report since I have a requirement for my project, so I tried to run the sample drill down.rpt that is available with Crystal Reports 2008 Complete Reference book by George Peck.
    I can see the results correctly( i.e. can drill down) in the preview tab . Since I am working inside the eclipse, the way I run the reports is first  "Create report viewer JSP" by right clicking the report and have a url mapping to this jsp. I am running the reports from a hyperlink that maps to the url which will launch the jsp.
    the jsp is:-
    <%@ page contentType="text/html; charset=UTF-8" pageEncoding="ISO-8859-1" %><%@ taglib uri="/crystal-tags-reportviewer.tld" prefix="crviewer" %><crviewer:viewer reportSourceType="reportingComponent" viewerName="Drill Down-viewer" reportSourceVar="Drill Down" isOwnPage="true" allowDrillDown="true">
         <crviewer:report reportName="reports/Drill Down.rpt" />
    </crviewer:viewer>
    The one that was created by  "Create report viewer JSP" did not had "allowDrillDown" attribute at all .But I added it since it isnt working.
    So when I launch my web app and click on the link to run the report, I get the report results but only to the summary level. When I double click the summary level I get a 404 error page.
    Can please anyone suggest what is going on.
    Thanks
    poonam

    Ok. So, you added the report to the project. Now we have to add the CR assemblies to the project, add the viewer (if need be) and fire it off. Simplest code would be:
    Public Sub New()
            ' This call is required by the designer.
            InitializeComponent()
            ' Add any initialization after the InitializeComponent() call.
            CrystalReportViewer1.ReportSource = ("path to report")
        End Sub
    In this case you are using the viewer SDK to runt he report. The report will prompt for any logon parameters - but you can code these also. You can load the report via the engine as bellow. Again, the report will prompt. I prefer to use the engine as it is way more "extensible"...
    Public Sub New()
            ' This call is required by the designer.
            InitializeComponent()
            ' Add any initialization after the InitializeComponent() call.
            Dim crReportDocument As New CrystalDecisions.CrystalReports.Engine.ReportDocument()
            crReportDocument.Load("path to report")
            'Bind the report to the viewer
            CrystalReportViewer1.ReportSource = crReportDocument
        End Sub
    If you have a report added to the project (strongly typed) the code would be:
    CrystalReportViewer1.ReportSource = New myReport()
    For more details, I'd recommend looking at the sample app vbnet_win_simplepreviewreport.zip available from the following location:
    https://wiki.sdn.sap.com/wiki/display/BOBJ/CrystalReportsfor.NETSDK+Samples
    The developer help files are here:
    [SAP Crystal Reports .NET SDK Developer Guide|http://help.sap.com/businessobject/product_guides/sapCRVS2010/en/crnet_dg_2010_en.zip]
    [SAP Crystal Reports .NET API Guide|http://help.sap.com/businessobject/product_guides/sapCRVS2010/en/crnet_api_2010_en.zip]
    - Ludek

  • How to run drill down reports

    now i am using 9ids
    Before dev 2.1 was used.
    now before we had provision to run drill reports
    by putting a button on report
    and using
    srw.run_report(); procedure ,in button action trigger.
    now in 9i what i observed there is no object button in reports.
    button has changed to text item and there is no such action trigger.
    how to run the report
    as reports are run from form by using
    web.show_document
    pls suggest.

    Hi Rajendra,
    Again prasanth here, As u said, there is no more push button in 9i and 10g, ok. so u can drill down reports by using hyperliks which is only way(according to me). some may suggest to include JSP buttons. But u can simply place any text item like 'click here to run report' and in the property inspector(i.e.property pallette) set the hyper link property with the desination of your file. It may be a weblink or may be local file path.
    example
    hyperlink: www.oracle.com/..or
    c:\temp\test.rdf
    or u can write a trigger for that text item:
    1)right clik the text item
    2)goto pl/sql editor
    3)put the code
    a varchar(30);
    begin
    a:=srw_run_report('<the report link you want')
    return(a);
    but before doing this make sure that the item type of tha t text item property should be pl/sql(this can be set in property pallete of that text item)
    I think this help you,
    Thanks and Regards
    Prasanth A.S.

  • Drill down reporting.

    Hi friends,
    I need to restrict a drill down report in Transaction KE30 (form report) to fetch all record which are NOT EQUAL to a particular billing type rest all billing types to be selected.
    please help.
    Lakhbir

    Please take a look at the Advanced Web Publishing Whitepaper and Code (available under "sample code" tab). This concept is documented and illustrated there.
    Regards
    The Oracle Reports Team http://technet.oracle.com

  • Drill down Report in Xcelsius

    Hi All,
    I am new to BO i dont know much in BO.Is it possible to create Drill down Reports in Xcelsius.
    For Example,
    Sales Org     Revenue
    A                   10000
    B                    20000
    If we select Sales Organization A or B then the Report would be
    Sales Org       Material Group            Revenue
    A                              10          5000
    A                              20          5000
    B                              30          10000
    B                              40          10000
    If we select  Sales Org A or B then the Report would be
    Sales Org     Material Group       Material          Revenue
    A                              10          MAT01               3000
    A                              10          MAT02               2000
    A                              20          MAT03               5000
    B                              30          MAT04               10000
    B                              40          MAT05               10000
    Like this i want to display the Report.How it possible in Xcelsius.Please help me it will be more useful.
    Thanks,
    Shiva
    Edited by: siva kumar on Dec 5, 2011 7:50 PM

    you can do drill in xcelsisu but for that you need to create 2 webi reports r use 2 different queries .(i dont know which verion of BI you are on)
    how mnay organizations do you have if its a small number that you can create a lay out with drop down on left for organization and create 2 tables 1 for organization a data.. if pressed to be visible and 1 for b..
    and if 1 and 2 are pressed then show the tired table with both data.
    do it in excel using live office webi connection to bring the data in then import the data in excelsisu.. do all your calculations in excel first then bring it to Xcelsius
    If we select Sales Organization A or B then the Report would be
    Sales Org Material Group Revenue
    A 10 5000
    A 20 5000
    B 30 10000
    B 40 10000
    If we select Sales Org A or B then the Report would be ( i think you mean and here)
    Sales Org Material Group Material Revenue
    A 10 MAT01 3000
    A 10 MAT02 2000
    A 20 MAT03 5000
    B 30 MAT04 10000
    B 40 MAT05 10000

  • Drill-Down Report Printing Problem for Selection Parameters

    Dear Experts,
    Have tried to configure Drill-Down Report for Vendor Balances,
    Am having trouble when printing this drill-down report, Printing is coming OK but it comes with ALL selection parameters, for e.g, have entered 20 vendor codes for the balance display, system first prints all selection parameters and then it prints the output of vendor balances,
    User does not want selection Parameters to be printed with the Report Output. Please find below screenshot for the problem.
    Input Parameter Screen
    Report Output Screen
    Print Preview Screen (First Page - Selection Parameters)
    Your help is much appreciated, if anyone can guide me, how to switch off selection parameters from Print Output of Drill-Down Report
    Thanks
    Regards
    P

    Hello Ms. Preeti,
    Thanks for your reply, Have designed the report through FKI0 (FKI*)
    Have already looked these setting, but these are not helping really, PFB screenshot for settings am having in my system, if you have any idea which can avoid User Input Parameters from printing then it will be really great help
    Thanks for your help
    Kind Regards
    P

  • Drill Down Report in screen painter

    Hi Experts,
    I have a requirement in dialog programming/screen painter to create a 2 level drill down report. for eac page of the report, it should only contain 10 entries then to view the other entries (11 and up), the button for next page should be click (there is also back button).
    First question is how will I have the drill down report (alv list type?) in screen painter?
    Second question is how should I process the logic mentioned above (next and back) in screen painter/dialog programming?
    Thanks in advance for all teh support. Points will be rewarded.
    Cheers,
    Kurtt

    Hai,
    Go thru this Threads u ll get an idea,
    Drill down report help
    Re: regarding Drill Down Reporting
    drill down capabilities for an alv grid display field using oops concept
    Regards,
    Padmam.

Maybe you are looking for