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

Similar Messages

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

  • 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

  • How to create cross tab reports in SAP-MII

    how to create cross tab reports in SAP-MII

    Hi,
    What do you mean by cross-tab reports? Pls elaborate.
    MII Transaction has an action block named 'crosstab' that is used to calculate subtotals of data columns.
    http://wbhelp.sap.com/manufacturing/xmii_120/en/44/749ea81627053ce10000000a1553f6/content.htm
    Is this what, you are looking for?
    Best Regards,
    Kedar
    Edited by: Kedar Shewalkar on Jan 11, 2011 10:40 AM

  • 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 create a custom Report in SAP CRM using the Bol Framework

    Hi Guys
    I have developed a report in SE38 which calls a custom Function Module within it and it works all good.
    Now I want to take my Function Module as well as the external structures I created for this report and use them to make a View in SAP CRM which will allow the user to make selection and then when they click on a button another view has to be shown which should have the content of the report based on the selection.
    I know how to create a view based on the standard object types but this time I want to use my custom function Module..
    Kindly advice or refer me to a link that might be useful.
    Regards
    * Thato                                                                        *

    You want to create a View in SE11 calling FM that you created? Is it?

  • Drill Down Report in SAP B1 through Crystal Reports

    Hi Gurus,
    Is it possible to make a reports through Crystal Reports in SAP B1 ....
    Please help or give some examples if you can ....
    Thanx SK

    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

  • 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

  • How to create t.code for a sap query

    i have created a sap query.
    user wants this as a t.code.
    how to assign a t.code for teh sap query.
    kindly explain me.

    hi,
    The other way of doing it.
    1. Instead of creating your queries in SQ01, use SQVI. Create a query in your production system.
    2. Now execute the query. When you have reached the selection screen, go to System > Status.
    3. Copy the program name.
    4. Now create a Z executable program in your development client. Put this one line of code in it:
    submit program_name_copied_fr_production via selection-screen and return.
    5. Create a TCode and assign the Z program to the TCode.
    6. Transport the Z program and TCode over to Production system.
    Hope this works for you, Do reward.

  • How can we drill down charts in sap lumira?

    Suppose we have a bar chart by clicking on the one of the bar can we provide the details data for the selected section in visualization.

    If I am nor wrong you want to see the details of information used to visualize any bar that shown in graph. You can locate your mouse and get the information :
    If you click or select any area system will lead you to filter or exclude the selected values.

Maybe you are looking for

  • Functionality to send email with attachments.(all types ot attachments)

    Hi experts, I have an requirement to modify the existing workflow to include the new part/functionality to send the email with attachments. I mean, the existing workflow is sending only the notification as of now, the new requirement was i need to ad

  • Failover did not happen when network switch went down!!! PLEASE HELP

    Hi gurus, Yesterday one disaster struck my RAC database. We have two node cluster and it is 10.2.0.2, both of them located in different sites, yesterday suddenly power went down and the one of the network switch went down and got destructed, node one

  • Database DOWN due to ORA-1092

    I have Oracle 9.2.0.5 running on Windows 2000 SP4. After a cluster failover, the DB will not start and has following messaeg at end of alert log. Any suggestions how to solve the issue? Database Characterset is WE8ISO8859P1 Failure to extend rollback

  • Dynamic  -  JSF

    Hi I'm trying to make a JSF dynamic page with a DataTable I'm trying to simplify data access activities to dynamic pages implementing this type of architecture : http://www.jsfcentral.com/articles/dynamic_jsf-2.html I have found a great tutorial with

  • Mail won't download images

    I subscribe to comics.com and get a dailiy email of comics. Unfortunately, sometimes Mail does not download the embedded images and leaves the little blue question mark box in the place of the comics. There appears to be no way to force Mail to go ge