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.

Similar Messages

  • Drill down reporting through report painter...????

    hi  all ,
         I am generating a P & L report  from report painter .....
    I wish to have a drilll down option on items in rows 
    for eg if  i click on income i should be able to see all  the items of income ....
      can this be done how...????
    otherwise
    i shall have  show all the items  in the report
    the other thing is that can i give  a company logo in the report generated by report painter...
    please help as it is urgent
    thanks in advance..
    Nidhi
    pts assured

    Hi Nidhi,
    couls you give me a material on drill down reporting?

  • REPORT PAINTER DRILL DOWN REPORT

    Hi,
    i need to develop report painter report with drill down for cost elments and month wise
    out should be cost elements and all months
    Please suggest how to use drill down
    Thanks and Regards
      RAVi

    Along these same lines. I have a user that cannot drill down into a drill down report. Let me clarify. This  report does have drill down capability as some people can drill down into it but others cannot. If a user has authorization to run a report via GRR3. When they click on an item to drill down they do not get an authorization error statement, all they get is a statment that says "list contains no data". Any ideas why some can drill down and some can't? Thanks
    Mark

  • Drill Down Report through Report Painter

    Dear All
    I am looking solution for Drill Down Reporting through Report Painter.
    Kindly Help me for the same.
    Thanks in Advance
    Alok

    Hi Alok,
    All the report writer reports and report painter reports will have the ability of drill down. You can create a report using  T Code GRR1 and GR31. Create a report group T Code GR51 and assign the report to the report group. Generate the report group using T code GR55. One the report is executed double clik on any line item, the system will take you to the drill down options.
    Regards
    Sridhar

  • Report painter  and drill down reports

    Hi SAP gurus,
                   Can any froward configuration of  report painter  and drill down reports.
       iassign points

    Hiii Sai Krishna,
    can u forward the same documentation to me..plsss
    my mail id - [email protected]
    thanks in advance
    regards
    ramki

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

    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.

  • 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

  • [1.1.0.23.64] Drill down reports - right click actions

    The release notes of SQL Developer version 1.1 includes a line concerning 'increased right click actions' for the reports category. One of the new actions is 'Go to <object>', if you select this action it will show you the properties of the object. For instance, when performing a right click and selecting 'Go to EMP' on the EMP row in
    the result set of the 'All objects' report, SQL Developer shows you the properties of the EMP table. This feature is also known as drill down capability (for screen shots see http://jornica.blogspot.com/2006/12/changing-preferences-by-executing.html).
    In the previous version 1.0, the 'Go to' object name was implemented by double-clicking a row in the result set. In version 1.1, if you double-click a row SQL Developer shows a button (this button appears in the cell you double-click). If you click this button SQL Developer shows the Edit Value window for Line terminator value.You can change this value by clicking the change button and SQL Developer shows the Preferences window.
    Because the line terminator value is a global setting (this value is used for every report) I'm wondering why you can change the line terminator value in version 1.1 from every result set cell? You can also use the main menu Alt-Tools Preferences. I find the version 1.0 drill down capability much more intuitive and easier to use than the version 1.1 implementation.
    With kind regards,
    Jornica

    This is exactly the same problem I have.
    Not able to start remote debug listener

  • Drill down reports from Before Report Trigger

    Hallo,
    I am using reports 6.08 and I want to run several subreports from the parameter form of a master report. However when I call srw.run_report() from the Before Report Trigger with batch=no I get the error message ... When I use batch=yes I cannot use destype=srcreen. When I use the same call from a button trigger it works fine.
    How can I call a drill down report from the Before Report Trigger?
    The master report should not create a report itself; only the drill down report should be visible. How can I exit the master report without raising an exception after running the drill down report?
    Thanks a lot - Ulrich

    Ulrich,
    The only place where it is valid to call a report using srw.run_report() with a destype=Screen (or Preview) is from a button of an already run report (to provide drill down capabilities).
    In your situation where you're really only using Reports as a parameter form (in the master case) I would suggest that you look to use a real Oracle Form as the master driver, and run_product calls to generate the required reports.
    Hope this helps,
    Danny

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

  • Drill down reports for new GL

    Hi All
    I want to assign drill down report to my PCA (New GL)report painter report( GR52). Can any one suggest some reports for drill down functionality.
    Thanks

    Hello Experts
    This is solved. However, i am mentioning the solution here for further references
    Before downloading the drill down reports, we need to activate the business funciton "FIN_GL_CI_1" through T.Code SFW5
    Regards
    Anilkumar

  • Drill Down reports in Project System

    Hi Gurus,
    I executed transaction code S_ALR_87013534, it works fine. When i exit from this report using back arrow button it goes to SAP main menu, but i want to be there in the transaction code like incase of other reports.
    It happens to all project system drill down reports.
    Can i know the reason and what should i do to overcome this.
    Will assign good points.
    Thanks
    Prashanth

    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 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 must be selected using precisely one ledger

    hi all,
    whenever i am trying to execute the report from FGI4(report painter), this error message is coming:-
    Drill Down reports must be selected using precisely one ledger
    can you please help me with solution?
    indranil

    Hi,
    Please give ledger in the selection as 0l or 0f or press F4 & select there.If you are creating your own report then you must assign characterstic ledger to your report.On that basis system will fetch data.
    points if found useful.
    regards,
    Abhijit

Maybe you are looking for

  • Connect hp laptop to tv

    I have a 2000-299an notebook pc and I want to connect it to my tv!! I was told I could use a 15 pin adaptor to an hdmi cable but nothing is happening I also got an audio connector to go from my headphone jack to the tv audio!! I hope I'm making sense

  • Saving subview for furture reference in sql developer 4.0.3

    Can i save the subview and displays in sqldeveloper 4.0.3 , if so ? how can i do it?

  • How to Create a Sequence Number from BI Publisher Layout editor?

    How to Create a Sequence Number (1,2,3,4,......,etc) from BI Publisher Layout editor

  • BUG in visual studio 13

    shit visual Studio destroyed my hole c Project  it was so big and nearly everything got deleted you shit loads better repeair your shit , i couldnt even submit a bug Report so i write this here ,,, i can tell you Change your IDE immediatly , i wont t

  • After Effects, Failing to Download

    Adobe cloud have been purchased. As there are a lot of programmes, i decided to leave the Pc on over night so it would be done for the morning I return back into work. Everything seems to download fine, other than After Effects. This loads up to 83%