Capturing exact break down duration in a Notification

Hi experts,
My client requirement is like this:
Plant is operating only 2 shifts. i.e. 6 AM to 11 PM (No 3rd shift operations).
Breakdown occurred at 9 PM in the evening and the equipment restarted by 7 AM next day. Notification has been created with these timings...i.e. from 9 PM on the day actual breakdown occurred and next day 7 AM as end time. Now system is proposing breakdown duration as 12 hrs., where as actual breakdown is only 3 hrs, (since the plant is operated in only 2 shifts, even the technicians worked only 3hrs to rectify the problem).
Since SAP is considering 24 hrs , the realistic breakdown times are not being represented.
Please suggest how to handle this i.e. to capture only actual breakdown durations.
Is it necessary to create to different notifications (with 2hrs and one hr duration), because of two different dates, ?
Thanks in advance....
Srinivas

Hi srinivas
Srinivas, when the SAP is implemented, they have designed the SAP Standard timing for 24 hrs. It can be restristed to 16 Hrs with respect to your work hours. So the problem is you cannot reser or create or any work after the 16 hrs. To avoid this kind of issue they have desided to go for 24hrs.
Here comes the problem with the break down. You feel if the break down duration increased, it affects the MTTR.
The break down occured at 9PM, when u create a notification, it takes the malfunction start timing and date which the notification was created or u can enter the accurate timings.
Break down is nothing but the equipment is stopped till the equipment is started. thats the normal timing of the break down. You can change it, if u want to get the accurate MTTR etc...If u manipulate, then only ur MTTR will not increase.
To calculate the exact time of work, you will be comfirming labours work duration in IW41. So, there u can enter the labor worked only for 3 hrs, which means actual cost of the labour. It will be accurate.
If u give the break down duration as 3 hrs. It means rest of the time the system is in idle. Waiting for start.
At last : SAP will calculate for 24hrs, since it was defined. If u change it, it will lead to many problems. So manipulating the hours wil be efficient to get the break down and Confirming the labour timing in IW41, give the accurate work hours. Actual cost of labor.
Hope u understand it
- pithan

Similar Messages

  • Graphical form of break down duration in IW28

    Hi,Experts,
    In IW28/IW29 screen, I was trying to view break down duration in graphical form equipmentwise, there I am only able to view the breakdown duration vs no of break down but nowhere equipment no is getting displayed. Can anybody please suggest how to view equipment no vs breakdown duration in graphical form??? thanks in advance.
    rgds
    rajib

    Hi
    use TCODE : IW29/28
    Display the list of notification using notification Type M2
    It will display no. of notification
    Select Change Layout Option
    Select the Equipment
    Then the list will be showing with the equipment
    then Select Equipment Column and Click Graphical View..
    You will get the Graphical view for equipment
    Note : You can change the layout according to the particular requirement
    - Pithan

  • The break down time in trans. IW28

    Hi dear ABAP experts,
    I am a little bit new to ABAP and I have a problem riqht now.
    I need to find the code block which calculates the break down time in trans. IW28.
    Can you show me in which program, subroutine and in which lines it is determined?
    Thanks in advance...

    Hi,
    Check the table VIQMEL-AUSZT / QMIH-AUSZT for the break down duration in the notification.
    Thanks
    Sujay

  • Brake down duration field

    i want the break down duration value in report.
    actual value is 71.99 but in viqmel table it shows 2.8800000000000000E+04.
    so how to convert that value into original.
    or any other sollution for the same.
    thank you.

    Hi, VARUN RAJULE
    Test the following code it will solve out your problem, i have tested it is woking according to your requrements,
    TABLES: viqmel.
    TYPES: BEGIN OF t_viqmel,
      auszt LIKE viqmel-auszt,
      test TYPE p DECIMALS 2,
      END OF t_viqmel.
    DATA: it_viqmel TYPE STANDARD TABLE OF t_viqmel WITH HEADER LINE.
    SELECT * FROM viqmel
      INTO CORRESPONDING FIELDS OF TABLE it_viqmel.
    LOOP AT it_viqmel.
      it_viqmel-test = it_viqmel-auszt.
      MODIFY it_viqmel FROM it_viqmel INDEX sy-tabix.
    ENDLOOP.
    Test the following Too it will display 10 Values on the Screen.
    TABLES: viqmel.
    TYPES: BEGIN OF t_viqmel,
      auszt LIKE viqmel-auszt,
      test TYPE p DECIMALS 2,
      END OF t_viqmel.
    DATA: it_viqmel TYPE STANDARD TABLE OF t_viqmel WITH HEADER LINE.
    SELECT auszt FROM viqmel UP TO 10 ROWS
      INTO CORRESPONDING FIELDS OF TABLE it_viqmel
      WHERE auszt ne '0'.
    LOOP AT it_viqmel.
      it_viqmel-test = it_viqmel-auszt.
      MODIFY it_viqmel FROM it_viqmel INDEX sy-tabix.
    ENDLOOP.
    LOOP AT it_viqmel.
    WRITE: / it_viqmel-auszt, it_viqmel-test.
    ENDLOOP.
    Please Reply if any Issue,
    Kind Regards,
    Faisal
    Edited by: Faisal Altaf on Jan 31, 2009 7:44 PM

  • List of break down hrs of particular machine

    Hi, is there any std report to show the no of hrs daily that particular machine under break down maintenanace over a period of time? please also advise how to see the preventive maintenance time of particular mchine over a period of time. thank you.

    Hi Raju,
    Look into reports in PM
    MCI7,MCJC,MCJB,iw28
    For getting breakdown hrs on preventive maintainance on a particular machine .. then u can maintain separate notification type for preventive maintenance and maintain integration with order type and you can look for breakdown duration with time by notification type in IW28 report ..
    regards
    pushpa

  • Is it possibloe to get a detailed break down of my calls and sms that would include phone numbers?

    I am on a family plan and was wondering is it possible to get a detailed break down of my calls and sms that would include phone numbers for my line only?

    If you are the account owner, you can log into your My Verizon ccount online and view the usage details for all the lines on the account.  If you are only an account member, you should be able to view some details for your line, but I am not sure exactly how much.

  • Link between Financial Statement Item and Break-Down-Category

    Dear all,
    we try to create an own data entry functionality in SAPNetweaver for our BCS Data.
    Therefore we need to implement a coding vor a validation (IP-coding). Do you know in which table we get the link between the financial statement item and the break-down category?
    The customizing phath is
    TA UCWB > Master Data > Items > Item (select item) > Field Breakdown Category (field name: ITGRP).
    We need the tecnical link (table/structure) so that we can create a validation based on the financial statement and the breakdown category).
    Thanks!
    XmchX

    The tables themselves are generated objects that are structured based on how you've defined your master data (custom attributes, etc). 
    You can probably find them through table UGMD2011 and entering the fieldname of your FS Item (I think the delivered item is /1FB/CS_ITEM).
    The following snippet is from a function module I wrote to check movement type restrictions (min/max selection set) might be useful.  I've previously created a custom task for posting custom documents (that could not be defined with standard reclassifications or IU eliminations). 
    I've never worked with the portal, but presumably you can create an RFC interface and replicate the selections which normally come from the cons monitor (Cons Area, GC, FYV, Period, Year, Cons Chart, + and additional fields fixed in the cons area) on a portal page and inherit them that way.  I actually thought about creating an Excel workbook that would send postings directly into BCS...just never got the time, and it was never a "requirement" as the volume of manually entries has been pretty low (or, at least always planned to be low)
      CONSTANTS:
      c_area            TYPE uc_area      VALUE 'US',              " Consolidation Area
      c_chart           type uc_value     value 'US',              " Chart of Accounts
      c_item_fieldname  TYPE uc_fieldname VALUE '/1FB/CS_ITEM',    " FS Item Fieldname
      c_chart_fieldname TYPE uc_fieldname VALUE '/1FB/CS_CHART',   " Chart of Accounts Fieldname
      c_mt_fieldname    TYPE uc_fieldname VALUE '/1FB/MOVE_TYPE'.  " Movement Type Fieldname
      TYPES:
    " Item attributes required from BCS databasis
      BEGIN OF s_item,
        /1fb/cs_chart TYPE /bi0/oics_chart,
        /1fb/cs_item TYPE /bi0/oics_item,
        txtmi TYPE uc_txtmi,
        itgrp TYPE uc_itgrp,
        itgrp_max_set TYPE  uc_itgrp_max_set,
      END OF s_item,
      t_item TYPE HASHED TABLE OF s_item WITH UNIQUE KEY /1fb/cs_chart /bic/bcs_litem,
    " Breakdown Category attributes required from BCS databasis
      BEGIN OF s_itgrp,
        itgrp TYPE uc_itgrp,
        selid_max TYPE uc_selid,
        txtmi TYPE uc_txtmi,
      END OF s_itgrp,
      t_itgrp TYPE HASHED TABLE OF s_itgrp WITH UNIQUE KEY itgrp,
    " Movement Type and Description
      BEGIN OF s_mt_txt,
        move_type TYPE /bi0/oimove_type,
        txtsh TYPE uc_txtsh,
      END OF s_mt_txt,
      t_mt_txt TYPE HASHED TABLE OF s_mt_txt WITH UNIQUE KEY move_type.
      DATA:
    " BCS Interfaces
      do_factory        TYPE REF TO if_ug_md_factory,
      do_char           TYPE REF TO if_ug_md_char,
      do_value          TYPE REF TO if_ug_md_char_value,
      do_area           TYPE REF TO if_uc_area,
      do_model          TYPE REF TO if_uc_model,
      do_context        TYPE REF TO if_uc_context,
      do_char_itgrp     TYPE REF TO if_ug_md_char,
      lt_field_val      TYPE ugmd_ts_field_val,
      ls_field_val      TYPE ugmd_s_field_val,
      lt_value          TYPE uc0_ts_value,
      ls_value          TYPE uc0_s_value,
      lt_itgrp          TYPE t_itgrp,
      ls_itgrp          TYPE s_itgrp,
    " Lookup tables
      lt_sel            TYPE ugmd_ts_sel,
      ls_sel            TYPE ugmd_s_sel,
      lt_fieldname      TYPE ugmd_ts_fieldname,
      ls_fieldname      TYPE fieldname,
      ls_item           TYPE s_item,
      ls_item2          TYPE s_item,
      lt_item           TYPE t_item,
      lt_mt_txt         TYPE t_mt_txt,
      ls_mt_txt         TYPE s_mt_txt,
      l_tabname         TYPE tabname,
      l_itgrp           TYPE uc_itgrp,
    " Output tables
      lt_lookup_bdc     TYPE STANDARD TABLE OF zsbcs_movement_type_lookup_bdc,
      lt_lookup         TYPE STANDARD TABLE OF zsbcs_movement_type_lookup,
      ls_lookup_bdc     TYPE zsbcs_movement_type_lookup_bdc,
      ls_lookup         TYPE zsbcs_movement_type_lookup.
    " Initialize BCS interfaces
      IF do_area IS INITIAL.
        CALL METHOD cl_uc_area=>if_uc_area~get_area_instance
          EXPORTING
            i_area  = c_area
          IMPORTING
            eo_area = do_area.
      ENDIF.
      IF do_model IS INITIAL.
        CALL METHOD do_area->get_model
          IMPORTING
            eo_model = do_model.
      ENDIF.
      IF do_factory IS NOT BOUND.
        CALL METHOD cl_uc_area=>if_uc_area~get_md_factory
          EXPORTING
            i_area        = c_area
          IMPORTING
            eo_md_factory = do_factory.
      ENDIF.
    " Create reference to FS Item characteristic
      do_char = do_factory->get_char_instance(
          i_fieldname = c_item_fieldname ).
    " Define restrictions on FS Item for reading values
    " Always filter on chart of accounts
      ls_sel-fieldname = c_chart_fieldname.
      ls_sel-sign      = uc00_cs_ra-sign_i.
      ls_sel-option    = uc00_cs_ra-option_eq.
      ls_sel-low       = c_chart.
      INSERT ls_sel INTO TABLE lt_sel.
    " filter on FS Item if provided as input parameter
      IF NOT i_item IS INITIAL.
        ls_sel-fieldname = c_item_fieldname.
        ls_sel-sign      = uc00_cs_ra-sign_i.
        ls_sel-option    = uc00_cs_ra-option_eq.
        ls_sel-low       = i_item.
        INSERT ls_sel INTO TABLE lt_sel.
      ENDIF.
    " Get FS Item values
      CALL METHOD do_char->read_value
        EXPORTING
          it_sel   = lt_sel
        IMPORTING
          et_value = lt_item.
    " Exit if invalid item was passed as parameter
      if lines( lt_item ) = 0.
        raise no_data.
      endif.
    " Additional logic for next finding ITGRP details, etc.........
    Would recommend debugging these two methods to get an idea of what BCS is doing:
    cl_uc_tx_data_change->if_uc_tx_data_change~analyze_and_add_data
    cl_uc_tx_data_change->save_data
    Anyway, hope that helps.  It took me a lot of debugging to figure out exactly which objects were being used by the posting process, getting the refresh right (delete/reverse existing documents based on special version customizing), etc.  I wouldn't recommend slamming them into the cube and ODS directly with a RSDRI_CUBE_WRITE_PACKAGE or anything...
    - Chris

  • How to Calcluate the MCI7 Report Break Down Analysis

    Dear Experts,
    Our User wants to know the Calculation of Break Down Analysis Report. MMTR & MTTF reports. The report shows the record not as per our data & calculation.
    Please explain with step by step process of calcuate the Break Down analysis.
    How can we check the Customization and formula with data for calculation the Break down analysis report.
    Please tell the process and any other related infromation how can we check the output data to calcuate with process.
    Thanks in advance.
    Regards
    Ajit

    Dear Sir,
    Our we have got the data in MCI7, in August 2011 Month selectin report shaows the Actual Break Donw 3,
    Mean Time to Repair 1.167 Hours, Mean Time Between Repair 38,365.083 H.
    But, Our Uses Calcuate the MTTR = Total Break Down Time / No. Of Break Down is ok
    MTBF = Available Time - Break Down Tiime / No. of Break Down not correct as per our record.
    Below is the MCI7 report data
    Equipment             ActBreakdn     MnTmToRepair        MnTmBetRepair
    Total                          3                     1.167 H        38,365.083 H
    Out Users calcuate the Acutal as per formula, MTBF should be calculate (i.e. 22 No fo Machine * 31 Days * 24 Hourd daily =  16368 total Availabel Time) - ( Break down time 3.50 Hours )  /  No of Break Down 3.
    Actaul MTBF calclauate 5454.83 H.
    But SAP Report Shows the 38,365.083 H.
    So We want to know the Formulat to calcuate the MTBF in SAP.
    Please explain , how we can check the exact data.
    Regd
    Ajit

  • How to get break down analsis IN PM

    hi
    can any body explain how to get break down analysis in
    MC17
    I MADE A notification(M2)
    and then respetIive order was generated and confirmed
    but iam not getting any data in mc17 againest the particulareqipment
    plz suggest how to /which transactions makes the data for MC17
                                           SASIKANTH
                                                 VST

    hi
    Breakdown analysis mainly calculate the MTBF & MTTR for that min 2 breakdown must be entered also kindly check whether you have specfied the Startup date in the equipment master,since this date will be taken as base for calculating the reports if you have not specfied then the First malfunction date will be taken for this pupose.
    for better understanding have a glimpse here http://help.sap.com/saphelp_46c/helpdata/en/b0/df293581dc1f79e10000009b38f889/frameset.htm
    regards
    thyagarajan

  • HP BSM Component break Down No Error message

    Hi We are receving BPM Error name as componect Break down but Error message as Not Found. How to avoid such Error messages and what exactly  these Erro states.

    hi
    this is unusual issue, however, the printer only gets command from the application since you have mentioned that it prints with other applications well
    You need to check the driver settings and change it to landscape.
    Go to devices and printers > right click on the printer > right click on printing preferences.
    Change orientation from portrait to landscape.
    l0ri3
    ~Though I work with HP my posts and replies are my own and not from HP.~

  • Site Web Analytics Reports - Top Pages - Visitor break down

    Hi,
    I would like to know if there is a way to get the top pages with visitors break down under the Site Web Analytics Reports?
    Please advice. And thank in advance.

    Hi,
    According to your post, my understanding is that you wanted to get the top pages with visitors break down under the Site Web Analytics Reports.
    I recommend to use the
    SharePoint flavored Weblog reader which aggregates stuff nicely.
    Here is a similar thread for your reference:
    http://social.technet.microsoft.com/Forums/en-US/d770105c-65bf-4db4-b3a4-b64b2b1206df/analytics-for-top-pages-by-visitor?forum=sharepointadminprevious
    Thanks,
    Linda Li                
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Linda Li
    TechNet Community Support

  • C7 breaks down after choosing the resolution for a new project

    Hello Community,
    finally I succeeded in installing C7 on my MacBook Pro with Mavericks 10.9. But it breaks down every time after I choose the resolution for my project. The beachball appears for one second and then C7 breaks down.
    On the same MacBook I can open C7 on another account. But I want to use C7 on my account.
    Has anybody expereienced the same problems?
    Has anybody a solution for my problem?
    Cheers,
    Tom

    Hi there,
    can you please try deleting preferences by using the "CleanPreferencesMac" present in the Captivate installation location/Ultils folder, relaunch Captivate and see it resolves the issue or not.
    Thanks,
    Nimmy Sukumaran.

  • Breaking down Spry Data Repeat

    Hi,
    I'm trying to create a spry data set  in a table from a XML data file. I have done that in below are the  codings I obtained from Spry tool.
    <div  spry:region="KomtarETA">
      <table>
        <tr  class="TableHeader">
          <td width="100">Route</td>
           <td width="1266">Current</td>
          <td  width="1366">Destination</td>
          <td  width="1266">Next</td>
          <td  width="100">Lane</td>
        </tr>
        <tr  class="TableContent" spry:repeat="KomtarETA">
           <td>{route}</td>
          <td>{desitnation</td>
           <td>{current}</td>
          <td>{next}</td>
           <td>>{lane}</td>
    I have some individual  codings need to be done on each individual  data field. I need to  seperate all the spry data into each individual  column.
    My question  is how I can control these data individually when it's in the table ? Is  there any codings changes need to be done ?
    Please advise.
    Thanks.

    Hi,
    Actually what I mean by breaking down the data and not by means of filtering.
    I still want to display every single data but I wan it to be individualised.
    Here's the link to the test site.
    http://www.pcsb.my/test/KomtarETA.html
    What I need is that some column will be static and some will be dynamic. The actual external XML data will be dynamic as there will be a live server feeding and overwritting it.
    If you look at the Spry table portion coding inside the HTML file, it's actually a Spry repeat and I don't have much control over each individual data I want to manipulate the codings.
    Please take a look at it.
    Thanks.

  • My apple tv(3rd Gen) total screws. connection always break down, nothing changes on the setting!!! no movies, no iTunes, only seconds than it is gone!!

    One month after purchase and perfect functioning my apple Tv is screwed! I can not stream any content to since the connection always breaks down after second, also itunes etc cannot be accessed!!
    I did everything, changed Routher channels to all possible options(13 different and although everything worked before), resetted at the PC ( Was not possible to wifi, connection broke doWn), also resetted the Router. I switched of HD and all kinds off things, no sign of change!
    I found out that actually some apple TV's have a problem with the wifi chip, might be one of those?
    Contacted Apple, they are exchanging it against a used and repaired one?!?! Hello?! It is one month old!!!! No scratches!! And I still had to wait before they checked mine!!!
    I want a new one!! Support is an hilarious excuse for a company that sells this kind of quality image!!! I am hugely disappointed!!
    Did anyone else have this kind of problems?

    So you are having a network connection issue.  Have you run the network diagnositics to test the connection?  Have you trying using a wired connection to isolate if it is a WiFi issue?
    I can not stream any content to since the connection always breaks down after second
    How are you streaming?  AirPlay?  ATV menu?
    I can not stream any content to since the connection always breaks down after second, itunes etc cannot be accessed!!
    Is homesharing enabled?
    I did everything,
    Clearly you have not done everything since the problem has not been found.  Lets try to stick to reality here.
    I found out that actually some apple TV's have a problem with the wifi chip, might be one of those?
    It is not likely if you just bought it new.  You can google for the model numbers that were specificly recalled though if you want to check.
    Did anyone else have this kind of problems?
    A lot of the issues posted are network related.  Most come down to WiFi issues.  Streaming video rarely works well over WiFi unless you have extremely high end WiFi hardware to support it.  Any streaming video product will work better connected via eithernet.

  • Could somebody please give me a quick break down...

    Hi there guys,
    i'm new to Flash so apologies but i am a seasoned user of
    photoshop, illustrator and indesign so i'm not completely inept at
    Adobe packages.
    Anyway i really want to learn Flash and have been dabbling a
    little, i've found a site that works similar to the way i envision
    my new site to look, i'm not going to rip it off, just taking
    inspiration from it.
    Could anyone please break down how they'd go about creating
    the fold out square effect that is on
    Periscope.
    I've tried using the 3-d rotation tool to flip the squares
    over but there must be a simpler way instead of repeating that over
    and over? if anyone could please help it would be very much
    appreciated. Breaking it down as simple as possible would be a
    great help.
    Thanks

    Thanks for replying. i've tried doing it with one square as a
    movie clip symbol and then flipping that square over with the 3d
    rotation tool and then over and over. but i'm having to draw other
    squares on other layers to make up the rest of the square as it
    gets created. is this the right way to do it? what would be the
    simplest way? i know you said its just an animation, but how would
    you create the animation?
    Thanks

Maybe you are looking for