REUSE_ALV_GRID_DISPLAY  drilldown option

Hello,
we are on 4.6B and I am using function module REUSE_ALV_GRID_DISPLAY to display the data in a grid format.  Under the menu option Settings-->Summation Levels, there are two options that are grayed out.  Can anyone tell me how I can get this option to be active?   Also, can someone suggest how to solve the following issue:
1. the ALV grid is displayed
2. the user performs total and subtotal activities on certain columns
3. the ALV grid displays the totals and subtotal.
4. the user would now like to have the display only show a collapse version of the total and subtotal.  How can this be done (the user can click on each line of the total and subtotal to hide the detail lines that made up the total and subtotal line and then save it as a display variant. But this is time consuming when the report contains many records or when the total/subtotal column selection is changed?
Does anyone have any ideas for the two problems listed above?
Thank you.
Regards,
Anna-Liza

Hello Naren,
Thanks for the reply.  But setting the field is not preferred because the user needs to determine which one they would like a total and subtotal for.
Anyway, I played around some more and it seems that the function REUSE_ALV_GRID_DISPLAY can handle it with some additional activities for the user to do when saving the display variant.
Regards,
Anna-Liza

Similar Messages

  • Drilldown option in Visual Composer Dashboard

    Hi
    I had a VC model based on BW Query and Output is Table view
    How can i  Drilldown option in the model...
    Like a Button "Division" ...initial display will be summurized at Sales Org level...once the Division button is selected.....the results should be broken down by Sales Org by Division
    Thanks

    Hi,
    You can't actually drill down, but I think using layers to switch between different display of components could achieve the goal.
    Best regrads,
    Udi

  • DrillDown Option not Working while Export To PDF in SSRS

    Hi Friends,
    I worked on ssrs report used DRILLDOWN option. When I export drilldown report to pdf, with groups collapsed, pdf shows no data and no +/- on the left of the group name.  Basically, it shows no data and no option to drilldown(only header)s .
    When this report is exported to Excel, it is perfect and works exactly as it would in VS2005. 
    Any setting to make sure an expanded report is exported to pdf?  Or do i manually expand all drilldown options and then export?
    Thanks in advance.
    Thanks and Regards,
    LuckyAbdul

    Hi LuckyAbdul,
    From the
    document, we can know that “Dynamic show and hide elements are not supported in PDF. The PDF document is rendered to match the current state of any items in the report. For example, if the item is displayed when the report is run initially, then the
    item is rendered. Images that can be toggled are not rendered, if they are hidden when the report is exported.”
    So just as Visakh said, this behavior is by design. If we want to see entire data in PDF, we should expand the node (click the plus signs (+) in the report) to show the demanded detail data ahead, then export the report to PDF.
    Hope this helps.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • No drilldown option for Formulas in structure

    Hi Experts, Could you throw some light on the following issue.
    My char structure is as follows,I have a grouping done on GL and when i drill down I shd see the GL only for selections and not for formula i.e. the formula should not drilldown and show GL's.see the below example.
    Example,
    A - SALES(GL grouping)
    B - TAX &DUTIES(GL grouping)
    C - Formula (SALES  + TAX & DUTIES)
    For summarised report ,the above display is OK but when I drilldown and see GL level data,is there anyway to supress and make the formula as static(no drilldown for formula).
    Kindly guide me if there is any way out .
    Regards
    Raja Premsingh

    I think you only want to see the values for key figures A, B and C in the result rows and not in the details when you have a drilldown on GL, am I right?
    What you could do, is create a new calculated key figure to determine the number of GL's. You could use a formula variable with replacement path for constant 1 on GL, or created a a copy of key figure A with aggregation level GL and counting all values <> 0.
    Once you have a column with the number of GLs, create a formula like ( number of GLs > 1 ) * key figure A. This way, only the result rows will show values.
    Kind regards,
    Alex

  • F.01 drilldown reporting option

    Dear Friends,
    Can anyone advise me on how we create drilldown reporting for F.01.
    Currently in our system when we execute transaction F.01, we are unable to drilldown any figures.
    Our objective is to know further details of each GL account amount from Financial statement analysis itself.
    Thank you,
    Sunil.

    Kaka,
    In standard Financial statement report, you can only look at the balances of GLs. Drilldown option at the line item level is not available in F.01 report.
    Regards
    Shishir

  • In report painter report, line item level drilldown report requirment

    Dear All,
    I created one report in GRR1, when I execute the report i am not getting line item wise drilldown option. For example one cost center no of line itemwise posting ( g/ls wise)posting is there. By double clicking on that specific line item we will go that ledger and see the data available in that ledger.In standard reports that option available but my own reports I unable to go drilldown at ledger level cost reports.
    Please sugget anyone, where I am doing mistake in report creation level.
    Thanks
    M Srinivasa reddy
    Ph : 9637399076

    Thank you,
    I attached reports to Library based on that I am able to drilldown line item level of the report.Is it corret or any other way for line item level drilldown option for report painter reports
    Thanks
    M Srinivasa reddy

  • Drilldown with ParentAfter and ParentBefore not working

    Hi All,
    I am using Drilldown option in Workbook Option with ParentAfter and ParentBefore. I found that the drilldown sometimes works but sometimes can not expand/collapse. First, i thought it was because of dimension member set in the current view is not base member, but now that i have already set all as base, the drilldown still can not work.
    I have set the memberset as LDEP and taken out the sort range. And now, after logged off and on again, the drilldown can work again without me changing anything....
    Any idea why it behaves this way?
    Thanks in advance for the advice.
    Ce Wie
    Edited by: Go  Ce Wie on May 22, 2009 3:20 PM

    Your issue lies in your clientkeys. instead of:
    clientkeys =
    awful.key({modkey,}, "f", function(c) c.fullscreen = not c.fullscreen end),
    awful.key({modkey, "Shift"}, "c", function(c) c:kill() end),
    awful.key({modkey, "Control"}, "space", awful.client.floating.toggle),
    awful.key({modkey, "Control"}, "Return",
    function(c) c:swap(awful.client.getmaster()) end),
    awful.key({modkey,}, "o", awful.client.movetoscreen),
    awful.key({modkey, "Shift"}, "r", function(c) c:redraw() end),
    awful.key({modkey}, "t", awful.client.togglemarked),
    awful.key({modkey,}, "m",
    function(c)
    c.maximized_horizontal = not c.maximized_horizontal
    c.maximized_vertical = not c.maximized_vertical
    end),
    It should be
    clientkeys = awful.util.table.join(
    awful.key({modkey,}, "f", function(c) c.fullscreen = not c.fullscreen end),
    awful.key({modkey, "Shift"}, "c", function(c) c:kill() end),
    awful.key({modkey, "Control"}, "space", awful.client.floating.toggle),
    awful.key({modkey, "Control"}, "Return",
    function(c) c:swap(awful.client.getmaster()) end),
    awful.key({modkey,}, "o", awful.client.movetoscreen),
    awful.key({modkey, "Shift"}, "r", function(c) c:redraw() end),
    awful.key({modkey}, "t", awful.client.togglemarked),
    awful.key({modkey,}, "m",
    function(c)
    c.maximized_horizontal = not c.maximized_horizontal
    c.maximized_vertical = not c.maximized_vertical
    end)
    I had the same problem and this fixed it.

  • Parent Child Hierachy Drilldown (without including the hierachy column)

    Hi
    I have a hierarchy with categories/subcategories, which goes into a table like this:
    Category Name Amount
    Top cat1 23
    Top cat2 5
    I want to use the Category Name column to drill down to the sub categories, so that if I click "Top cat1", the table will look like this:
    Category Name Amount
    Sub cat1-1 23
    Sop cat1-2 5
    The "Drilldown" option for the actionlink in column interactions doesn't do anything for this hierarchy, and by trial and error we worked out that it only seem to work with level-based hierachies (but in a warped way. It adds an additional column for every level!).
    Trying to use an actionlink doesn't work too, since there's no good way of passing the clicked category ID to set as the parent ID of the next page.
    Using a GoLink URL did work, BUT navigating to a completely new page doesn't fit our requirements.
    Is there a way for us to do this? Thanks!
    Edited by: lum on 22-May-2012 23:48

    Thanks Dpka, I did exactly that, there is a small issue. Let's say my hierarchy is (I have just dded one more level under David). So James and Terry reports to Thomas and Thomans reports to David.
    --David(165)
    ----Thomas(65)
    ------James(25)
    ------Terry(30)
    David is the top level and Thomans the next level. Now when I click on David, it takes me to the target report and shows me the revenue as expected but when I click on either Thomas, James or Terry, it doesn't take me to the target report. At the bottom left it shows me an error. This is what the error is
    Message: 'getLevelInfo(...)' is null or not an object
    Line: 1
    Char: 11142
    Code: 0
    URI: http://wmdwm100a.midlandls.int:7001/analytics/res/b_mozilla/answers/selectionsmodel.js
    So It is working only for the top level managers whose doesn't have any anscestor. Any ideas why is tha so?
    Thanks,
    Ronny

  • DrillDown and field order

    Hello,
    I have a dimension with several levels each one with a code field and a description field.
    When I drill from an high level to a lower one the bi give me the descritpion before the code... is there a way to tell in which order drill down fields?
    Thanks to anyone who tries help me
    example
    DIMENSION:
    --Lv1
    cod lv1
    desc lv1
    ----Lv2
    cod lv2
    desc lv2
    1)REPORT with DRILLDOWN (start)
    COD LV1 , DESC LV1
    2)REPORT with DRILLDOWN (after drill on desc lv1 (cod lv1 interaction has been disabled))
    COD LV1 , DESC LV1 + --> DESC LV2,COD LV2

    Thank you all for your answers!
    UserMB, so we have the same problem... in some reports I achieved the wanted result but I don't understand how...
    In these reports I always get codes before description when drilling... but the reports are equal to the others ... and also the dimensions in the repository are built in the same way.
    Perhaps we can try to compare our dimension:
    In each level of my dimension I have 2 keys:
    -a key for each level using the code (a key without drilldown option)
    -a key for the drilldown that includes code and description to get both field drilling.
    have you done the same?

  • Addition in drill down option in report RMCE0200 for transaction MC$4

    Hello Gurus ,
    I am working on a requirement assciated with report RMCE0200 (Transaction MC$4). This a standard SAP report. After execution of report when we go to Switch Drilldown option, it gives, couple of standard SAP drilldown options like drilldown by Material Group, Material, Plant, Purchase Organization, Vendor, Vendor Country, Period.
    User wants one more additional drill down option of VBUND field (Trading partner) in this standard list.
    How can I add this additional option ? Is there a configuration somewhere or I have to copy the program RMCE0200 and Transaction MC$4 in Z program and then do modificiations ?
    Please help as I have not much worked on reporting.
    Regards,
    Rajesh.
    Edited by: Rajesh Thomas on Jan 31, 2008 2:13 AM

    Any inputs will be appreciated...

  • Drilldown in Visual Composer Dashboad

    Hi,
    I had a query on which i am building dashboard using visual composer using Filters...etc
    Is there any option that i can use so that i can provide DRILLDOWN option for the dashboard with the free chars avaliable in QUery
    Thanks

    Hi
    Please Update

  • Key Figure values based on characteristic Drill-downs

    Hello All,
    I have Issue with my drilldown options in the report. The values of Sales qty need to change at particular drilldown.
    I have Sales Revenue and Sales QTY key figures in my DSO with  plant, factory, customer and Business type (Values A, B, C and D) characteristics.
    IN the report requirement I want to show the SALES QTY for only Business Type  "A" at Plant , factory and customer level, but when I am at the Business code level, then I am to show all the quantities by that level.
    THe sales revenue should always show values for all Business code irrespective of the drilldowns.
    please provide suggestions and code on how to go about the issue.
    thanks,
    pra.

    Hello Guys,
    Thanks for your response.
    Let me explain clearly...with an example.
    We have DSO which has 5 chars and 2 KFs.
    Chars - Company Code, Plant, Customer, Material and Business Code (which has values A, B and T).
    KFs - Sales Qty and Sales Revenue.
    Report output ---
    Customer
    Company Code
    Plant
    Material
    Business Code
    Sales Qty and Sales Rev
    Requirement is a follows -
    When the report is run.... the report will display on Customer with KFs.
    then if user wants to pull company code he can do so...as will other chars (Plant, Material and Business Code)
    but the condition is that when the user is seeing the report at customer with KFs ,....the KFs should only show values where business code = "A"
    so is the same with other chars - Company code, Plant and Material.
    But when user drags and drops the Business Code char in the report against the KFs .then the report should include all Business Codes ( A, B and T) with corresponding sales qty and sales rev for all business codes.
    Solution - Partially working--
    What I have done..is restricted the sales qty and rev with Business code = A, its working fine for all drill downs except that, when I am at business code level its showing as
    Business Code QTY REV
    A             300          3000
    B                0              00
    T                0               00 .
    Hope you got the issue. Please let me ,,if you need any information.
    Thanks,
    Pra

  • Active Vendor list

    Dear Team,
    I need Vendor list who has done transaction from period - 2001 -2013
    I know it can be achieved through table BSIK and BSAK tables but this table has lot of table and giving dump.
    Is there any other method to get the vendor list of has done transaction during this period
    Regards
    Namitha

    Hi
    We exactly had this same requirement couple of weeks before
    We used a Russia report J3RFKSLD.. Also, I found that, using FKI3 reports is much better because it is a report painter report and works really fast
    Both these reports can give you Year wise details... If you want period wise details, you can add the period as drilldown option in FKI3 report
    Br, Ajay M

  • Report painter execution error - KH014  "Report does not exist".

    Hi All,
    I customized one report in FSI3 and used SE43 to create a t code for this report. In the development system, report will be executable from this t code.
    Transport requests are successfully transported from development to production without any error. But on production when I tried to execute the report, I am getting the error KH014 - "Report does not exist".
    While checking in production I found that the report was missing from report tree in FSI3 and as a result the customized report cannot be executed. As per basis guys there was not a issue in request transportation.
    Has anyone encountered similar problem? How was it resolved?
    Thanks.
    Prashant

    Hi Mikko,
    Thanks for your reply but your solution is not working.
    Hi Stacy,
    I can execute the report from t codes like FSI3 & FSI0 in development.
    I used SE43 for t code creation. At the time of t code creation there is a option called "Drilldown" under Report type heading, In drilldown option I selected my report from report type 002 (Financial Statement Key Figure) and created the t code. After this I transported both the request to production server.
    Please let me know if this is wrong method or there is any other option to transport this report in Production.
    Thanks & Regards,
    Prashant

  • Report regarding delivery and sales order

    anyone know of a report where i can see the quantity that is left from partially delivered orders. basically, if i place an order for 100 units and delivery only 50, i wanted a report that showed me the sales order that was partially delivery with the amount that is left to deliver. va05 tells me what order is partially delivered but it doesn't tell me how much of that order is left to deliver, need a report or list to do that.

    Hi
    In VA05 only you can check , by adding the feild in the drilldown option . and include the quantity feild also and then you can run the report VA05 and then you can check the quantity feild.
    Secondly also run the following reports
    MCTC  -
    Material Analysis
    MC(A  -
    Customer Incoming Orders
    MC+Q ---   Material, Sales Volume
    Regards
    Srinath

Maybe you are looking for

  • Problem while saving the BEx qeueries

    Hi, I am facing a strange problem. I am trying to copy the old query to a new query. Now when i just change/try to copy by using save as function in query designer the following problem occurs 1. An unexpected object variable or with block variable n

  • How to Split Master File into Multiple Small Files?

    Sorry if this has been addressed - I'm having a hard time finding the answer. I'm using FCE 4.0. I taped 4 hours of material and need to deliver the footage to someone in discrete chunks. I tried to do in/out capture but for some reason that wasn't w

  • Expanding GarageBand?

    OK, so I'm a GarageBand newbie. I know I can get the Jam Packs to extend GB, but are there any good third-party plug-ins and effects (shareware or otherwise) about? I'm looking for everything from loops, to effects and anything that expands functiona

  • Files not loading...

    Last night Audition was working fine after getting some C++ warnings and then rebooting. Tonight though it loads half of the files of a session and then stops. What could be causing this? Computer 4 GB Windows XP service pack3

  • Edit .CSV file in StarBase

    Can I edit a .CSV file with StarBase? I've been able to open the file, but can't edit. I created a data entry form, but it opens in read only mode. I'm not all that familiar with databases, so please excuse my ignorance. Dave