IncidentStatusDurationFactvw missing rows that indicate status changes

I'm having an issue where IncidentStatusDurationFactvw is missing rows that indicate a status change,
making the TotalTimeMeasure column in this view have incorrect data. For example, an incident will have a created date of 7 days ago, have a status set to pending 6 days ago (verified in the incident's action log), then is resolved today. For
a majority of incidents, this would includes 3 rows in the IncidentStatusDurationFactvw view.
But for some incidents, it will only have 2 rows, one for the active status 7 days ago, then one for the resolved status today, which makes the activeTotalTimeMeasure incorrectly equal to 7 days. Or
sometimes it will only have 1 row for the resolved status, with 0 TotalTimeMeasure since that field correctly has no FinishDateTime value at that point). 
Has anyone else come across this issue? 

That looks like exactly what was going on. We had an issue preventing one of our Extract jobs from running under certain conditions, so we would go for several days without a successful extract job, followed by a few successful extract jobs, repeat, etc.
I was under the impression that the extracts would capture ~past data, but as you pointed out, that's definitely not the case. After resolving the original issue, our extract jobs work correctly and we are seeing expected results. Thanks!

Similar Messages

  • 2LIS_11_VAITM delta with user status change (JEST, JCDS)

    Hi,
    I'm using standard datasource '2LIS_11_VAITM' for sales order delta, and I'm trying to add new fileds which is user status in 'Status' tab in sales order.
    I thought it would be captured as delta if I change user status of sales order, but it's not captured as delta.
    I'm trying to avoid using generic datasource with table 'JEST' or 'JCDS'.
    Is there any way that user status change can be captured as delta?
    Any help would be much appreciated.
    Regards
    Bryan

    Hi Bryn,
    Normally when the status is updating is there flag is updating accordingly.If yes considered that field also for enhamncement then delts records will be picked for user status.
    More details check with SD consulatnt they will provide the complete details.
    Regards
    Ram.

  • Changes to table header row that repeat in several pages

    Hello.
    I have a table that expands over several pages, with a header row that repeats in all of them.
    I want to hide some of the header row's columns by code.
    When I change the header row, it changes only for the first occurence of the header row, and not for other occurences.
    I tried to do somthing like that:
    for (i = 0; i < Table1.nodes.length; i++)
    if (Table1.nodes.item(i).name == "HeaderRow")
    // ..hide the column..
    But it only entered the loop once, and only changed it for the first row.
    I also tried to look at Table1.HeaderRow.instanceManager.count, but again, it has the value of 1, so I can't access
    Table1.HeaderRow<i>
    or somthing like that.
    So how can it be done?
    Best regards,
    Udi Dekel.
    Edited by: Udi Dekel on Jul 30, 2008 9:24 AM

    Hi Rahul,<o:p></o:p>
    I have tried using multiple formats of images (.jpg & .png) for the problem and have been able to successfully achieve the desired result as per design.<o:p></o:p>
    To further verify the issue that is happening on your system we need to do some extensive troubleshooting to isolate the issue. This would require you to open a ticket with Microsoft.<o:p></o:p>
    Following is the link along with the number for Microsoft which would help you to open a ticket with us – <o:p></o:p>
    http://support.microsoft.com/OAS<o:p></o:p>
    1800 MICROSOFT
    Thanks & Regards,
    Vinayak Shetty 

  • In past versions of FireFox there was a view option that allowed a change in size of fonts and objects on the screen temporarily on the fly. This seems to be missing from version 6.

    In past versions of FireFox there was a view option that allowed a change in size of fonts and objects on the screen temporarily on the fly. This seems to be missing from version 6. It was very useful and needs to be added to version 6.

    You can use "Ctrl +" and "Ctrl -" to zoom pages quickly and "Ctr 0" (zero) to reset the page zoom.
    *http://kb.mozillazine.org/Zoom_text_of_web_pages
    There are also page zoom buttons in the toolbar palette in the Customize window that you can drag on a toolbar.
    Open the Customize window via "View > Toolbars > Customize" or via "Firefox > Options > Toolbar Layout"
    *http://kb.mozillazine.org/Toolbar_customization
    *https://support.mozilla.com/kb/Back+and+forward+or+other+toolbar+items+are+missing

  • CL20N Status changed: missing values for required chars for ROH & FERT

    Dear Expert,
    I am getting this message no. CL500 (Status changed: missing values for required chars) when I try to save variant class (Class type 300) assignment to material master (Raw Material) with Released 1 status in CL20N; but I do not get this message during assignment for FERT. I can save a FERT with Released1 status to a variant class without any system message. I am using configurable material in purchasing and this message is not valid in this case. Is there anywhere I can turn off this message for raw material just like FERT?
    Regards,
    HK

    Hello Han Keat,
    There are notes for this error message. Can you please check note 1537443 and 1431600 if it is in your system
    Thanks Amber

  • Supress Missing Blocks : Suppressing rows that contains data

    Hi,
    In Hyperion Planning 11.1.2.2, on a webform if I do supress missing blocks, it suppresses rows that contains data also (for 3 particular members of the dimension selected in the row).
    This webform is otherwise a huge report & if I do not check on supress missing blocks, the application hangs on trying to open this report (webform).
    Summarizing, on selecting supress missing blocks, it should bring me data for 90 members but it is currently displaying results for 87 members.
    Thanks in Advance.
    Pawan.
    [email protected]__

    Are you definitely sure there are no blocks for those members, maybe there is data but it is just set as #missing and the blocks have not been removed.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Collections ignoring rows that were not updated

    Hello all,
    I have a report based on a collection. Within this report is an lov which a user can assign a value to the record. However, the user does not have to update all the records before saving. Based on the collection samples I have seen, there seems to be an assumption that all records will be updated. I am having difficulty trying to update only the rows in the collection that the user entered a value for.
    Any ideas would be greatly appreciated.
    Thanks

    The challenge is in determining WHICH rows were changed, which is why most uses of collections simply re-write everything. It's ultimately faster and easier to code and performs better. Why? Because otherwise the update procedure has to go back and compare every field in every row (or create some checksum algorithm) to the original to determine if a change took place. It can be done, but I would advise that you look up information on MD5 checksums. There isn't anything inherent in the application that will tell you this, and certainly nothing inside the collection.
    You could, I suppose, create a hidden field and use a JavaScript onChange event to set a flag in that hidden field to indicate a changed record. Then you'd have to use those values to determine if something had changed and only loop through those values...

  • New row creation in value change event

    I used this code for to create new empty for adf table in value change listener
    public void valchaag(ValueChangeEvent valueChangeEvent) {
    OperationBinding oper = (OperationBinding ) bindings.get("Create");
    oper.execute();
    AdfFacesContext.getCurrentInstance().addPartialTarget(<table UI reference ttt>);
    but its creating new empty row when i changing the value of last column of current row and along with some error ....such as
    JBO-27027: Missing mandatory attributes for a row with key null of type AppModule.PmmpropfacilityView1
    JBO-27014: Attribute Propertycode in AppModule.PmmpropfacilityView1 is required
    JBO-27014: Attribute Facilitycode in AppModule.PmmpropfacilityView1 is required
    JBO-29000: Unexpected exception caught: java.lang.NullPointerException, msg=null
    java.lang.NullPointerException

    Hi,
    appears as if you submit a row that misses attribute values. I am not sure this is related to creating the new row. Try adding a call to responseComplete (from the FacesContext) after creating the row.
    Frank

  • Request status changed!

    Hi,
    in the manage tab of data target when i see the status of the request it is yellow and added records and transferred records has adifference of almost 40000.
    but when i click monitor button, it goes to the monitor screen with following msg
         " request status changed, trigger follow on events? followed by YES or NO push buttons?"
    why this msg is coming though upload is not yet completed?
    Thanks,
    Ravi

    This message indicates that there is some change in the data load between now and ur previous visit. If you choose YES, it refreshes and displays the latest status. If you choose NO, it shows the status of ur last visit
    Hope it helps!

  • Invoice Plan Status Change

    Friends,
    Here is my requirement...
    When a batch program runs (using RMMR1MIS), based on certain criteria, the Invoice plan status changes from A to C (table : FPLT-FKSAF).
    I would like to start a workflow by tracking the status change, but I do not see any default event or update in any change document....
    Thanks in advance.
    Muthu

    HI,
    Unfortunately I can only confirm that there is missing functionality
    for change management in area of MM invoicing plan. No change documents
    are created in CDHDR and CDPOS tables for any change for invoicing
    plan.
    Best Regards,
    Arminda Jack

  • Query to show a month in which status changed

    I have a table with columns containing member_name, Month_report_generated, and Current_status.
    There is a month report for every month in the year showing the member's status in that month, and the status can change in any month.
    I am trying to write a query that finds the month in which a member's status changed. I was thinking that the way to do this would be to find the max month that showed the member at the old status, and therefore that would be the month before the new status came into effect.
    I am not sure how to write this query and any help would be appreciated.
    Thanks

    It would be helpful if you could have posted your sample data along.
    Anyways, Maybe something like:
    SQL> WITH TEST_TAB
      2         AS (SELECT   'ABC' member_name,
      3                      'Jan2009' Month_report_generated,
      4                      'Y' Current_status
      5               FROM   DUAL
      6             UNION ALL
      7             SELECT   'ABC' member_name,
      8                      'Feb2009' Month_report_generated,
      9                      'Y' Current_status
    10               FROM   DUAL
    11             UNION ALL
    12             SELECT   'ABC' member_name,
    13                      'Mar2009' Month_report_generated,
    14                      'N' Current_status
    15               FROM   DUAL
    16             UNION ALL
    17             SELECT   'ABC' member_name,
    18                      'Apr2009' Month_report_generated,
    19                      'N' Current_status
    20               FROM   DUAL
    21             UNION ALL
    22             SELECT   'ABC' member_name,
    23                      'May2009' Month_report_generated,
    24                      'Y' Current_status
    25               FROM   DUAL)
    26               -- end test data
    27  SELECT   *
    28    FROM   TEST_TAB
    29  /
    MEM MONTH_R C
    ABC Jan2009 Y
    ABC Feb2009 Y
    ABC Mar2009 N  -- Status changed in this month
    ABC Apr2009 N
    ABC May2009 Y -- Status changed in this month
    5 rows selected.
    SQL> WITH TEST_TAB
      2         AS (SELECT   'ABC' member_name,
      3                      'Jan2009' Month_report_generated,
      4                      'Y' Current_status
      5               FROM   DUAL
      6             UNION ALL
      7             SELECT   'ABC' member_name,
      8                      'Feb2009' Month_report_generated,
      9                      'Y' Current_status
    10               FROM   DUAL
    11             UNION ALL
    12             SELECT   'ABC' member_name,
    13                      'Mar2009' Month_report_generated,
    14                      'N' Current_status
    15               FROM   DUAL
    16             UNION ALL
    17             SELECT   'ABC' member_name,
    18                      'Apr2009' Month_report_generated,
    19                      'N' Current_status
    20               FROM   DUAL
    21             UNION ALL
    22             SELECT   'ABC' member_name,
    23                      'May2009' Month_report_generated,
    24                      'Y' Current_status
    25               FROM   DUAL)
    26               -- end test data
    27  SELECT   member_name,
    28           lead_month month_report_generated,
    29           lead_status current_status
    30    FROM   (SELECT   member_name,
    31                     month_report_generated,
    32                     LEAD (
    33                        Month_report_generated,
    34                        1,
    35                        Month_report_generated
    36                     )
    37                        OVER (
    38                           PARTITION BY member_name
    39                           ORDER BY TO_DATE (Month_report_generated, 'MonYYYY')
    40                        )
    41                        lead_month,
    42                     LEAD (
    43                        Current_status,
    44                        1,
    45                        Current_status
    46                     )
    47                        OVER (
    48                           PARTITION BY member_name
    49                           ORDER BY TO_DATE (Month_report_generated, 'MonYYYY')
    50                        )
    51                        lead_status,
    52                     current_status
    53              FROM   test_tab) a1
    54   WHERE   a1.lead_status <> a1.current_status
    55  /
    MEM MONTH_R C
    ABC Mar2009 N
    ABC May2009 Y
    2 rows selected.
    SQL>Regards,
    Jo

  • Mirror Status Changes Between Folders

    Hi All,
    I'm using Entourage (I know, I know) and have a couple IMAP accounts. I created a rule that copies every new message from those accounts to my computer's inbox. I want to create another rule or find a script that will cause changes I make to message status in local inbox to be reflected in IMAP inbox. Primarily when I mark the copied message as "read" in my computer's inbox I'd like the original message (in the IMAP inbox) to be marked as "read" too without having to go and do it manually. Is this possible? I know I can have the rule mark the message as "read" when it copies it over: that's OK but less than ideal.

    Hello Kevin,
    i don t c any other option than having two different conditions (one for ONE release man, and the other for TWO release man) on the same staus: E0004.
    In both conditions ABAP you will check whether you have ONE or TWO Release Manager. If the result of your check is OK according to condition - meaning if there is 2 rel man in ticket and your condition is for one 1 rel man than just exit and let Solman run the other check ! Otherwise if Check corresponds to Ticket (2 rel man in both for ex) then run your normal check !!
    For example in socm checkconition you will have
    E0004      ZCHECK_BP_FILLED_1_RELMAN      Abort      E0001
    E0004      ZCHECK_BP_FILLED_2_RELMAN      Abort      E0002
    In ZCHECK_BP_FILLED_1_RELMAN you ll add a couple of lines to check whether you have ONLY ONE Rel Man. etc
    After to suggest to RelMan adding Missing BP you can use inside of your check before exiting a modul function like "BP_POPUP_DIALOG"
    Regards
    Khalil

  • Will my lost iphone's status change if it is erased?

    I recently left my iphone in a taxi. The Find my iPhone app indicates that it is offline.
    Given that I know it was switched on I'm assuming that someone's taken it.
    I've set the iphone to erase next time it connects to the internet. It's been two weeks and the status is still showing as Pending: Erase iPhone.
    Will the status change if the iphone is erased?

    If found, and powered off or reset to factory settings, it will not show up and will defeat your settings.  Change your passwords, contact your cell service provider in case hey will blacklist the iPhone.

  • STS - status change

    Hello
    Can somebody explain me (without SAP help) how status chage process work.
    Can I change status from "in process" to "approved" only receiving email?
    Or I can do it within the planning application?
    Thanks

    I think the comment about e-mail may be confusing.
    The status change takes place in the STS web interface. You mentioned going from 'in process' to 'approved'; we would have a status in between these 'sent for approval'.
    So the person responsible for a planning unit sends for approval.
    The person responsible for the next node up in the hierarchy can approve it, ir reject it, in which case the original user can make required changes and send for approval again.
    Its possible that planning sequences can be triggered by the status changes, depending how you configure it. In these cases its important that steps in the changes of status are not missed. (For example, if a sequence is triggered by 'sending for approval' then going from 'in process' to 'approved' directly misses the required sequence).
    The notification e-mails are sent to the relevant 'responsible person' when the status changes. They may contain links to planning or reports, but do not have to. Only the person responsible gets the mails, but in fact the required changes and subsequent changes of status can be made by substitute users configured in STS. (These are substitutes for the responsible user, not for the planning unit).  
    regards, Stephen

  • Service Desk Settings, Automatic Email at status change of messages

    Hello experts,
    I need your help about this:
    I am configuring Service Desk Specific Scenario Settings -> Automatic Email at status change.
    I made the configuration suggested as described SAP Note 691303. Also I configured the status profile SLFN0001 in transaction DNO_CUST01, and the Action profile SLFN0001_STANDARD, both  for the SLF1 (Service basis message), but still when we change the status of messages, the email is not generated in SCOT, overview of send orders.
    I want to clarify that the configuration made for the action of send email was in transsaction SPPFCADM, selected DNO_NOTIF, and push Define Action Profile and Actions, then selected the Action profile SLFN0001_STANDARD for making he ocnfiguration as suggested in note 691303.
    SCOT is correctly configured and working OK.
    Business partners emails are mantained too.
    Thank you very much.
    Hector Longarte

    Hello. Thanks to all of you for your comments. I am answering to your questions below:
    Have you assign proper partner function to every status in action?
    I do not know where can I make this assigment.  I am thinking that this may be the cause. Please I kindly ask you to give me orientation about this.
    Have you defined condition for defined action?
    Yes, the condition was defined thru SPPFCADM. Now, I wonder if this must be configured for CRM_ORDER application as described in note 691303, or for DNO_NOTIF ??
    Have you maintained user deatils on identification tab in BP?
    Yes, the Business partners and emails adresses were correctly mantained.
    The configuration we are talking about and you want to change, is it regarding SLFN (Service Desk Messages) or SLF1 (Basis Service Message)?
    I supose that for Service desk messages we must configure SLFN, and not SLF1. Right?
    In DNO_CUST01, we have SLF1. We have not made any configuration in DNO_CUST04, it is still as original standard. Please let me know if we are right.
    You want to send an aut. email notification when status of SLF1 changes?
    We want to send email notifications to the message creator about the status change of service desk messages.
    Thank you very much.
    Best regards.
    Hector Longarte.

Maybe you are looking for

  • How do I move a PDF picture from an email on my iPad to my pictures?

    How do I move a PDF picture from an email on my iPad to my pictures?

  • Messages Notifications working on Macbook but not iMac

    So I update to Mavericks two days ago and everything is working great except for Messages. Now on my macbook, Messages works completely fine. I get a Notification when I get a new text from iMessage on my iOS and the syncing is great. But the problem

  • Ultra 10 Problem

    Hi. I would very much appreciate any assistance with my problem. I have an Ultra 10 that i am trying to install Solaris on. I have tried Solaris 9 (which i used to install on another machine last week) and downloaded Solaris 10, both have shown the f

  • Employee in 2 company codes

    Hi, My client's requirement is as follows: Can a single employee belong to two company codes? In my opinion it is not possible? Can you please let me know if  I am correct? Regards Manish

  • How to set a ringtone for BLOCKED

    I would like to make it so that all called that come in as BLOCKED don't ring or vibrate.  Is this possible?