MINS  to HOURS Calculation

Hi,
We have a Key Figure of Quantiy type. And it has units as HR, Mins & std.
Now i want to Convert all minutes into HR. What is the best way ? I have to check in Units for MIN then
do the calculation. Can we do Update routine or in report ?
-Sonti-

Hi,
Can be done at Transformation Rule Details -- Formula --- Minutes / 60 will give you HR
You can Even create A Formula at Query Designer too -- formula -- Total Minutes / 60 = 'n' hrs.
Hope it helps.

Similar Messages

  • Daily working hours calculation but Half an hour flexi before start of planned time & shortfall hours calculation

    Dear All,
    I want to calculate daily working hours but Half an hour flexi before start of planned time & shortfall hours calculation if a person didn't completed 9 hours job.
    We have different types of DWS, PWS & WSR for different PS/PSA & EG/ESG groupings.
    We have a requirement for Executives/Officers (E0-E8/ S1-S2) for only one PSA (1100) for only one DWS(GFLX). In this requirement I want to calculate daily working hours but Half an hour flexi before start of planned time & shortfall hours calculation if a person didn't completed 9 hours job.
    Please see the requirement and my configured DWS and PCR's in detail with example and suggest me the solution:-
    Overview
    I want to calculate (Please take the reference from DWS screenshot)
    daily working hours, but starting from first Begin Tolerance Time
    Shortfall of hours if 9 hours not completed, but again starting from first Begin Tolerance Time, although employee has come before Begin Tolerance Time
    I've configured one DWS as below,
    Requirement:-
    The planned shift timings is 9:30 - 18:30. Employees should work and complete 9 hrs in a day, but this 9 hours should be counted only from 9:00 (i.e. Begin tolerance time). It means. In time should not consider before 9:00.
    1. Suppose 1st day employee punch In time is 9:00 then he has to work up to 18:00, then only 9 hours of working will be completed & no shortfall will be calculated.
    In above case, if Out time is 17:00 then shortfall will be calculated 1.0 hours, because his working hours will be counted 8 hrs only.
    2. Suppose 2nd day employee punch In time is 9:45 then he has to work up to 18:45, then only 9 hours of working will be completed & no shortfall will be calculated.
    In above case, if Out time is 18:00 then shortfall will be calculated 0.75 hours, because his working hours will be counted 8.25 hrs only.
    3. Suppose 3rd day employee punch In time is 8:30 then he has to work up to 18:00, then only 9 hours of working will be completed & no shortfall will be calculated. (In between 9:00 - 18:00 ). Here In time is 8:30 but system should consider and count from 9:00.
    In above case, if Out time is 17:30 then shortfall will be calculated 0.5 hours, although he has worked 9 hrs.
    4. Suppose 4th day employee punch In time is 10:11 then he will be marked as Late Come(as per DWS) and then he has to work up to 19:11, then only no shortfall will be calculated, because he completed 9 hours.
    Now the below PCR is calculating Daily Working Hours,
    Now the below PCR is calculating Late Coming Hours,
    Overview
    I know that use of begin tolerance time is different in from my requirement. Please guide me if this DWS configuration will not work.
    As of now system is able to calculate Daily Working Hours (but not from the begin tolerance time), Late coming days and Late coming hours, but shortfall is not getting calculate properly.
    Please give me the idea how to write PCR for these requirement, I know that my ZDHR PCR (Daily Working Hours) needs to change or replace to fulfill this requirements.
    If you want any other details please let me know.
    Best Regards,
    Deepak

    Hi Sankarsan,
    After changing the function PTIP and I used GEN in PAR2, because in PAR3 error was coming.
    After the changes PCR is processing as below for three different IN time :
    1. when IN time is 8:45
    and in this case, ZES table No Time type is showing which is wrong because he worked from 8:45 to 18:30 it means 9:30 hours (calculation should start from 9:00 am).
    2. when IN time is 9:15
    and in this case, ZES table Time type 9002 is showing 9.25 hours which is correct because he worked 9.25 hours.
    3. when IN time is 10:30
    and in this case, ZES table Time type 9003 is showing 9.00 hours which is wrong because he worked only 8 hours.
    Pls suggest.
    Best Regards,
    Deepak

  • Urgent help. I have upgraded my phone but every few hours the apple appears and stays for 15 min an hour or more?

    Urgent help. I have upgraded my phone but every few hours the apple appears and stays for 15 min an hour or more?

    Basic troubleshooting from the User's Guide is reset, restart, restore (first from backup then as new).  Try each of these in order until the issue is resolved.
    If the issue persists, take the device to Apple for evaluation.

  • How can I get max, min & average (hours with minutes) of fast 30 days data

    Table name:
    run_log
    TYPE VARCHAR2(10),
    SUBTYPE VARCHAR2(10),
    PROGRAM VARCHAR2(100),
    STATUS VARCHAR2(20),
    START_TIME      DATE,
    END_TIME      DATE
    How can I get max, min & average (hours with minutes) of fast 30 days data ?

    Hi,
    you have to use analytical functions:
    SELECT start_day,
           round(AVG(daily_avg)
                 over(ORDER BY start_day ASC RANGE BETWEEN INTERVAL '30' DAY preceding AND INTERVAL '0' DAY following)) AS moving_avg,
           round(MAX(daily_max)
                 over(ORDER BY start_day ASC RANGE BETWEEN INTERVAL '30' DAY preceding AND INTERVAL '0' DAY following)) AS moving_max,
           round(MIN(daily_min)
                 over(ORDER BY start_day ASC RANGE BETWEEN INTERVAL '30' DAY preceding AND INTERVAL '0' DAY following)) AS moving_min
      FROM (SELECT trunc(t.start_time) start_day,
                   AVG((t.end_time - t.start_time) * 24 * 60 * 60) AS daily_avg,
                   MAX((t.end_time - t.start_time) * 24 * 60 * 60) AS daily_max,
                   MIN((t.end_time - t.start_time) * 24 * 60 * 60) AS daily_min
              FROM run_log
             GROUP BY trunc(t.start_time)) t
    ORDER BY 1 DESCAnalytical functions are described in the Oracle doc "Data Warehousing Guide".
    Regards,
    Carsten.

  • Work Hours Calculation - ERROR

    Hi All,
    I'm having difficulty with the Work Hours Calculation in Project. It seems that when the number of hours within a subtask group exceeds 1000 hours, the display returns 1 hour. Whilst the Project Statistics for cost are correct, the number of hours is wrong!
    Has anyone seen this error before and can help?
    I would post piccy but Microsoft wont allow that yet. 

    Thanks for the reply Guillaume,
    The Project version in question is 2007 SP3.
    The issue occurs on every project that I am currently handling so it is causing me some troubles at the moment. I have even tried using the example you gave and it still does not work correctly.
    Unfortunately until my account is approved I cannot post pictures however the following is the equivalent to your project above:
    Project 1 67 days
    Mon 15/12/14 Tue 17/03/15
    1 hrs
    Summary
    67 days Mon 15/12/14
    Tue 17/03/15 1 hrs
    A 50 days
    Mon 15/12/14 Fri 20/02/15
    400 hrs A
    B 67 days
    Mon 15/12/14 Tue 17/03/15
    536 hrs B
    C 30 days
    Mon 15/12/14 Fri 23/01/15
    240 hrs C
    D 10 days
    Mon 15/12/14 Fri 26/12/14
    80 hrs D
    Many thanks,
    Jon

  • Daily working Hours Calculation

    Dear All
           Time Management - >Work Schedules->Set Work Schedule rules and work schedule
           How to calculate the Daily working hours if my shift time is as given below
      Night  00:25 to  Morning 07:30
    My break time is between 3:30 to 4:00
    So my actual working hours is  6:35 hours (6 hrs and 35 min).
    What i need to enter in the Daily working hours, whether 6.35 or 6.58 (0.25/15*35)?
    regards
    Suresh S

    Hi,
    First create a break shedule from 3:30 to 4:00 AM and specify if paid or unpaid.
    Use this break schedule while creating daily work schedule. Specify the timings of 0:25 as start in planned working time, the end time will be calculated automatically.
    Use this DWS in your PWS which you in turn use while setting WSR as you stated above. The Daily Working time will be automatically taken from DWS. And I think it should be 6:35 hrs.
    cheers
    Ajay

  • Avchd render time: 1 min = 1 hour of rendering.

    so should 1 min of 1920 x 1080 avchd footage  take about an hour to render? I know I don't have a high end machine but that cant be right.
    footage is  l layer of avchd footage with simple dissolves. no other special FX. I have tried neosceen Avis and couldn't tell a difference. Processor is pegged at 100% .
    system info
    vista 64
    4 gigs of ram
    nvidia 9800 gt
    500 gig raid 0 (sata 2) os
    500 gig raid 0 (sata 2) video
    160 gig sata hd for cache.

    My CS5/AVCHD 1st Impressions http://forums.adobe.com/thread/652694?tstart=0 includes a description of my computer
    I get a 2-for-1 time... where my 12 minutes of test video takes about 6 minutes to render from AVCHD to DV NTSC Widescreen

  • Want job to execute at 00 , 30 mins every hour using dbms_job.

    Hi All
    Oracle 9.2 , Solaris 8
    I want to schedule a job every 30 mins using dbms_job. it should run exactly as
    12:00 then
    12:30
    22:00 and so on.
    So the interval should be 30 mins , but it should run sharp at beginning of an hour and half past that hour.
    Can you provide me the logic for interval.
    Thanks in advance

    SQL> select sysdate,trunc(sysdate)+ceil((sysdate-trunc(sysdate))*60*24/30)/2/24 from dual;
    SYSDATE             TRUNC(SYSDATE)+CEIL
    06/12/2010 15:50:16 06/12/2010 16:00:00
    SQL> select sysdate,trunc(sysdate)+ceil((sysdate-trunc(sysdate))*60*24/30)/2/24 from dual;
    SYSDATE             TRUNC(SYSDATE)+CEIL
    06/12/2010 16:07:06 06/12/2010 16:30:00Nicolas.

  • Code for employee worked hours calculation

    Hello everyone,
    I need some help with an ABAP code:
    I have records coming in with Employee ID, Date and Worked hours along with some other fields.
    I need to look up the employee id aginst another table to figure out if the employee depends to a particular state or not and the date is holiday or not from different table.
    Also I would like to see if worked hours are more than 8 and put the extra hours into a differemt field for calculating if the total hours in a week exceed 40.
    Can you please help with this code?
    Thanks,
    Raj

    >
    Raj Coppar wrote:
    > Hello everyone,
    >
    > I need some help with an ABAP code:
    >
    > I have records coming in with Employee ID, Date and Worked hours along with some other fields.
    >
    > I need to look up the employee id aginst another table to figure out if the employee depends to a particular state or not and the date is holiday or not from different table--- u can use FM BKK_CHECK_HOLIDAY to find out the given date is holiday or not ? Also I would like to see if worked hours are more than 8 and put the extra hours into a differemt field for calculating if the total hours in a week exceed 40.
    >
    > Can you please help with this code?
    >
    > Thanks,
    > Raj

  • CATS hours calculation error.

    Hi All,
    I'm having the following issue with CATS, using the transaction CAT2, I created 3 time entries:
    08:00:00     08:25:00     duration 0.42 hours
    08:25:00     09:25:00     duration 1 hour
    09:25:00     12:00:15     duration 1.83 hours   This value is an error because it should be 2.58 hours, and I don't know why it is calculating this period in an incorrect way, and the other 2 entries in a correct way.
    Thanks in advance.

    Hi Fernando,
    Please go to V_T550P and check whether there are any breaks defined for that time interval.
    To check break schedule for your daily work schedule check table V_T550A.
    Regards,
    Dilek
    Edited by: Dilek Ersoz Adak on Feb 15, 2010 4:04 PM

  • Very Simple Overtime Hours Calculation

    I have no experience with JavaScript and need help with a calculation for a simple Acrobat time sheet.
    I have a timesheet form that adds and populates a "Total Hours" box, and I would like to automatically populate a "Regular Hours" box and an "Overtime Hours" box (based on a standard 40 hours week).
    ex: if "Total Hours" = 55, "Regular Hours" should read 40, "Overtime Hours" should read 15.
    ex: if "Total Hours" = 30, "Regular Hours" should read 30, "Overtime Hours" should read 0.

    Use this code as the custom calculation code of Regular Hours:
    event.value = +this.getField("Total Hours").value > 40 ? 40 : +this.getField("Total Hours").value;
    Use this code as the custom calculation code of Overtime Hours:
    event.value = +this.getField("Total Hours").value > 40 ? (+this.getField("Total Hours").value - 40) : 0;

  • How to create work schedules for hours calculation

    HI Experts,
    We are working on payroll process which has to be consider  the number of working hours  for calculation.
    Now we need to generate the workschedule based on hours.
    What is the process of creation of workschedule  with respect to the consideration of number of hours.
    Please share your ideas on creation of workschedules with respect to number of hours.
    Thanks and regards,
    Sairam.

    Dear Siki,
    I want to create a new work schedule for the employees for whom the  salary calculation to be based on  working hours.
    Is there any preacautions to be maintained for the generation of work schedules in these directions.
    Regards,
    Sairam.

  • Labour hour calculation in confirmation

    Hi,
    I have a scenario where one employee is assigned common to two capcities of one work centers.
    While taking up production of two products in a same work center in two capacities how the labour hour would be calculated. Example:
    Work center : W001, No.Of Individual Machine Capacities -2
                                   No.Of Individual Labour Capacities -1.
    Two Production orders released in work centers for the same time. One order is run for 6 hrs in a shift,another order is run for 8 hrs in the same shift(Means upto 6hrs both were in parallel,then last 2 hours only one order was ruuning),Labour performs both the orders in parallel as he manages both machines. How much is the labour time to be entered in CO11N confirmation for each order.

    Hi,,
    U can see the labor cost.But prior to that u have to mention the workcenter in the order and in work center u have to mention capacity of work center and mention the formula for cost calculation cost.all this have to first configure in work center prior to use in any order then order give u cost of the Labor according to Ur Order time confirmation your timing should be 6 hrs and 8 hrs as there are two order we want to calculate the cost of each order.
    Regards,
    R.Brahmankar

  • Employee overtime hours calculation

    Hello everyone,
    I need some help with an ABAP code:
    Records coming in with Employee ID, Date and Worked hours along with some other fields. There will be multiple records with the same Employee id.
    I would like to have a count for all the hours for that particular employee and keep a track if it goes above 40 hours.
    I also need to keep a track of hours in a particular day to see if they are above 8 hours.
    Can you please help with this code?
    Thanks,
    Raj

    Hi Raj....
    As we are not having such a kind of data....
    I tried this with appending itab...
    check this code....
    data: begin of itab occurs 0,
          empid(4),
          whrs(2) type n,
          flag1,
          exday(2) type n,             <---to capture the extra working hours of the day
          flag2,
          exemp(2) type n,             <----to capture the extra working hours of the employee
          date like sy-datum,
          end of itab.
    data: sum(3) type n.
    itab-empid = '1111'.
    itab-date = sy-datum.
    itab-whrs = 10.
    append itab.
    clear itab.
    itab-empid = '1111'.
    itab-date = sy-datum.
    itab-whrs = 80.
    append itab.
    clear itab.
    itab-empid = '1111'.
    itab-date = sy-datum + 1.
    itab-whrs = 10.
    append itab.
    clear itab.
    itab-empid = '1112'.
    itab-date = sy-datum.
    itab-whrs = 10.
    append itab.
    clear itab.
    itab-empid = '1112'.
    itab-date = sy-datum + 1.
    itab-whrs = 2.
    append itab.
    clear itab.
    itab-empid = '1112'.
    itab-date = sy-datum + 1.
    itab-whrs = 10.
    append itab.
    clear itab.
    itab-empid = '1113'.
    itab-date = sy-datum + 1.
    itab-whrs = 10.
    append itab.
    clear itab.
    itab-empid = '1113'.
    itab-date = sy-datum + 2.
    itab-whrs = 7.
    append itab.
    clear itab.
    itab-empid = '1113'.
    itab-date = sy-datum + 1.
    itab-whrs = 8.
    append itab.
    clear itab.
    loop at itab.
      at end of date.
        if itab-whrs > 8.
          itab-flag1 = 'X'.
          itab-exday = ( itab-whrs - 8 ).
          modify itab.
          endif.
        sum.
        sum = sum + itab-whrs.
      endat.
      at end of empid.                         <-----change code to avoid stars due to end of ..event
        if sum > 80.
          itab-flag2 = 'X'.
          itab-exemp = sum - 80.
          modify itab.
          clear itab.
         endif.
       clear: sum.
       endat.
      endloop.
    loop at itab.
    write:/ itab-empid,
            itab-date,
            itab-whrs,
            itab-flag1,
            itab-exday,
            itab-flag2,
            itab-exemp.
    endloop.
    Thanks,
    Naveen.I

  • IPad Mini takes hours to turn on after full charge

    This only happens after I charge it to 100%. I charge it when I go to bed so I cannot watch it and stop the charging at 99%, or I would. I have to unplug it then let it sit anywhere from 2 to 4 hours before it will power on. This has been going on for about 3 months. I bought this over a year ago and it has always worked perfect for me. I cannot afford to have it repaired so that's out. What should I do to fix this pain in my butt issue? Is anyone else having this problem also?

    Hi SimpleShyt,
    If you are having issues with your iPad not turning on as you say, you may want to troubleshoot using the steps in this article -
    iOS: Not responding or does not turn on
    http://support.apple.com/kb/TS3281
    Thanks for using Apple Support Communities.
    Best,
    Brett L

Maybe you are looking for

  • LabVIEW crashing when running NI-DSP VI on Windows XP

    I am in the process of upgrading a software application from LabVIEW 3.1 on Windows 3.11 to LabVIEW 7.0 on Windows XP with NI-DAQ 7.2. The hardware has been replaced, the relevant hardware change here is from the AT-DSP2200 to the NI-4551. The source

  • Using Lightroom and Indesign CS5

    Hi, I used in the past Indesign CS3 to create a book.  It went fairly well.  that was before I started using Lightroom, which now holds my complete catalogue, edits, etc. I've recently proceeded to create Collections in Lightroom for three books I wa

  • Retrieve general description/ contents in business event dates

    Hi all, May I know what function can I use to get general description, business event contents, notes, web link and etc in business event and business event dates? I would like to show this in my report. Thanks & regards, LOI

  • Solaris 9 H/W 9/05 vs 9/06

    When the Ultra 25 workstation was released, the documentation said it would be supported in Solaris 9 when H/W release 9/06 came out. But now, I have seen an announcement that the support for the Ultra 25 (along with the Ultra 45, Sun Fire 215, 245,

  • Upgrade from CS 5.5 Standard Student and Teachers to CS 6

    Upgrade from CS 5.5 Standard Student and Teachers (PC, bought 09/2011) to CS 6: 1) Is there a student upgrade option meanwhile? 2) Where can I buy/download the upgrade including the German version?