Usage / down load dashboard

We have a requirement from our management team to getting a MIS sort of
report about
1) List of documents accessed by a user
2) List of documents downloaded by a user
3) Within in given period of time how many documents where accessed/
downloaded and by which users ?
How can this be implemented in KMC.
Kindly provide guidance on the same please.
Regards,
Deepak Kori

Hello Deepak,
The resource statistics report and the Folder size calculation report might help you here, see the following documentation:
http://help.sap.com/saphelp_nw70/helpdata/en/2a/1d95a6ff8e5b49a51960210374ba5b/frameset.htm
http://help.sap.com/saphelp_nw70/helpdata/en/46/89b5b3e47801dde10000000a1553f7/frameset.htm
Regards,
Lorcan.

Similar Messages

  • How do I determine the # of times a song has been down loaded; 7 is max?

    How do I determine the # of times a song has been down loaded? Is 7 max?

    Jim, I apprecite your help. Im still  lost...not that efficient on computer. Some notes, If burn playlist to disc doesn appear in the menu, it means that the playlist you selected cant be burned to a CD because it contains items that have usage restrictions;  if the playist contains itunes store purchases that are not itune plus songs, you can burn the playlsit to a CD up to 7 times;  DRM - Digital Rights Management????  Any help is appreciated Thank You

  • How can I determine how many times I have down loaded a song? Max is 7 times?

    How do I determine the # of times a song has been down loaded? Max is 7?

    Jim, I apprecite your help. Im still  lost...not that efficient on computer. Some notes, If burn playlist to disc doesn appear in the menu, it means that the playlist you selected cant be burned to a CD because it contains items that have usage restrictions;  if the playist contains itunes store purchases that are not itune plus songs, you can burn the playlsit to a CD up to 7 times;  DRM - Digital Rights Management????  Any help is appreciated Thank You

  • Down loaded trial to un supported OP.

    I down loaded a trial version of lightroom to an unsupported OP, Vista. I really want to try this program before I buy it. I have a laptop running windows 7,a supported OP.Can I re down load a trail version to this computer since I have all ready down loaded to my un supported system?

    Hi mountainroamer,
    Yes you can redownload the trial software on the other computer.
    Trial downloads for a software is limited to 30 days of usage per computer.

  • HT5957 After down loading the (7.0.2)battery is getting flat in no time. Please help me out.

    After down loading the &.).@ battery is getting flat no time.

    Hello, rohan.kishore.patel. 
    Thank you for visiting Apple Support Communities.
    Battery life can be difficult to troubleshoot as multiple factors contribute to how long a charge can last.  Graphic intensive applications, display brightness and data connectivity are just a few of the items that can cause the battery life to decrease rapidly.  I would need to know a little more information about your usage patterns to give you and idea on how to maximize battery life.  However, here are some tips on how to adjust settings and charge the device that may help.
    iPhone and iPod touch: Charging the battery
    http://support.apple.com/kb/ht1476
    About Batteries
    About iPhone Batteries
    If you feel that you need assistance with the battery concern, you can always reach out to us via the link below.
    Contact Apple
    Cheers,
    Jason H

  • Does anyone know of the security breach on the iphone and what to down load to fix it?

    DOES ANYONE KNOW ANYTHING ABOUT THE SECURITY BREACH ON THE IPHONE AND IF YOU DO, WHAT DO YOU DOWN LOAD TO FIX IT?

    http://support.apple.com/kb/HT6147
    http://support.apple.com/kb/HT1222
    http://support.apple.com/kb/DL1723
    There is no security breach as such but rather a possibility of one dependant on a number of factors which may or may not be applicable to you and/or your usage.
    The recommendation is to update to the latest 7.0.6 update listed above. For iDevices such as the iPhone I would recommend doing this using iTunes rather than OTA. Tends to be more reliable that way.

  • Hung down load of foo fighters music video

    Dose anybody know how to clear a down load error off of my iPad. I down loaded the free music video of The Foo Fighters "These Days" my internet connection was acting up and it down loaded the video, but I have a down load error in my iTunes Acc.

    I have never seen an iTunes download error - but try - Settings>General>Usage>Storage>Music or Videos - see if you can delete the video in there (there is an edit button) and maybe that will clear the iTunes error.

  • How can i get a comedy, Dutch Treat or/and its companion Detective School Dropouts released in 1987 be included in the iTunes US store for me to down load. i will pay any thing to download them.

    I wish to request that a comedy, Dutch Treat or/and its companion Detective School Dropouts released in 1987 be included in the iTunes US store for me to down load. i will pay any thing to download them.

    You can try requesting it via this page (these are user-to-user forums) : http://www.apple.com/feedback/itunes.html
    But unless the the US rights-holder passes it to Apple and allows them to sell it in the US then Apple won't be able to sell it there

  • Adobe bridge and CS3 I have down loaded trial version...

    two problems--when i down load my pics- jpeg&raw- from EOS5D camera into adobe CS3 bridge i only get jpeg images not raw--my zoom browser does it!
    also when i double ck on thumbnails in BR i get raw processing--when i then go to photo shop by cking -save objects-when images opens up in phot shop i can not make any color adjustments--I have wasted 4 hrs with adobe techs--They had me remove adobe CS3 4 x and reload--problem still exists--is there adjustments in BR that affects this situation..?
    br carmen-i have vista operating system

    Vista has a problem with Canon cameras, not Bridge's fault. Copy the images directly to the hard drive. Check MSFT for any updates...
    The "Save Object" is for making Smart Objects and from the sounds of it, you are unfamliar with the concept? You need to double-click the Workflow options in Camera Raw and uncheck the Smart Objects options...then images will open as images not Smart Objects.

  • Unable to down load file error 1321?

    Unable to down load file error 1321?
    Error_Message

    Hi grahamg,
    Please see my response in your other post: I am unable to download  Acrobat message reads Insuffient prileges to modify the file C:\ Program Files [ x 86] Adobe\ Acrobat 11.0\Acrobatwow_exe.
    Best,
    Sara

  • Problem while down loading data into Excel

    Hi friend's,
    I am getting a error while down loading header
    internal table to excel.
    since in my header internal table there is no p
    type field..but i am getting this error..
    Only flat, character-type data objects are supported at the argument
    position "dest" for the statement
      "WRITE src TO dest".
    In this case, the operand "dest" has the non-character-type or deep type
    "P". The current program is flagged as a Unicode program. In the Unicode
    context, type X fields are seen as non-character-type, as are
    structures that contain non-character-type components.
    i have coded like this
    REPORT  ZACG_CCA_EXCEL                          .
    Tables : zacg_cca.
    data: P_file like RLGRAP-FILENAME.
    Data: Begin of it_header occurs 0,
          ccode(10) ,
          mat_cd(12) ,
          ingr_desc(30),
          con(10),
          quan(10),
          percqty(10),
          DATE(10),
          rsamnos(10),
          flag(5),
          end of it_header.
    Data : begin of it_final occurs 0,
           ccode type zacg_cca-ccode,
           mat_cd type zacg_cca-mat_cd,
           ingr_desc type zacg_cca-ingr_desc,
           conc type zacg_cca-conc,
           quantity type zacg_cca-quantity,
           percqty type zacg_cca-percqty,
           APP_DATE type zacg_cca-app_date,
           rsamnos type zacg_cca-rsamnos,
           flag ,
           end of it_final.
           SELECTION-SCREEN : BEGIN OF BLOCK blk WITH FRAME TITLE text-000.
           select-options : s_Date for zacg_cca-app_date.
           SELECTION-SCREEN  : END OF BLOCK blk.
           it_header-ccode = 'Samp_code'.
           it_header-mat_cd = 'Mat_code'.
           it_header-ingr_desc = 'Ingr_Desc'.
           it_header-con = 'Conc'.
           it_header-quan = 'Quantity'.
           it_header-percqty = 'Perc'.
           it_header-date = 'Date'.
           it_header-rsamnos = 'Rsamnos'.
           it_header-flag = 'Flag'.
           Append it_header.
           select ccode mat_cd ingr_desc conc quantity percqty
            app_date rsamnos from zacg_cca  into corresponding
            fields of table
           it_final where  zacg_cca~app_date in s_date.
           loop at it_final.
           it_final-flag = 'T'.
           modify it_final.
           it_final-quantity = it_final-quantity * 2 .
           Modify it_final.
           endloop.
           CALL FUNCTION 'MS_EXCEL_OLE_STANDARD_DAT'
             EXPORTING
               FILE_NAME                       = 'C:\amol\p_file'
              CREATE_PIVOT                    = 0
             DATA_SHEET_NAME                 = ' '
             PIVOT_SHEET_NAME                = ' '
             PASSWORD                        = ' '
             PASSWORD_OPTION                 = 0
              TABLES
             PIVOT_FIELD_TAB                 =
              DATA_TAB                        =   it_final
             FIELDNAMES                      =  it_header
            EXCEPTIONS
              FILE_NOT_EXIST                  = 1
              FILENAME_EXPECTED               = 2
              COMMUNICATION_ERROR             = 3
              OLE_OBJECT_METHOD_ERROR         = 4
              OLE_OBJECT_PROPERTY_ERROR       = 5
              INVALID_PIVOT_FIELDS            = 6
              DOWNLOAD_PROBLEM                = 7
              OTHERS                          = 8
           IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
           ENDIF.
    can any one....

    hii
    for title this FM have some restriction as it can not take value if its more then 10 length so you need to give length as 10 only for every string then append it with FIELDNAMES = it_header
    regards
    twinkal

  • I am unable to see text after clicking on a pdf download.I just get a mid grey screen .I can send the pdf to my blackberry and see it -so the file is ok .I recently was at an official site that gave me an Adobe down load /update .Help please .

    Why am I suddenly unable to see pdf (on iMac) when I click on them ?There is is just a mid grey blank screen .I have sent pdf to my Blackb and I can read it there ,so the file is OK .I recently tried to down load a recent version of Adobe reader from a government site -could this be the cause?If so ,how do I uninstall it ?

    Back up all data.
    Triple-click the line of text below to select it, the copy the selected text to the Clipboard (command-C):
    /Library/Internet Plug-ins
    In the Finder, select
    Go ▹ Go to Folder
    from the menu bar, or press the key combination shift-command-G. Paste (command-V) into the text box that opens, then press return.
    From the folder that opens, remove any items that have the letters “PDF” in the name. You may be prompted for your login password. Then quit and relaunch Safari, and test.
    I've seen an unconfirmed report that the "Silverlight" web plugin distributed by Microsoft can also interfere with PDF display in Safari, so you might need to remove it as well, if applicable.
    If you still have the issue, repeat with this line:
    ~/Library/Internet Plug-ins
    If you don’t like the results of this procedure, restore the items from the backup you made before you started. Relaunch Safari again.

  • Mail starting to down load into the wrong folder, Why?

    Why did mail start putting mail in the wrong folder ? How can rules change ? can I down load only the Mail app ?

    Have you compacted your In-box lately?
    Do you get an error message?

  • I've down loaded adobe flash player but when I try to veiw video on firefox I'm still told that I need adobe flash player. How do I get firefox to see the flash player download?

    I was trying to view a video I uploaded to facebook using firefox. The system told me to down load adobe flash player. I did but still get the message that I need to down load flash player. How do I get firefox to see the down loaded adobe flash player?

    by installing from within Firefox, Internet Explorer has its own version (Active-X).
    Make sure you are starting in the correct place for Flash
    * http://www.adobe.com/software/flash/about/
    If you want to read PDF files in you browser, you might also want
    * http://get.adobe.com/reader/
    After the download,
    #bring up the download manager ("Ctrl+J") and start your installs. As soon as the install comes up,
    #close Firefox with '''File > Exit''' or "Firefox" button > Exit. Give Firefox some time to close.
    #If install does not proceed, '''terminate "firefox.exe"''' and '''"plugin-container.exe"''' from the "Processes" tab in the Windows Task Manager.
    #* Windows 7 shortcut to the WTM is "Ctrl+Shift+Esc"
    #* or on any Windows system from "Ctrl+Shift+Esc" then choose Windows Task Manager.
    #*Make sure that "firefox.exe" is no longer running -- if it is still running then terminate it by selecting the use "End Process" button or from context menu, and do the same for "plugin-container.exe" if it is found there.
    #proceed with the install.
    '''Warning''': this is the Adobe site and they have chosen to to provide crapware along with their own product. Only install the product you were planning to install. Do not install additional products: including -- "Free! McAfee Security Scan Plus" or "Google Chrome". Installing Google Chrome on your own and installing it because it is offered on the Adobe site are two different things.
    Find updates for your installed plugins at http://www.mozilla.com/plugincheck/ mozilla.com/plugincheck
    -- best to use Adobe's site to really see if their plug-ins are up to date.
    Please fix your caps lock or read what you type, do you think anybody could read my answer if I typed in all caps.
    If the above fails to correct the problem, I would try uninstalling Adobe Flash from your system entirely first, from the control panel then "Programs and Features".

  • HT1414 i down loaded pictures from my iphone 4 tp my computer  then attempted to ios and sync my iphone   i seem to have totally lost everything on my phone  the itunes / usb picture is on the phone and now it is not even recognized on my computer!Help pl

    i down loaded my photos from my iphone onto my compuyrt  then attempted to upgrade to ios on my iphone then sync my phone and computer.  now everything is wiped off my phone  the itunes and usb visual is on my phonr and it is not recognized on my computer   if any one knows how to resore this please let me know  thank you

    Thank you this helped. I am not very knowledgable about all this but I was able to get the phone restored.  I got everything back but my iPod. I thought I was just updating but what happened was my phone was wiped out and the lates iPhone software was installed.

Maybe you are looking for

  • How to get the values from struct data type using java code..?

    Hi , I am newer to java. we are using oracle database. How to get the data from struct data type using java code. Thanks in Advance. Regards, kumar

  • New Tiger 10.4.6  installation Questions

    Just installed a new retail version of Tiger 10.4.6 today. I bought it from Apple. It's up and running and I'm using it now, but I have some questions and things I'm not sure about. When I bought the DVD the Apple rep told me it was not compatible wi

  • Anyone here found a good replacement for Version Cue?

    First, yes I realize this is a Photoshop forum. :-P I also posted this in the Version Cue section, but that forum hasn't seen any action in a month so I thought I'd pop on over here too. I'm assuming there are a few Photoshop users in here that use s

  • Everytime i try to buy a movie directly to my ipod touch it says error tap to retry.

    okay...so i bought south park bigger,longer and uncut. i downloaded it and after a while it said download error tap to retry. when i did that it did the same thing again!

  • Issue with sequence

    Hi! I created a sequence: CREATE SEQUENCE "XXX"."FLIGHT_LEG_SEQ" MINVALUE 0 MAXVALUE 100000 INCREMENT BY 1 START WITH 1 CACHE 20 NOORDER CYCLE ; Sequence after inserting a row into table: CREATE SEQUENCE "XXX"."FLIGHT_LEG_SEQ" MINVALUE 0 MAXVALUE 100