How cn i found out the queries using aggregates..?

Hi experts,
I would like to know which specific queries are hitting the aggregates I have created. How can I achieve this?
regards
ankit

Hi ankit,
1) Go to RSRT transaction in BW.
2) There, you select the query on a cube where you created an aggregate.
3) Click the "Execute + Debug" button; you will be presented with checkboxes.
4) Select "Show Aggregate Used." Also, check "No cache."
5) Now click the tick mark.
It will show you how many aggregates are there for the cube and how many aggregates are used for the particular query used.
regards,
Ani

Similar Messages

  • How can I found out the No. of Psocess running and How can I Release them

    Dear experts,
    How can I found out the No. of Psocess running and How can I Release them.
    I have 1GB RAM with oracle 10G. and please tell me How many processes can run with this RAM.

    >How can I found out the No. of Psocess running
    well, that depends on where you are ? if you are on windows then task manager will tell you what all processes are running. if you are on unix then ps -ef will tell you about all the processes running on a particular machine
    How can I Release them.
    what do you exactly mean by Release ? if you mean "end" that again has 2 scenarios, first that process ends by itself (ie after completing its job), another can be killing the process , that again will depend upon operating system. in windows you can kill a process from task manager itself, in unix you can use kill -9 PID to kill a process.
    How many processes can run with this RAM.
    loads of other details required before one can answer this question.no of processes in a very simple manner will depend how much memory is available and how much a process is eating.
    Sidhu

  • HT204088 Hello everyone, i want to know how can i found out the purchases made with my credit card (not by my apple ID)?

    Hello everyone, i want to know how can i found out the purchases made with my credit card (not by my apple ID)?
    I found out in my Credit Card bill some purchases in itunes store that wasn't made by me.
    thanks to all helpers

    This would be something you would need to address with your credit card company. Apple cannot tell you who else might have used your card nor what purchases they might have made. Call your credit card company and report the charges as fraudulent. You'll probably need to have them cancel your existing card and issue you a new one.
    Regards.

  • How can I found out the timing (ticks) of Functions for the FPGA (7833R PCI)?

    Hallo,
    I have problems to measure times. My measured time is not constant it jitters too much. I need a maximum jitter of 5µs and I had heard that I can solve this Problem if I programm code that is faster than 5µs on my FPGA, so I must know how long does the fuctions need by running the code!
    Who can I find this Information?
    Martin

    Hello Martin,
    I don't know how long the functions need to run the code.
    But there are a few things you can do to speed up your code.
    One thing is to use a single cycle loop for your code, which removes some overhead.
    A second thing is to do calculations in parallel. Search for 'pipelining'  .
    Hope this helps.
    Uli

  • How do I find out the encoding used to import music?

    I want to be sure that all of my music is imported using apple lossless encoding. Can I tell from the file somehow or do I have to re-import everything? thanks

    Select a track in your iTunes library that you have imported
    Select 'Get Info'
    It will then tell you what format it is in
    You can also go to the View menu and turn on listing a column called 'Kind' which will say whether it is lossless or not.

  • How can I found out the serial number of my ipod if its been stolen

    My ipod has been stolen and for insurance reasons I need to prove I purchased the ipod. However I don't have the receipt or box anymore and I need to somehow regain the serial number.
    Any ideas?

    Try the other methods of:
    - iOS: How to find the serial number, IMEI, MEID, CDN, and ICCID number

  • I am moving to Alice Springs, Australia, this summer from the U.S. I would like to get the new iPad. How can I found out if I will be able to access all the functionality in Alice? Will I need to purchase a local plan of some sort?

    I am moving to Alice Springs, Australia, this summer from the U.S. I would like to get the new iPad to use while traveling back and forth from the U.S. to Australia, and within Australia. How can I found out if I will be able to access all the functionality of the iPad in Alice? Will I need to purchase a local plan of some sort? I have never owned an Apple product before -- I'm a newby!

    Aside form the limitation of LTE to the 700MHz and 2.1GHz bands (which rules out LTE in Europe I gather, at least as it stands now) the new iPad should let you use a GSM 3g/2g/edge network anywhere.  The CDMA Verizon model will only be able to use it's native CDMA radio band in the USA (that radio will be locked to Verizon), but it's international GSM radio is the same as the AT&T model.
    Keep in mind though that by far the cheapest option when abroad is to take advantage of free wifi as much as possible (well, that is always the cheapest option, since it is free).  I know several people who have taken their wifi-only iPads and iPad2s to Europe and said they did not find the lack of 3G really inconvenient at all as most towns had plenty of free or cheap wifi access all over the place.
    And in 3 years, your iPad will be at least 2-3 generations behind, LTE will have already been replaced by 5G or whatever the next new generation of cellular ends up being named (and the "young" kids will be wondering what the heck 3G even means or meant - dang that stuff was from the olden days!), and you can pitch that ancient piece of technology and start things all over again 

  • How to find out the Transactions used per month & the USER who used that

    Hi,
    1)How to find out the Transactions used per month & the USER who used that?
    2)and can i get the above same for minimum 20 month?
    System : SAP- Enterprise Core Component.

    You can use my program...
    *& Report  Z_ABAP_TCODE_MONITOR
    *****&  Program Type          : Report                                 *
    *****&  Title                 : Z_ABAP_TCODE_MONITOR                   *
    *****&  Transaction code      : ZTCODE_USAGE                           *
    *****&  Developer name        : Shailendra Kolakaluri                  *
    *****&  Deveopment start date : 26 th Dec 2011                         *
    *****&  Development Package   : ZDEV                                   *
    *****&  Transport No          : DEVK906086                                       *
    *****&  Program Description   : This program is to display
    *List all tcodes executed during previous day.
    *& Show the number of users executing tcodes
    *& Modification history
    REPORT  Z_ABAP_TCODE_MONITOR.
    *& List all tcodes executed during previous day.
    *& Show the number of users executing tcodes
    TYPE-POOLS : slis.
    DATA: ind TYPE i,
          fcat TYPE slis_t_fieldcat_alv WITH HEADER LINE,
          layout TYPE slis_layout_alv,
          variant TYPE disvariant,
          events  TYPE slis_t_event WITH HEADER LINE,
          heading TYPE slis_t_listheader WITH HEADER LINE.
    *REPORT  z_report_usage.
    TYPES: BEGIN OF zusertcode,
      date   TYPE swncdatum,
      user   TYPE swncuname,
      mandt     TYPE swncmandt,
      tcode     TYPE swnctcode,
      report TYPE swncreportname,
      count     TYPE swncshcnt,
    END OF zusertcode.
    *data   : date type n.
    DATA: t_usertcode  TYPE swnc_t_aggusertcode,
          wa_usertcode TYPE swncaggusertcode,
          wa           TYPE zusertcode,
          t_ut         TYPE STANDARD TABLE OF zusertcode,
          wa_result    TYPE zusertcode,
          t_result     TYPE STANDARD TABLE OF zusertcode.
    PARAMETER: month TYPE dats DEFAULT sy-datum.
    *PARAMETER: date TYPE dats.
    *select-options : username for wa_usertcode-account.
    START-OF-SELECTION.
    PERFORM get_data.
    PERFORM get_fieldcatalog.
      PERFORM set_layout.
    PERFORM get_event.
    PERFORM get_comment.
      PERFORM display_data.
    FORM get_data .
    *date = sy-datum - 2 .
    After start-of-selection add this line (parameter Month required 01 as day).
      concatenate month+0(6) '01' into month.
      CALL FUNCTION 'SWNC_COLLECTOR_GET_AGGREGATES'
        EXPORTING
          component     = 'TOTAL'
          ASSIGNDSYS    = 'DEV'
          periodtype    = 'M'
          periodstrt    = month
        TABLES
          usertcode     = t_usertcode
        EXCEPTIONS
          no_data_found = 1
          OTHERS        = 2.
      wa-date  = month.
    *wa-date  = date.
      wa-mandt = sy-mandt.
    wa_usertcode-account = username.
      LOOP AT t_usertcode INTO wa_usertcode.
        wa-user = wa_usertcode-account.
        IF wa_usertcode-entry_id+72 = 'T'.
          wa-tcode  = wa_usertcode-entry_id.
          wa-report = space.
        ELSE.
          wa-tcode  = space.
          wa-report = wa_usertcode-entry_id.
        ENDIF.
        COLLECT wa INTO t_ut.
      ENDLOOP.
      SORT t_ut BY report ASCENDING.
      CLEAR: wa, wa_result.
    endform.
    FORM get_fieldcatalog .
    fcat-tabname     = 't_ut'.
    fcat-fieldname   = 'DATE'.
    fcat-seltext_l   = 'Date'.
    fcat-key         = 'X'.
    APPEND fcat.
      CLEAR fcat.
      fcat-tabname     = 't_ut'.
      fcat-fieldname   = 'MANDT'.
      fcat-seltext_l   = 'Client'.
      fcat-key         = 'X'.
      APPEND fcat.
      CLEAR fcat.
      fcat-tabname     = 't_ut'.
      fcat-fieldname   = 'USER'.
      fcat-seltext_l   = 'User Name'.
      fcat-key         = 'X'.
      APPEND fcat.
      CLEAR fcat.
      fcat-tabname     = 't_ut'.
      fcat-fieldname   = 'TCODE'.
      fcat-seltext_l   = 'Transaction Code'.
      fcat-key         = 'X'.
      APPEND fcat.
    ENDFORM.
    *&      Form  SET_LAYOUT
          text
    -->  p1        text
    <--  p2        text
    FORM set_layout .
      layout-colwidth_optimize = 'X'.
    ENDFORM.                    " SET_LAYOUT
    *&      Form  GET_EVENT
          text
    -->  p1        text
    <--  p2        text
    *FORM get_event .
    events-name = slis_ev_top_of_page.
    events-form = 'TOP_OF_PAGE'.
    APPEND events.
    *ENDFORM.                    " GET_EVENT
    **&      Form  GET_COMMENT
          text
    -->  p1        text
    <--  p2        text
    *FORM get_comment .
    DATA: text(30).
    text = 'Billing Report'.
    heading-typ = 'H'.
    heading-info = text.
    APPEND heading.
    *ENDFORM.                    " GET_COMMENT
    **&      Form  top_of_page
          text
    -->  p1        text
    <--  p2        text
    *FORM top_of_page .
    CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'
       EXPORTING
         it_list_commentary       = heading[]
      I_LOGO                   =
      I_END_OF_LIST_GRID       =
    *ENDFORM.                    " top_of_page
    *&      Form  DISPLAY_DATA
          text
    -->  p1        text
    <--  p2        text
    FORM display_data .
      sort t_ut[].
    DELETE ADJACENT DUPLICATES FROM t_ut[] COMPARING ALL FIELDS.
      CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
        EXPORTING
          i_callback_program = sy-cprog
          is_layout          = layout
          it_fieldcat        = fcat[]
          i_save             = 'A'
          is_variant         = variant
          it_events          = events[]
        TABLES
          t_outtab           = t_ut
        EXCEPTIONS
          program_error      = 1
          OTHERS             = 2.
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
    ENDFORM.                    " DISPLAY_DATA

  • How can I find out the screen size of the users moniter using the Acrobat SDK?

    How can I find out the screen size of the users moniter using the Acrobat SDK? I need to know how much sreen real estate that is available on the users moniter. Is there some call that I can make from the SDK to discover the maximun X and Y coordinates?
    Thanks,
    Gregory

    Currently, I am testing on multiple moniters and it is defaulting to the moniter designated as the #1 moniter. For our purposes, this is acceptable. Once the two documents have loaded, the user can move and re-size at will.
    Gregory

  • I have an I phone 4 that I use in Singapore, but would like to use it in the US while on holiday. How do I cahnge out the sim card, and is there anything else that I need to do.

    I have an I phone 4 that I use in Singapore, but would like to use it in the US while on holiday. How do I change out the sim card, and is there anything else that I need to do?

    Ignore the other post (the one from Brendan), he has no idea what he is talking about.
    Read your manual (you have a bookmark to it in Safari on your iPhone or put iBooks on your iPhone and download the manual from the iBookStore) and it will show you how to remove the microSIM from your iPhone. AT&T is not tourist friendly and does not offer a pay as you go plan for visitors with an iPhone. If you are going to be here for a short time you can probably buy a pay as you go microSIM and use it before AT&T notices, if it is going to be for a long time that won't work.
    There is a 3rd party company that will sell you a microSIM that will work with AT&T but they are pretty pricey.
    Finally, you can get a pay as you go microSIM from T-Mobile to work with your iPhone but you will only have EDGE data speeds.
    Message was edited by: deggie

  • My macbook froze up. Finger gestures work, but I cant close out of any windows. How do I close out the windows without using the track pad?

    My macbook froze up. Finger gestures work, but I can't close out of any windows by clicking on the red "X". How do I close out the windows without using the track pad?

    Command + W will close a window. Command + Q will quit a program.

  • I cannot use my iTunes account because I do not remember the answers to the security questions. How do I find out the answers to the questions or can I reset the questions

    I cannot use my iTunes account because I do not remember the answers to the security questions. How do I find out the answers to the questions or can I reset the questions? I also do not have a back up email on my account

    Click here for information. If you can't get the answers emailed to you for some reason, contact the iTunes Store staff via the link in that article.
    (75970)

  • How can we find out the disk which is used for a mount point

    How can we find out the disk which is used for a mount point?
    one of our mount point(/u03/oracle/prod) was using high I/O and this was causing slowness in the server.
    I can see a disk operation error in errpt at the same time as below. Wanted to check whether the mount point /u03/oracle/prod is using the disk hdisk31
    $errpt|more
    IDENTIFIER TIMESTAMP T C RESOURCE_NAME DESCRIPTION
    DXB78877 1125032114 T H hdisk31 DISK OPERATION ERROR
    OS version:AIX 6.1
    DB:11.2.0.2

    this is the output for cat /etc/filesystem
    /u02:
            dev             = /dev/fslv00
            vfs             = jfs2
            log             = /dev/loglv00
            mount           = true
            options         = rw
            account         = false
    /u01:
            dev             = /dev/fslv01
            vfs             = jfs2
            log             = /dev/loglv00
            mount           = true
            options         = rw
            account         = false

  • HT1937 My imessage isn`t working properly from my iphone. what could be the problem? how can I found out? the internet is working and in ipad i can send message.

    My imessage isn`t working properly from my iphone. what could be the problem? how can I found out? the internet is working and in ipad i can send message.

    I have no idea what the "freezer fix" is, nor why anyone would think temporary exposure to cold will somehow fix a hardware issue with a 100% solid state device.  Also, actually freezing your iPhone may very well itself cause damage.
    If you dropped it and wifi immediately failed to work, the odds are you inflicted physical damage to it - perhaps the antennae connection internally.  You could try a simple reset and see if that helps, but if not, you need to take it into Apple for an evaluation and diagnosis.
    If it has internal damage, since you dropped it, your warranty no longer applies.  Apple does not repair iOS devices, the merely swap them for factory refurbished units (and send your damaged one back to the manufacturer in China for refurbishment or recycling).  You would ahve to pay the out of warranty replacement fee (look on your country's Apple web site, under support for the iPhone for fees).

  • How do I find out the exact path of each and every file that LabVIEW finds and loads into memory for a given top level vi?

    How do I find out the exact path of each and every file that LabVIEW finds and loads into memory for a given top level vi? There is probably a trivial, easy way to get this info, but I have not yet found it!  Thanks..

    Or if you want to grab all the paths programatically, try the attached VI.
    Open the top level that you want all the paths from and close all others, then open the
    attached and run it. It will return an array of all the VIs that the VI
    in question uses, including vi.lib VIs. You can filter these as well if
    you like.
    Ed
    Message Edited by Ed Dickens on 08-01-2005 07:01 PM
    Ed Dickens - Certified LabVIEW Architect - DISTek Integration, Inc. - NI Certified Alliance Partner
    Using the Abort button to stop your VI is like using a tree to stop your car. It works, but there may be consequences.
    Attachments:
    Get all paths.vi ‏29 KB

Maybe you are looking for

  • Load Source File Names into Recordset Object

    Hi, I have a folder with abc.txt, xyz.txt, pqr.txt etc files. My requirement is to load all the file names into a Record Set which I need to use in data flow.  I think I need to use For each loop container with Enumerator as 'Foreach File Enumerator'

  • Failing Graphics card?

    Hi! I bought a used MBP 15 inch Early 2011 2.2 GHz a couple of months ago and it has worked perfect until a couple of days ago. I had used it normally at the evening before (editing pictures in Photoshop, watched movies, listned to music etc.) and at

  • Hit Power On, hear faint clicks, screen stays black. Dead HD?

    My son's MacBook won't start up. When I turn it on, I can barely hear some faint clicks spaced about 1 or 2 seconds apart and the screen stays off. What are the chances this is a bad HD? Also, I've got a MBP and both my machine and my son's MB take s

  • Saving a page as template

    I have created a page that I really like with a navigation bar and stuff I created myself just with text. I want to use the stuff I put on that page on all of the pages. Is there a way to save it as a page template, or do i need to copy and paste? th

  • Problem setting different width for images using HorizontalList tag

    Hi,<br />I succeeded using HorizontalList in my AdvancedDataGrid,<br /><br />  <mx:groupedColumns><br />...<br />...<br />  </mx:groupedColumns>  <br />  <mx:rendererProviders>            <br />        <mx:AdvancedDataGridRendererProvider   <br />