QM status tracking Report

Hi Experts,
I have a requirement for a report  in BW showing different Status counts per Weeks as shown in below
Status                 Week1         WeeK2          Week3---n(Date Range as Per User)
S1                          10               10                  15
S2                           9                 11                 15
For eg  In Week1 10 Notification were having Status (S1)
Currently we have Developed a ABAP Query to fetch All the Status Changes for a Notification to the Data Source(QMEL+JCDS).
I'm ABAP consultant so please advise is it possible to filter the data according to the dates and sum it based on Status in BW?
or is there any other way?
Regards,
kb

I assume this is a cross tab report.
in this case I would expect the raw data to look like
Status Date
S1   week1
S1   week1
S1   week1
S1   week3
S1   week3
S2   week1
S2   week2
S2   week2
S2   week3
S2   week3
S1   week4
the filter in the report would look for date <> week4
and  the result would be
Status Week1 Week2  Week3
S1  3  0  2
S2  1  2  2
is this what we are talking about?

Similar Messages

  • Campus Manager User Tracking Report - dot1xEnabled = False

    The Campus Manager User Tracking Report has the dot1xEnabled field that is always false.
    It was my understanding that the switch will send SNMP Trap Notifications to Cisco Works regarding the status of 802.1x authentication per port.
    We have configured per port:
    snmp trap mac-notification added
    snmp trap mac-notification removed
    and globally
    snmp-server host x.x.x.x  abababa udp-port 1431 MAC-Notification
    With no success, so we opened a TAC case, 614376387 and we were told by TAC and the Development Engineers that this "feature" does not work in LMS 3.2 and Campus Manager 5.2.1 and that this feature will be available in the next new release.
    I thought I had read on this forum that some folks have this 'feature' working, where this field shows the current status of 802.1x per access port.
    Has anyone been able to get this 'feature' to work?  And if so, what versions are you running and what were the 'tricks' to get it working?
    Much appreciated.

    The MAC address notification traps only alert Campus to the fact that a MAC address has been learned or removed from a given port.  That starts the dynamic UT process.  With no other information, you will potentially see a new record appear in UT shortly after receiving the trap.  However, that record will not have IP or username data associated with it.
    To get the IP data, Campus will poll the CISCO-DHCP-SNOOPING-MIB to pull IP data.  To get username data, Campus will poll the IEEE8021-PAE-MIB of the switch to get dot1x information.  So, your switch must be configured for dot1x, and it must support this MIB (in particular, the objects dot1xAuthSessionTime, dot1xAuthSessionUserName, and dot1xPaePortCapabilities).
    Without dot1x, hope is not lost.  If the end host is running Windows and the UTLite tool, then when the user logs in, UTLite should start from their logon script, and send a UDP update to Campus with the username and IP of the host.

  • Status & Tracking system History

    Hello Everybody,
    I have a special situation here. I need to show my clients my Status and Tracking system history. Let me give u a mudane example,
    A cost  center account undergoes twice budget changes both the times with the 'accepted' status. I should show the client in a report when and what amount has this account undergone during the two budget changes like this
    Account   Changed on     Changed amount   Approved by              Requested by
    23423       14.05.2007          100000€           Thomas Escher          Wolf schere
    23423       13.06.2007          120000€          Thomas Escher          Wolf schere
    My question,
    Do status & tracking system hzas table where i can get this information. !?
    If not do you have any other approach on mind for this issue!?
    Any idea is highly appreciated,
    Regards & many thanks indeed,
    Karthik

    STS data is contained in tables starting 'UPS'.
    However, the STS history is not going to show which accounts changed, by whom, I think. It can show the status change history by user for a planned unit. (Click the  'Present status' link in the STS. )
    If you want to see which user changed particular values you would have to set the BPS model to record the user id and date/time; it could generate very large amounts of data.

  • Purchase tracking report

    may any one send me the formate of purchase tracking report.
    wat r the details r there in that report and simple print preview of any one details.

    Hello Pawan,
    Could u please check this two report.
    RM06EB00                       Purchasing Documents per Requirement Tracking Number
    RM06XB00                       Purchasing Transactions per Requirement Tracking Number
    If useful reward points.
    Regards,
    Vasanth

  • PS - Tracking report for Project

    Hi Folks,
    I was needing a tracking report to check at least 3 months of changes to a project t code because I have to rectify it? This is my main problem The overall budget should be 2818 111 USD. the available balance for 2010 should have been carried over in 2011, however the overall showed 218 752 USD
    Someone knows anything about it?
    Thanks a lot

    Hi,
    As Abdul said, it is not exactly clear what you require.
    CN60 is for change documents for a project.
    For changes related to budget check CJI8 report.
    Regards
    Shubham

  • Content Tracker Reports Query file modification issue - Custom Report

    Hi All,
    I was trying to generate a custom report using Content Tracker. I was successful in doing so. However, I found that sometimes it does not pick up the updated query file of Content Tracker reports.
    I made a change in my query:
    from SELECT * FROM Users to
    SELECT dname FROM Users
    the change is written on the file but when i generated the report from C.T. UI, it's still showing me the old results having all the columns. Tried bouncing the server as well, but no use.
    I also added a new query 24 hrs back (as SELECT count(*) As UsersNum FROM Users), it's still not recognizing it and giving error as Failure of server APACHE bridge: No backend server available for
    connection: timed out after 10 seconds or idempotent set to OFF;
    and the log says,
    Unable to execute service SCT_GET_DOCUMENT_INFO_ADMIN and function sctExecuteQuery.
    Unable to create the result set for query '(null)'. SQL statement to execute cannot be empty or null
    What could be the resolution of this issue?
    I am using UCM 11g + SSXA.

    Server bounce.
    Issue is not file update but some other issue, ongoing in another thread by Me.

  • Error in running custom query from jspx(site) for Content Tracker Report

    Hi All,
    I want to generate a custom Content Tracker Report. I am able to do so from Content Tracker console, but when i try to invoke the service 'SCT_GET_DOCUMENT_INFO_ADMIN' or 'SCT_GET_DOCUMENT_INFO' with my custom query(which simply counts the number of rows in a table) from my jspx page, it gives the following error.
    oracle.stellent.wcm.server.request.RequestException: Error
    occurred in Content Server executing service
    'SCT_GET_DOCUMENT_INFO_ADMIN'
    Caused By: oracle.stellent.ridc.protocol.ServiceException: Unable to get
    document info. Unable to execute service method 'sctExecuteQuery'. The
    error was caused by an internally generated issue. The error has been
    logged.
    What could be the reason and the resolution?
    Also, I know that i am invoking the service in the right way as custom report from query as 'select * from users' works fine from site.
    P.S. I am using UCM 11g + SSXA

    Things are turning weird. The below two queries work from jspx.
    1. SELECT * FROM Users
    2. SELECT dname FROM Users
    But, the following query gives error (SQL is correct).
    select dname, count(dname) from users group by dname
    Unable to execute service method 'sctExecuteQuery'. Null pointer is dereferenced.
    $Unable to get document info.!csUnableToExecMethod,sctExecuteQuery!syNullPointerException
    intradoc.common.ServiceException: !$Unable to get document info.!csUnableToExecMethod,sctExecuteQuery
    *ScriptStack SCT_GET_DOCUMENT_INFO_ADMIN
    3:sctExecuteQuery,**no captured values**
    at intradoc.server.ServiceRequestImplementor.buildServiceException(ServiceRequestImplementor.java:2115)
    at intradoc.server.Service.buildServiceException(Service.java:2260)
    at intradoc.server.Service.createServiceExceptionEx(Service.java:2254)
    at intradoc.server.Service.createServiceException(Service.java:2249)
    at intradoc.server.Service.doCodeEx(Service.java:584)
    at intradoc.server.Service.doCode(Service.java:505)
    at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1643)
    at intradoc.server.Service.doAction(Service.java:477)
    at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1458)
    at intradoc.server.Service.doActions(Service.java:472)
    at intradoc.server.ServiceRequestImplementor.executeActions(ServiceRequestImplementor.java:1391)
    at intradoc.server.Service.executeActions(Service.java:458)
    at intradoc.server.ServiceRequestImplementor.doRequest(ServiceRequestImplementor.java:737)
    at intradoc.server.Service.doRequest(Service.java:1890)
    at intradoc.server.ServiceManager.processCommand(ServiceManager.java:435)
    at intradoc.server.IdcServerThread.processRequest(IdcServerThread.java:265)
    at intradoc.server.IdcServerThread.run(IdcServerThread.java:160)
    at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    Caused by: java.lang.NullPointerException
    at java.util.concurrent.ConcurrentHashMap.get(ConcurrentHashMap.java:768)
    at intradoc.util.IdcConcurrentHashMap.get(IdcConcurrentHashMap.java:60)
    This works fine from Content Tracker UI.
    Anyone has any idea, what could be the issue here?

  • Error in Content Tracker Report

    Hi,
    we have manually done Data Reduction Cycles (It have gone to archive state) and now we are not able to find any data in the content tracker report
    for eg: "content seen by user"- no records found. .
    have any one faced this type of issue requesting to please help.
    Thanks in advance

    Hello,
    Content Tracker picks data fron 'sctaccesslog' table, please check if you have data there.
    Thanks,
    MAK

  • IDOC Status, Tracking in SAP PI/PO Single Stack

    Hi All,
    My PO version: 7.4, SP4. I am not sure my questions below are still a limitation in current PI/PO single stack systems, and hence requesting your help for the same.
    1) Is there a way we can track outbound idocs in SAP PI/PO single stack similar to PI abap stack IDX5? ( Note:- I couldn't find any option in IDOC monitoring in single stack SAP PO 7.4, SP4)
    2) IDOC status is always 0 in SAP PO 7.4 single stack IDOC monitoring. I am not sure if this status is just specific to my PO system. Any setting needs to be applied?
    ps: Please post only relevant answers/solutions
    Thanks,
    Praveen Gujjeti
    Message was edited by: Praveen Gujjeti

    Hi All,
    As per SAP help: Comparison of IDoc Adapter (IE) and IDoc Adapter (AAE) - SAP NetWeaver PI Reference Documentation - SAP Library idoc status and tracking not supported in current PO versions. May be SAP will add this feature in upcoming PO versions
    Auditing, Monitoring ,and Tracing Functions
    Attribute/Feature
    IDoc Adapter (IE)
    IDoc Adapter (AAE)
    ALE Audit
    Supported
    Supported
    IDoc tracing
    Supported (transaction IDX5)
    Not supported
    IDoc monitoring
    Transaction IDX5
    Integration with channel monitor and message monitor (as part of Advanced Adapter Engine monitor)
    Status tracking -SYSTAT
    (analysis and further processing of messages that have not been processed)
    Not supported
    Not supported
    RFC monitoring
    Supported
    Not supported
    Message persistence in the IDoc adapter
    Supported
    Message correlation information can be stored in IDoc adapter.
    Not supported.
    Message is persisted in messaging system with correlation data persisted in adapter.
    Regards,
    Praveen Gujjeti

  • Material tracking report

    Hi Experts,
             Could any one please help me for writing material tracking report By using tables mseg,objk,kna1,afko,afpo,makt,ser05,ser03.
                The selection screen should be production order no, parent material no, parent material serian no, component material no, component serial no.
            This report should be used by pp and sd consultants.
    The out putshould be
    customer name, prod order no, pro date, prod matno, material description, Parent serial no, component matno ,comp material description, Component tracking no
    i Will give you maximum points.
                                                                                    Thanks & Regards,
                                                                                    Satyendra.

    Hi
    Go through the link given below , in which you will find all the stardard report related to materials.
    http://abapreports.blogspot.com/2008/06/standard-abap-reports-in-sd-and-mm.html
    Rewards if useful.
    With Regards
    Nikunj Shah

  • Work status custom report

    Hi Gurus,
    I have built a work status custom report. The user was able to change status. When i run my custom EVDRE report no values are retrived for status, user and date/time stamp columns. I am using simple
    EVLCK function. I think something is blocking/filtering retrival of data.
    Best Regards,
    Suresh.

    Hi Suresh,
    I am looking for the functionality in which we can display the current work status in our BPC excel sheet.
    Do you mean the same when u tell work status custom report.
    My actual idea is to display the current work status to the user. If you are meaning the same... can you please let me know how have you built the custom report?
    Regards,
    Swetha

  • How to created a new report in content tracker report?

    Hi
    I need to created a new report that show who modified the document's metadata and when, but I have never used Content Tracker and I do not know how.
    Appreciate the help you can give me.
    Thanks.

    Hello,
    The content tracker and ContentTrackerReports components can be installed in UCM server by simple clickable options. Below are the steps to install the Content tacker and Content report.
    Steps:
    1. Open the UCM instance with admin
    2. Click Admin Server under Administration link.
    3. Click Content Tracker and ContentTrackerReports checkbox ( under Document Management)
    4. Now Click the update button at the bottom.
    5. Restart the UCM server instance to see the changes.
    Now you will see an option for Content Tracker Reporting. It has some default reports.
    Let me know how it goes. If you need.... will explain how you can create your custom reports.
    If its helpful then please mark correct or helpful answer.
    Thanks,
    MAK

  • Detail Tracking Report

    Dear Friends,
    We are using Investment Management to track and control capital expenditure items and its relted operating expenses. Procedurally, we creates appropriation request for a particular position and assign it to an Internal Order and then further assigns that internal Order to an Asset so that any related cost for that asset could be controlled.
    Normally postings are done through PO for Asset acquisition and anoyother related expenses. I would like to know if there is any tracking report available through which we can track any Plan / Actual cost posted, through MM or FI for that particular asset.
    Regards.

    Hi
    There is no direct report which will give you an end to end details, from Order to CWIP and Asset Capitalizations and include PO, Invoice and Payment Details. If you have BI/BW, better use that to get this kind of reporting. Trying to develop the same in R/3 with a custom development is not the best way, though you can do that theroritically, but how the performance will be in Prod is just a guess...
    Regards
    Sanil Bhandari

  • Service Level Tracking Reports show no data from the data warehouse db.

    Hi, I have some Service Level Tracking reports that will only show data from the last few days.  If I select last month as the time frame, there is no data displayed.  All of these reports have previously worked fine.  Nothing to my knowledge
    has changed, and it appears that the data is still being collected in the data warehouse database.  Any thoughts would be greatly appreciated.

    Is this meant for SCOM forum
    https://social.technet.microsoft.com/Forums/systemcenter/en-US/home?category=systemcenteroperationsmanager
    Gerry Hampson | Blog:
    www.gerryhampsoncm.blogspot.ie | LinkedIn:
    Gerry Hampson | Twitter:
    @gerryhampson

  • Changing the Variable Settings in Content Tracker report generation page

    I am looking out for Changing the Variable Settings for the Performance Optimization Functions in Content Tracker report generation page. Some options which were available in 10g are not in UCM11g. I got the information that Updating Content Tracker should help, but am unable to locate what are the parameters to be set.
    Any pointers on this would be really helpful.
    Regards,
    Bharat

    Hi
    From Update Component Configuration these are the options listed that can be changed :
    Update Component Configuration
    SctUrlMaxLength     
    SctMaxRecentCount     
    SctTrackContentAccessOnly     
    SctProxyNameMaxLength     
    SctSimplifyUserAgent     
    SctDoNotPopulateAccessLogColumns     
    SctDoNotArchive     
    SctPostReductionExec     
    SctTrackContentAccessOnly should be unchecked and then test to see if the options get listed .
    Thanks
    Srinath

Maybe you are looking for

  • Error Publishing from iweb 09 - Server or iweb problems??

    I upgraded from iweb 08 (I had no issues) to iweb 09, and I have publishing errors more than half the time. Are the mobileme servers having problems, or is there a hack in the iweb software? This is a big problem because I have 20 Gb of pages with vi

  • Invoice ref and item text not printing in check ( F110)

    Hi Experts, When i tried to print check using tcode F110 by following the procedure , i came to know in structure REGUP , invoice reference ( regup-rebzg) and item text ( regup-sgtxt) are not updating in REGUP . I checked this in debugger mode. Also

  • Anchor markers in ID5.5

    Is it possible to have a thread showing where images are anchored, similar to text box threads? I have a document with many images and it gets confusing when I can't tell where the anchors are. Thanks.

  • Why do I have to use the mobile site to buy Skype ...

    Viber, TextNow!, every messaging app lets you use in-app purchasing, WHY DOESN'T SKYPE???? it's LAZY and incomvenient that we're forced to use the website, log in and input all our info. I'm not buying a penny worth of credit until I can use the stan

  • My iPod is not syncing with my iTunes, what can I do?

    My iPod touch will charge on my computer but it isn't being recognized in My Computer (PC) and it won't appear as a Device in my iTunes. What can I do?