Missing activity reporting framework component

Hello,
I have been trying to install some components for BI on my portal but in order to do that I have to install KM base components.
But when I try to do that I get this error at validation in JSPM:
Details message(s): Archive /usr/sap/trans/EPS/in/KMCBC04P_20-10008093.SCA for component sap.com/KMC-BC was admitted for deployment Detailed message: 1. Unresolved dependency problem in chain of dependent item 'sap.com_com.sap.netweaver.bc.rf.service'. Deployment of archive /usr/sap/trans/EPS/in/KMCBC04P_20-10008093.SCA --> com.sap.netweaver.bc.rf.service.sda for component sap.com/com.sap.netweaver.bc.rf.service is rejected because it does not pass the validation check. Detailed message: 1. Unresolved dependencies: sap.com/com.sap.portal.activityreportingframework not found in the admitted batch items and the repository
I cannot find any useful info on where to get this com.sap.portal.activityreportingframework or in which component it should be.
I am using SAP Netweaver portal v. 7.3 SP4 trial edition.
Can anyone help?

Hi Miha,
The SCA deploy fails due to dependence to a portal component. It seems the com.sap.portal.activityreportingframework is missing. Could you please replace manually on the system the fixed part of the SCA. In order to do this open the KMCBC.sca  and extract the bc.cfg_api.jar and bc.cfg_cor.jar to the following location: \usr\sap\<SID>\upg\java\<SID>\JCxx\j2ee\cluster\bin\services\tc~km~config~srv
After that restart the 7.30 system and retry the deployment.
Thanks,
Rajendra

Similar Messages

  • No data in Portal Database tables for Activity Report

    Hi experts,
    I've developed an Activity Report application in SAP Portal 7.0, which went live but the report shows no data.
    We are pulling data from 2 portal database tables: WCR_WEBCONTENTSTAT and WCR_USERPAGEUSAGE
    In non production environment there is data in the report but there is no data in the production environment.
    The Activity Report service is already activated/started and set to true.
    What could have caused this? And what should we check now?
    What other configurations/setup should be done?
    Regards,
    Greg

    Hi Greg,
    Those are the aggregated tables. If they are not filled with data although the Portal Activity Report is activated, you should check whether the aggregation finished successfully.
    In the older SPs there were some problems that were fixed in later SPs of 7.0.
    In order to have the latest version of Portal Activity report, you can check SAP note 1084379 - Portal Activity Report - Latest Version (SDA file).
    You can compare the SP via the MANIFAST file, as it contains the version and SP number.
    In order to troubleshoot problems in Activity Report, you can follow SAP note: 1690023 - Portal Activity Report - Component-specific Note
    Some basic checks that you can do:
    Run query on the raw data tables to check since when there is data in those tables:
    select min(timestamphour) from SAP<SystemID>DB.WCR_WEBCNODESTAT;
    If there is too much data from long time ago, then you should delete the old data, and leave only the new data (there is anyways retention time for the data to be kept).
    If there is no data, then it means that the Portal Activity Report does not collect data, and not really activated (usually this is not the case).
    The aggregation runs every top of the hour, so you can check in the default traces for an error during that time.
    In most of the cases something went wrong while aggregating the data.
    As a result the aggregation is not finished, so the transaction is not being committed, and the aggregated tables stay empty.
    If there is a DuplicateKeyException in the trace, you can follow SAP note 1054145 - Duplicate Key Exception.
    If you have any more questions, please don't hesitate to ask.
    I hope this information helps,
    Thanks & regards,
    Michal Zilcha-Lang

  • Portal Activity Report -- Simplification?

    Hi all,
           I've been working with the Portal Activity Report iView for a couple of weeks now trying to develop some metrics for our company to measure the portal usage by. I didn't have any problems with the user reports, but I had <b>a lot of issues with the iview/page reports</b>.  Although I sucessfully found and charted the <b>daily data</b>, it took a painstakingly long time because of several factors:
                 - There was so much data that I had to shift through for about 1.5 months, upwards of 11000 rows.
                 - I did not need most of the data as this is the first report being generated for the company, they just want more general metrics rather than detailed metrics. However, the company may still want reports on the other data later on, so we can't just disable the collection of data on most of our iViews.
                 - The format of the date column in the iView/Page report did not sort well in Excel. Instead, I had to convert the dates to the more traditional mm/dd/yyyy format so that they sorted properly. This didn't take too long, but it was still an issue.
                 - Unfortunately, when the portal was deployed, and still now, we do not have naming conventions for our iViews. This resulted in there being many object names (column heading) that were the same even though they were different iViews and pages (for example, an "About" iView exists on many pages). The only way to differentiate them was based on the PCD location, which is very long and not the best way to have to look at and sort through data.
                 - Lastly, we only collected data for iViews/Pages that got at least 2 hits. This was fine for iViews/Pages that usually got 10 or more hits per day. However, for iViews that didn't get 2 on any given day, no data was reported. This is what we intended, obviously. But it became a problem when I went to go graph the data because I was using line charts with multiple lines (series) on them (for example, I grouped all the different search iViews onto one line chart to compare which search pages are getting used the most). Here is an example graph that I had to create dates and 0's for because the bottom two series had days were missing some days because they got less than 2 hits: <a href="http://img509.imageshack.us/img509/7365/examplegraphvd8.jpg">Example Graph</a>.  Some of the series wouldn't have the same number of points because there were some days that were missing because they got less than 2 hits. This meant I had to go back and manually add in rows of missing dates along with 0 hits to make the graph correct.
           So, now that I've detailed the problems and issues, here is my real problem going forward. The executives would like monthly reports on the portal. Ideally, this process would be as automatic as possible. I was hoping people could <b>suggest best practices</b> for gathering and sorting through the data so that it doesn't take anywhere near as much time to group and identify key iViews and pages. Is there <b>any way to selectively download data</b> about iViews/Pages without turning off the data collection on other iViews/Page? Also, is there any way to automate the downloading of the iView/Page and User reports from the portal given a time interval such as every 30 days? Has anyone else run into similar problems in their own positions and, if so, can you make suggestions about how you have improved the reporting and charting process? Any help is greatly appreciated.
    Thank you.
    Message was edited by:
            Chad Sowald
    Message was edited by:
            Chad Sowald

    Hi Ariel,
    Check the database table WCR_WEBCONTENTSTAT, and see if any data is being generated. This will determine if the problem is data generation or the reporting of the data.
    If there is no data, the only possibility is that the Montiro Hits is false, but this is not the default and is unlikely.
    If there is data, check the aggregationlevel field and the timestamp of the data, and create a report for this period and aggregation level. For example, if the aggregation level is "q" generate a quarterly report for the time period.
    Hope this helps.
    Daniel

  • Portal activity report(image problem).

    Hi All,
    I have a problem in Portal Activity report of Number of users who logged on.
    In "Number of users who logged on" report, there is one java image(applet).It is not rendering. It is giving the error :
    Java Plug-in 1.6.0_01
    Using JRE version 1.6.0_01 Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\km39649
    c:   clear console window
    f:   finalize objects on finalization queue
    g:   garbage collect
    h:   display this help message
    l:   dump classloader list
    m:   print memory usage
    o:   trigger logging
    p:   reload proxy configuration
    q:   hide console
    r:   reload policy configuration
    s:   dump system and deployment properties
    t:   dump thread list
    v:   dump thread stack
    x:   clear classloader cache
    0-5: set trace level to <n>
    Piglet Version 1.1.35 - 07.12.01
    java.lang.NullPointerException
         at com.sap.miniapps.graphics.CategoryChart.setChartType(CategoryChart.java:898)
         at com.sap.miniapps.graphics.Piglet.init(Piglet.java:268)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Exception in thread "Thread-7" java.lang.NullPointerException
         at sun.plugin.util.AnimationPanel.createTranslucentImage(Unknown Source)
         at sun.plugin.util.AnimationPanel.createGradientShapeImage(Unknown Source)
         at sun.plugin.util.AnimationPanel.initBackground(Unknown Source)
         at sun.plugin.util.AnimationPanel.preloadResources(Unknown Source)
         at sun.plugin.util.AnimationPanel.doPaint(Unknown Source)
         at sun.plugin.util.AnimationPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Can any one please help me why it is coming?
    Thanks in Advance,
    Kavitha

    I am using ORACLE.
    Actually the iview is the standard par iview, so i have created it from the "iview from Par" and that too in my test server seperately. I have created a new folder and under it i have created this new iview from Par. I have taken the com.sap.km.activityreport.frontend. and under this the activity report component.
    I have also restarted the Data collection service. Other than these I did not do any other configurations. Any thing else is required?
    Thanks in advance,
    kavitha

  • Reg:- Runtime Exception on preview of Portal Activity Report Editor iView

    Hi All,
    I am trying to preview the iView, "Portal Activity Report Editor" located under Portal Content -> Content Provided by SAP -> Admin Interfaces -> Admin iView Templates -> Portal Editors under Content Administration role.
    But, when I previee the iView, I get a RunTime Exception as follows:
    #1.5 #0014C263546200A5000008B900000CEC000450DE5CE9A528#1214815878685#com.sap.portal.applicationFramework.tools.wizardframework#sap.com/irj#com.sap.portal.applicationFramework.tools.wizardframework#<User_ID>#152806##n/a##b3602110468111dd9e8e0014c2635462#SAPEngine_Application_Thread[impl:3]_56##0#0#Fatal#1#/System/Server#Java###wizard session No: 429: could not instantiate pane instance of type com.sapportals.admin.wizardframework.core.ClassNameAndConstructorArgs@1663bd## #1.5 #0014C263546200A5000008BA00000CEC000450DE5CE9A6F1#1214815878685#System.err#sap.com/irj#System.err#<User_ID>#152806##n/a##b3602110468111dd9e8e0014c2635462#SAPEngine_Application_Thread[impl:3]_56##0#0#Error##Plain###Jun 30, 2008 4:51:18 AM                     com.sap.portal.portal [SAPEngine_Application_Thread[impl:3]_56] Error: Exception ID:04:51_30/06/08_15351_4495550
    #1.5 #0014C263546200A5000008BC00000CEC000450DE5CE9B605#1214815878685#com.sap.portal.portal#sap.com/irj#com.sap.portal.portal#<User_ID>#152806##n/a##b3602110468111dd9e8e0014c2635462#SAPEngine_Application_Thread[impl:3]_56##0#0#Error#1#/System/Server#Java###Exception ID:04:51_30/06/08_15351_4495550
    [EXCEPTION]
    #1#com.sapportals.portal.prt.component.PortalComponentException: Error in service call of Portal Component
    Component : pcd:portal_content/com.sap.pct/admin.templates/iviews/editors/com.sap.portal.activityReportEditor
    Component class : com.sap.portal.webreport.editor.ActivityReportEditor
    User : <User_ID>
         at com.sapportals.portal.prt.core.PortalRequestManager.handlePortalComponentException(PortalRequestManager.java:973)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:343)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
         at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:646)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:547)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:407)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    Caused by: java.lang.RuntimeException: an Exception occured when instantating class com.sap.portal.admin.editor.pane.EditorPaneWrapper
         at com.sapportals.admin.wizardframework.core.TrivialPaneFactory.getComponent(TrivialPaneFactory.java:54)
         at com.sapportals.admin.wizardframework.core.WizardInstance.doWizard(WizardInstance.java:225)
         at com.sap.portal.admin.editor.Editor.doWizard(Editor.java:605)
         at com.sap.portal.admin.editor.Editor.run(Editor.java:150)
         at com.sap.portal.admin.editor.AbstractEditorComponent.doContent(AbstractEditorComponent.java:59)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         ... 29 more
    This happens for all Editor iViews.
    Kindly let me know what could be the problem.
    Thanks and Regards,
    Pavithra

    Hi Sandeep,
    Thank you for your inputs.
    I had raised an OSS Message with SAP some days ago on this issue. SAP has replied back saying that only users with Content Administration role can have access to configure portal acyivity report. All other users can only view the results.
    Regards,
    Pavithra

  • Looking for way to count a specific document hits(Not with Activity Report)

    Hello,
    I have a certain Word document that I want to count how many users opened it. I am aware of the Portal Activity Report but this report tracks only iViews/pages ect. and my document is inside a KM iView which contains many other documents and I want to count just that specific Word document.
    Is there a KM property that can be created or a service that can be applied in order to count this document's hits by users?
    Message was edited by: Roy Cohen

    I have created a repository service which count document hits using a custom property defined.
    We are using NW04SP12.
    This is our code:
    ========================================
    package com.hesa;
    import java.util.Collection;
    import java.util.Iterator;
    import com.sapportals.wcm.WcmException;
    import com.sapportals.wcm.crt.component.IReconfigurable;
    import com.sapportals.wcm.crt.component.StartupException;
    import com.sapportals.wcm.crt.configuration.ConfigurationException;
    import com.sapportals.wcm.crt.configuration.IConfiguration;
    import com.sapportals.wcm.repository.IProperty;
    import com.sapportals.wcm.repository.IResource;
    import com.sapportals.wcm.repository.Property;
    import com.sapportals.wcm.repository.PropertyName;
    import com.sapportals.wcm.repository.ResourceException;
    import com.sapportals.wcm.repository.manager.IRepositoryManager;
    import com.sapportals.wcm.repository.manager.IResourceEvent;
    import com.sapportals.wcm.repository.manager.IResourceEventReceiver;
    import com.sapportals.wcm.repository.manager.ResourceEvent;
    import com.sapportals.wcm.repository.service.AbstractRepositoryService;
    import com.sapportals.wcm.repository.service.ServiceNotAvailableException;
    import com.sapportals.wcm.util.events.IEvent;
    public class SampleService extends AbstractRepositoryService implements IResourceEventReceiver, IReconfigurable {
      private static final String TYPE = "com.hesa.kmtest.SampleService";
      private Collection repositoryManagers;
      public SampleService() {
         super();
      public String getServiceType() {
         return SampleService.TYPE;
      protected void startUpImpl(Collection repositoryManagers) throws ConfigurationException, StartupException {
         this.repositoryManagers = repositoryManagers;
         Iterator it = repositoryManagers.iterator();
         while (it.hasNext()){
           try {
              addRepositoryAssignment((IRepositoryManager) it.next());
           } catch (ServiceNotAvailableException e) {
              e.printStackTrace();
      protected void shutDownImpl() {
         Iterator it = repositoryManagers.iterator();
         while (it.hasNext()){
           try {
              removeRepositoryAssignment((IRepositoryManager) it.next());
           } catch (WcmException e) {
              e.printStackTrace();
      protected void addRepositoryAssignment(IRepositoryManager mgr) throws ServiceNotAvailableException {
         try {
           mgr.getEventBroker().register(this, ResourceEvent.GET_TEMPLATE);
         } catch (WcmException e) {
           e.printStackTrace();
      protected void removeRepositoryAssignment(IRepositoryManager mgr) throws WcmException {
         mgr.getEventBroker().unregister(this, ResourceEvent.GET_TEMPLATE);
      public void received(IEvent event) {
         IResourceEvent myEvent = (IResourceEvent) event;
         try {
           IResource res = myEvent.getResource();
           PropertyName propertyNameHitCount = new PropertyName("http://sapportals.com/xmlns/cm","hitcount");
           Property propHitCount = new Property(propertyNameHitCount,new Integer(0));
           if (res.getProperty(propertyNameHitCount)!=null) {
                IProperty oldHitCount = res.getProperty(propertyNameHitCount);
                String sOldHitCount = oldHitCount.getValueAsString();
                int iOldHitCount = Integer.parseInt(sOldHitCount);
                iOldHitCount++;
              propHitCount = new Property(propertyNameHitCount,new Integer(iOldHitCount));
              res.setProperty(propHitCount);       
         } catch (ResourceException e) {
           e.printStackTrace();
      public void reconfigure(IConfiguration arg0) throws ConfigurationException {
    ========================================
    Remember, you must activate this service in the correct repository (System administration -> System configuration -> Knowledge Management -> Content Management -> Repository Managers -> CM Repository).
    These changes requires that you restart the server.
    I think this could help you.

  • Problem in developing a Portal Activity Report iView

    I have developed a Portal Activity Report iView and assigned some iviews to the "Specify Report Content" option! I am supposed to get the user information but instead, I see the message "No content available for the specified period".
       Am I missing anything?
       Can someone help me out in this regard!!!

    Keep in mind that the Portal Activity Reporting functionality only collects user information from hits to <b>pages</b> that have the <b>Monitor Users</b> property set to true.  You can monitor the number of hits to an iView, but cannot collect user information about those hits.  If you need this kind of information for an iView, I would recommend adding the iView to a page and then collecting the activity reporting information you need from the <i>page</i> hits.
    See <a href="http://help.sap.com/saphelp_nw04/helpdata/en/58/7e234239f75733e10000000a155106/frameset.htm">Configuring iViews/Pages for Data Collection</a> for more information.
    Hope this helps,
    Fallon

  • Activity Report Not Working

    Hello - I apologize if this information is already posted somewhere but I was not able to easily find a solution my problem which is this:
    I would like to gather statistics on how many times a number of iViews or pages were requested / viewed. I have enabled data collection, and modified the "monitor hits" property to yes on the iViews I'm interested in, as well as added them to the selected content in my Page/iVew activity iView. Even though I have these things set up I do not see the page views showing up on this custom activity report iView I've created. I get the message: No content available for the specified period.
    However, the standard Activity Reports page under Content Administration shows the info I want just fine.. I'm not sure why it works in the standard one but not mine - does anyone have an idea of a configuration step I may be missing?
    Thanks

    Hello Andrew,
    Please check that the iViews/Pages inserted into the content list
    table are those who are accessible to the end-user. This means that you
    should add to this table the objects from the role (since they have
    a different ID, therefore they are different object).
    Regards,
    Victoria Gur
    Installed Base Development Engineer
    NetWeaver Portal Platform
    SAP Labs Israel

  • Getting VFS manager for client J2E_iom_D failed: Activity report (get open

    Getting VFS manager for client J2E_iom_D failed: Activity report (get open activities for current repository and user) failed: Internal Server Error
    I cannot sync with dtr and moreover the tracks which i deleted still shows up in DTR folder and i am not bale to delete it.
    Please help....
    George

    NetWeaver Sneak ...  SP 16:  table PVC_ACTVERSVIEW missing i got answer from this.
    Had to redeploy sda and it solved all probs .it was the prob with WAS...

  • Missed activity due to lost phone.

    I lost my phone and was without one for a week. Is there any way to recover lost text messages or attempted phone calls? It is important to me, as I lost a new number I was not yet able to save to backup assistant!
    Please help.

    If the phone is still active, report it as lost and have it deactivated ASAP! This will prevent any unauthorized charges.
    As far as recovering text messages - if the phone is on and receiving messages, you need the device to read them. You can view numbers the messages were sent from, but not the content.
    If the phone is off or deactivated, messages will be stored for up to 5 days and delivered when the device is active again. Any longer than 5 days ago are lost.
    Calls will either go to voicemail where you can get info on incoming numbers, (press 5 during playback for call details) or they will show in the missed call log on the phone. Since you don't have the phone, I would call VM from another phone (dial your full #, hit # when the greeting is playing) to try and retrieve any VM messages.

  • How to sort weblayout active report

    Hi Experts,
    I have created some 'Active Reports' using Webl Layout Editor.
    However, they are not looking very good.
    I wanted to know how can I improve the look and feel of the generated reports? or at least how can I sort the reports?
    Thanks!!!
    Rajendra

    See Kyle's blog, read the comments:
    http://blogs.oracle.com/kyle/2010/11/document_and_workflow_history.html
    In the comments he has a component for sorting the reports.

  • Getting VFS manager for client EED_diarough_D failed: Activity report (get

    Hi,
       I'm using NW 2004s SP9. While trying to check in the activities in NWDI from NWDS I'm geting the following error messege:
    " Getting VFS manager for client EED_diarough_D failed: Activity report (get open activities for current repository and user) failed: Internal Server Error"
    Can you please help to resolve this issue.
    Regards,
    Subhayu

    NetWeaver Sneak ...  SP 16:  table PVC_ACTVERSVIEW missing i got answer from this.
    Had to redeploy sda and it solved all probs .it was the prob with WAS...

  • Activity Report download is saved without extension and unreadable

    Hello,
    The Portal Activity Report iView has a button which enables the user to download the report to his PC.
    The problem is that when the user clicks on that button and saves the file it is being saved by this default name: com.sap.portal.activityreport.frontend.DownloadableActivityReport
    The main problem is that it is being saved by default without any extension and after saving the user needs to manually add the .xls suffix.
    Another problem is that once I open the report with Excel The Object Name column is unreadable.
    Is there any way to resolve these issues?
    Roy

    Hi Roy,
    > if it wasn't supported there
    > or you would still consider it as a bug?
    The feature in general of course was supported, but what I cannot say is if it was a known issue that it didn't work correctly. As I dont't use the ActivityReport, I also have no experience if it didn't work at some time and maybe now is working.
    The wrong filename I don't expect to be corrected in the meanwhile, as said, that's a problem in some places. So at least for this you could open an OSS message. And maybe combine this with the problematic column issue.
    But if upgrading to SP18 would be an option for you, maybe you could first test that.
    Hope it helps
    Detlev

  • How to list the documents in the Portal Activity Report?

    Hello,
    In the Portal Activity Report I would like to see the documents list with number of uploads, number of downloads and the username who have accessed the documents for monthly. Can any one help me where to mention all the details regarding this one. I didn't found anything regarding this in the Portal Activity Report.
    Thnx in advance.
    cheers,
    Murali

    Hello,
    Can anyone help me solving this problem.
    Thnx in advance
    cheers
    Murali

  • Missing Parts report for Purchase Orders

    Hey Gurus,
    We are running the availability check for Purchase orders and the user group is wondering if there is a standard Missing Parts report in SAP similiar to transaction CO24 for Purchase Orders so that they can view all of the Purchase orders with missing parts.
    As a side note,  we are using subcontracting purchase orders.

    didn't get a response.

Maybe you are looking for

  • ITunes Updates Keeps Modifying the Library

    The last two iTunes updates I have allowed to run (9.1x and today, version 10) have mangled my library. The 9.1x download wiped about 2 hours of user-input cover art. The Apple cover art function is awful, to be kind. When I spend hours updating the

  • Function Module Extraction from KONV Table taking lot of time for extractio

    Hi I have a requirement wherein i need to get records from KONV Table (Conditions (Transaction Data) ). i need the data corresponding to Application (KAPPL) = 'F'. For this i had written one function module but it is taking lot of time (@ 2.5 hrs) fo

  • Intel Accelerato​r drivers keep crashing

    So I've been working on getting this laptop back up and running for a day or two now, and it's just about done. However, the display drivers seem to be out of whack. The driver(s) constantly crash (causing the screen to go black) and displays a warni

  • Snow Leopard on MacBook 2008 to Lion OSX

    Hi, I have snow leopard on macbook 2008 and I would like to update my mac to lion osx. Currently I have found only mountain lion osx on apple store, not lion osx. Mountain Lion is not sipported for early 2008 MacBook (as my macbook is) and Lion osx s

  • Unable to go sleep mode

    My iMac is unable to go to sleep mode, it's grayed out!. It dosn't go sleep mode on itself neither try manually!