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?

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

  • 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

  • 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

  • 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

  • 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

  • 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

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

  • How to build drill down reports in 10g

    Hi everybody,
    I want build the reports with drill down option.Can any one help regarding this.
    Also i want to publish that output in Excel sheet.
    Example:
    Monthly Commission Statement FOR <MM/YYYY>
    GAM CODE & GAM NAME :<GAM Code &GAM Name>     
    GAM UNIT CODE:          :<GAM Unit Code>     
    AM CODE & AM NAME     :<AM Code & AM Name>     
    AM UNIT CODE          :<AM Unit Code>     
    AGENT-CODE & AGENT NAME :<Agent Code &Agnet Name>     
    i wnat to drop down list for all those like MM/YYYY,GAM Code&GAM Name......
    Any document for this with screen shots.
    Thanks to all inadvance

    Maybe this?
    http://www.oracle.com/technology/documentation/reports.html
    For Excel report do a search there with 'DESFORMAT= spreadsheet'
    Hope helps you

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

  • 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 using SVG component

    I've created and dynamic report and an SVG chart following the examples of the tutorials. I was wondering if, and how, it was possible to create drill-down reports i.e report on colour, then clicking on that colour would reveal the types of car and so on. Does anyone have an example?
    Thanks
    Darren

    Darren,
    The query for an SVG chart requires 3 columns: Link, Label, and Value. You use the Link value to provide a link to another page. This link can also pass parameters to the next page.
    If you set up a page for each "level" of your drill-down (e.g. color, type of car, etc), you can link from the higher-level page to the lower level page and pass the value that was clicked on in the chart.
    Take a look in the HTML DB User's Guide for the section about "Using f?p Syntax to Link Pages": http://download-west.oracle.com/docs/cd/B14117_01/appdev.101/b10992/mvl_fund.htm#BEIJCIAG
    You would use that syntax in the Link column of the query for your chart. Here is part of a query I used to drill down from one pie char to another (on page 3), passing the selected project to a variable called P3_PROJECT.
    select 'f?p=&APP_ID.:3:&SESSION.::NO::P3_PROJECT:' || Project L,
    Project, sum(Time)
    from v_timesheet
    where ...
    Does that help?

  • Drill down report in EBS

    Hello Experts,
    we are implementing oracle EBS R12.1.3 for our one of the client, and they want the feature like drill down reports.
    As per my knowledge we cannot create drill down report using oracle reports builder. client doesnt have license for oracle discoverer.
    Can I achieve the drill down feature by XML publisher? If yes How??
    Thanks,
    Atul

    Hi Atul;
    please check below thread:
    R12: drill down XML Publisher Template
    Regard
    Helios

  • 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

Maybe you are looking for

  • Error while creating partition table

    Hi frnds i am getting error while i am trying to create a partition table using range getting error ORA-00906: missing left parenthesis.I used the following statement to create partition table CREATE TABLE SAMPLE_ORDERS (ORDER_NUMBER NUMBER, ORDER_DA

  • Is it possible to have Multiple Browser Windows for a Faces App

    I have just read from another thread http://forum.java.sun.com/thread.jsp?forum=427&thread=308725 that states: ..the RI only keeps state for one URL at a time (in the words of the spec: "if the JSF implementation has saved state information for a tre

  • WLC 7.4 with ACS 4.1

    Hi All Has anyone any experience of using a Cisco 5508 controller (code version 7.4.100.0) with an ACS appliance running version 4.1 or 4.2? I've found that the ACS constantly reports a 'Bad request from NAS' (Invalid message authenticator in EAP req

  • Lion 10.7.4 and iTunes 10.6.3

    Since upgrading from SL 10.6.8 to Lion 10.7.4, iTunes (10.6.3) won't play. I tried setting iTunes to open in 32bit mode, but still when I click on the transport arrow, ....nothing. Then, iTunes becomes unresponsive and I have to force quit.

  • Replace String within a file

    i want to replace a string within a file there is NO GUI .. i take in mind two approaches 1) hold the file content in memory and rewrite the file 2) write the new data to a new file. and then rewrite the original file any better ideas