Problem creating Drill-Down report

Hi,
I have problem in creating a drill-down report,got confused how to do it. this is my requirement.
The main portion that will be first displayed contains a group on match_code and has its own detail section. now when the user selects one of these match_code it should drill down to give more information about this match_code, so the Drill down should also have its own detail section that will be hide and drilldown ok.
If this the proper way to do it. I will be creating a drill down report for the first time.
Thanks,
Reena

Hello Reena,
If I understand your situation correctly you have a group on match_code and a details and b section. You want the Group Header and Details a sections to appear on the first "page" or drilldowngrouplevel 0. When the user drills down you want the Details b section to appear.
You can do that using the drilldowngrouplevel function.
Set the details b section to suppress when drilldowngrouplevel = 0, this section will only appear after drilldown.
I am not sure if you still want the details a or group sections to appear after drilldown, if you do then there is no need for conditional suppression. If you don't then use a conditional suppression formula for those sections of drilldowngrouplevel <> 0

Similar Messages

  • How to create drill down report in sap query

    how to create drill down report in sap query ,

    hi,
    The pdf below gives the steps to create drill down report.
    http://www.sappoint.com/abap/eis.pdf
    also check.
    <a href="http://72.14.203.104/search?q=cache:k-SFYy_rjPIJ:www.hrexpertonline.com/archive/Volume%252003%2520(2">http://72.14.203.104/search?q=cache:k-SFYy_rjPIJ:www.hrexpertonline.com/archive/Volume%252003%2520(2</a>
    regs,
    jaga

  • How to create drill down reports

    pelase help me step to create drill down reports
    Find the manager and their employees Manager names are abc, def employees are abc manager employees are john, lilly.
    def employees are mark,syam
    How can i acheive below format.
    abc-manager
    John
    lilly
    DEF--manager
    Mark
    Syam
    Pelase help me
    Edited by: 893185 on Jun 7, 2012 3:36 PM

    >
    After 213 posts you should have a real handle instead of "893185". Please edit your profile with one as a matter of urgency.
    pelase help me step to create drill down reports
    Find the manager and their employees Manager names are abc, def employees are abc manager employees are john, lilly.
    def employees are mark,syam
    How can i acheive below format.
    abc-manager
    John
    lilly
    DEF--manager
    Mark
    SyamSounds like homework.
    How to Create a Drill Down Report
    Don't see the relevance of this format to "drill down reports". What is drilling down to where?

  • Creating Drill down report

    HI all
    i want to make Drill down report ,i created a button in the master report and used the built-in SRW.RUN_REPORT();
    the problem that is it keeps telling me that the Destype for the called report must be "file", "printer","Mail",
    but i need the called report Destype to be Screen ...
    please can any on etell me how to make it
    thanks

    HI all
    i want to make Drill down report ,i created a button in the master report and used the built-in SRW.RUN_REPORT();
    Below is the code which i wrote,
    procedure U_1ButtonAction is
    begin
    srw.run_report
    ('batch=yes
    report=E:\forms\Reports\emp.rdf
    destype=screen
    pdeptno='||to_char(:deptno1)||'');
    end;
    But the prob is it is not involing emp.rdf report and so i can just see output of main report.
    I would be really thankful if someone can help me in this
    Thanks

  • Parameter Problem with Drill down reports

    Hi,
    I have created a drill down report.
    I have a master report which list all the employee names and a detail report which list the contact details for each employee selected.
    The URL looks like this http://webser/dev60cgi/rwcgi60.exe?detail&p_empid = 1200
    detail is a kepmapping entry in cgicmd
    this does not work and the detail report does not get the p_empid value.
    Now if i enter the compelete url like http://webser/dev60cgi/rwcgi60.exe?server=rep_ss&report=det.rdf......
    it works.
    Any suggestions !
    Thanks,
    Shailesh
    null

    Hi,
    I got this resolved by using javascript and doing explicit form submit. As our information is highly secured we don't want the users to see any of the URL links from href, browser or from view source.
    I got the first two resolved but when i do a view source i could se in header sections of html view souce the follwing code
    <head>
    < base href="http://webser.../522222.htm>
    </head>
    is there any way using reports i can hide this.
    Any help, suggestions or reference will be highly apprecaited.
    Thanks,
    Shailesh
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by the oracle reports team:
    hello,
    did you specify the token %* in the CGICMD.DAT file so additional parameters are picked up from the URL ?
    regards,
    the oracle reports team<HR></BLOCKQUOTE>
    null

  • 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                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • How to create drill down report

    I have to create a Drill Down report which will be running in 3-tire System.
    Please give me some wayout.
    Thanks in advance

    Hello,
    Re: Calling reports from a report (drill-down reports) in Reports 10g Rel.2...
    Regards

  • How To Create Drill down report in oracle report 6i version

    HI,
    I have one table having dept no , emp_no ,Sal like field.
    I want drill down report master column dept_no.
    i want one click on dept_no & i want to see detail of emp & Sal on it
    How can i do this please guide me.
    Thanks in advance
    Rahil

    Hi
    One simple concept is,
    Make dept only report call it as dept.rdf
    Now create another report call it as emp_details.rdf,
    Now in Dept.rdf. Make push button and call the emp_details repot by passing dept no varailble.
    Hope you got idea of drill Down on 6I
    Edited by: O.Developer on Dec 19, 2012 9:20 AM

  • Creating Drill Down report in reports 6i

    Hello All,
    how to create a drill down report in 6i. the requirement is i have a report which displays the summary of grades like
    Grade count of jobs
    A 10
    B 25
    C 5
    etc. when the user clicks on the Grade the details of the count has to be displayed...how to do this...?
    thanks in adv
    regards
    Kris

    Hi,
    You can enable Drill Down function by right clicking Section Name and choose
    Drilldown OK.
    Refer to the link for the complete details.
    http://crystal-reports.blogs.webucator.com/2010/05/28/crystal-reports-drill-down/
    Thanks.
    Clint

  • Creating drill-down reports

    Hi,
    I'm using reports6i.
    I want to create a drill down report, the main report is AgentDetails.rdf , in that i've placed a button to call AgentContacts.rdf.
    But i want to pass parameters from AgentDetails to AgentContacts. So what code i need to write for the buttons action?
    Please guide me how to do this?

    Hi,
    I've written this in the PL/SQL of the button
    procedure U_1ButtonAction is
    begin
    srw.run_report('report=AgentContacts.rdf
              p_code='||:AMR_CODE||' P_company='||:P_COMPANY||' P_catg='||:P_CATG||'
              P_USER='||:P_USER||'  paramform=no');
    end;But i'm getting these errors
    REP_0159:Syntax Error on Commandline
    REP-1428:'u_1buttonaction':Error While Running SRW.RUN_REPORT
    Please Help

  • Problem in drill down report

    HI all,
    I am generating Fi drill down reporting for the G/L account balances.It is displying perfectly.
    I have a some problem.I have some zz fields in the BSEG table .I am maintaing froien key realtion shipy table from another ztable.In the BSEG i have maintained PRimary key field of of z table in the forign key relationship.BUt i need the text also from the primary table.
    Is there any possiablity to write the code in the dril down report
    Thanks

    You gave Parameter ID wrong..
    change that to 'ANR'
    regards
    vijay

  • Problem In drill down reports

    Hi,
      while creating the dril down report for the
    "Balances Display" General Ledger of financing. I am successfulli executing the report from "FSI1" Transaction. when i attache the generated report to the transaction code it the report is directly going to the printer with displaying online.
       how to avoid this printing? plese suggest.
    Thanks In Advance
    Ramanjaneya Reddy

    Petar:
    Thank you for your input..
    To further comment on your reply:
    1) For the Parent Level EVSND cells (at aggregated level), as long as their values are not updated, EVSND won't send these and cause errors. But again, it is another layer of security one has to add on to prevent users from changing the aggregated values.
    2) The reason that we are not using EVDRE anymore is because our business processes still use the traditional custom excel workbooks for reporting purpose. It is much efficient and consistent by taking the workbooks and shoving EVGTS and EVSND into the cells.
    Have you seen situation like mine? Is there a better approach to it? And what is your long term goal, to continue to have users design static excel workbooks and put in EVGTS/EVSND, or to transform them to EVDRE environment?
    Have a great weekend!

  • Drill down Reports created In SPRO to execute in SAP Easy Access

    Hi
    In customizing which is transaction spro, at the following location Financial Accounting->General Ledger Accounting->Information System->Drilldown Reports you can create drill down reports.
    What I would like to know is where can the user execute them from in SAP Easy Access?? There is transaction FSIB (Background Processing) which allows you to execute it in SAP Easy Acces but it wants to print the report and not display it on the screen. Is there a way to display on the screen in SAP Easy Access??
    Thanks in advance

    Hi,
    To run a report either in foreground or background you need to know the report name. To run the report in foreground goto SE38 and give the report name and execute it. If you see the status message " This report is not a type P" then goto SE93 and findout the transaction with the help of report name description. so you can run the transaction. To add the transaction to your role technical consultant will take care.
    Bye,
    Jyothi.

  • Drill down reports in portlets

    I am using portal to create an MIS reporting system. I want to create drill down reports however if I try to drill down from a report portlet the other report does not show up in the same region or even on a page of that page group. Instead it uses the template specified for the report. Is there a way to drill down from one report portlet to another?

    Hi Prashant,
    You can try T code CJE0 - report 12KST1G . Here at least you remain in the screen of CJE0 instead of going to SAP menu after exit from the report. But this also doesn't solve your problem.
    I have checked transaction code S_ALR_87013534. It is giving same problem. As suggested by Shrikant , you can raise OSS note to SAP.
    Regards,
    Amit More

  • Drill down report...

    HI abapers,
    How to create drill down report in alv.
    When i double click the particular field, another report has to pop up and display the details of that particular field.
    for eg,
    When double click the amount spent field other report has to say, For which material the amonut has spend.
    Thanking You
    arvind

    hi arv,
    for me your scenario is not clear..
    you want to drill down the alv .. and show the report in the same program or you want to call another program when u try to hit the alv report..
    well for drilling down the same program.. you can use the following method
    CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
       EXPORTING
        I_INTERFACE_CHECK                 = ' '
        I_BYPASSING_BUFFER                = ' '
        I_BUFFER_ACTIVE                   = ' '
         I_CALLBACK_PROGRAM                 =  GV_REPID
        I_CALLBACK_PF_STATUS_SET          = ' '
         I_CALLBACK_USER_COMMAND            = 'TOP1'     " drill down
         I_CALLBACK_TOP_OF_PAGE             = 'TOP2'
        I_CALLBACK_HTML_TOP_OF_PAGE       = ' '
    FORM TOP1 USING UCOMM TYPE SY-UCOMM SELFIELD TYPE SLIS_SELFIELD.
    READ TABLE GT_FINAL_TOTAL INTO GS_FINAL INDEX SELFIELD-TABINDEX.
    CASE SELFIELD-TABINDEX.
    WHEN SELFIELD-TABINDEX.
    perfrom itab2_operation. " in this form you will write the code to get the data for drill dispplay
    now defing fieldcatalog again : example :
        GS_FCAT-COL_POS = 1.
        GS_FCAT-FIELDNAME = 'EBELN'.
        GS_FCAT-SELTEXT_L =  TEXT-001.
        GS_FCAT-FIX_COLUMN = 'X'.
        GS_FCAT-OUTPUTLEN = 13.
        APPEND GS_FCAT TO GT_FCA
    and  call alv display again :
    CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
         EXPORTING
      I_INTERFACE_CHECK                 = ' '
      I_BYPASSING_BUFFER                = ' '
      I_BUFFER_ACTIVE                   = ' '
        I_CALLBACK_PROGRAM                =  GV_REPID
      I_CALLBACK_PF_STATUS_SET          = ' '
        I_CALLBACK_TOP_OF_PAGE            = 'TOP2'
      I_CALLBACK_HTML_TOP_OF_PAGE       = ' '
      I_CALLBACK_HTML_END_OF_LIST       = ' '
      I_STRUCTURE_NAME                  =
      I_BACKGROUND_ID                   = ' '
      I_GRID_TITLE                      = ''
      I_GRID_SETTINGS                   =
        IS_LAYOUT                         = GS_LAYOUT
          IT_FIELDCAT                     = GT_FCAT
    and if you want to call another progam when u hit..u have to use..submit key work
    like  SUBMIT  ZAFI013R VIA SELECTION-SCREEN AND RETURN.

Maybe you are looking for

  • Media Manager does not work

    I have an 8700C.  I installed Blackberry Desktop Manager V4.6.0.12 and I have V4.2.1.96 (Platform 2.3.0.79) OS installed on my device.  When I go into the Media icon in Desktop Manager I have a split screen with Media Manager on the left and Blackber

  • Update to 10.4.5

    HELP NEVER happened before!WARNING! After updating to 10.4.5 in conjunction with update to iTunes 6.0.3 as of today, my PowerbookG4 has done something it has never ever before. Even though the password window appears correctly, it does seem to recogn

  • Using Mpeg2 files with FCE?

    Hi all, I have some mpeg 2 files that i want to load into FCE. I was told to convert the files with MPEG streamline first, by going to file, export to quicktime, choose Apple DV-Pal and then convert. Then i can import into FCE. I have done this and i

  • BOM authorization controls -reg

    Friends , we use only BOM with usage 1 -production BOM , we dont want to maintain many BOMs like engineering bom ,design bom ,production bom like that seperately. in this context we require some authorization control to control the users for BOM chan

  • Multi-select prompt and variable

    Hello! I have a table function (which is my data source) that has a number of input parameters and the problem is with multi-select prompt because it doesn't support setting a value in a variable (OBIEE 10.1.3.4.1.). Can I somehow get a list of selec