Auto Calculation of Calendar and absence day on 2001 screen.

dear gurus
I have half day absent type Z108, subtype of 2001.
i want to default calender days on 2001 screen.
I mean, when user select to create Half day leave/absent on 2001 and subtype z108,
calendar day and absence should be calculated 0.5 automatically.
I have worked with T554L,V_554S_G,V_T554E,V_T554C,T556 but didnt work
at this moment, I am getting this on 2001 screen
Absence hours                8,00
Absence days                 1,00
Calendar days                1,00
when select Z108.
I want above 3 as
Absence hours                4,00
Absence days                 0,50
Calendar days                0,50
kindly help in this scenario.

Hi Monam,
Can yuou check the view V_T554S for your absence type.
The minimum duration and maximum duration in 'Input Chceks' Box should be '000' and '999'.
Minimum duration in days                                                                               
The Minimum duration in days defines the minimum permitted duration of
    an attendance or absence.                                                                               
Attendances and absences that are allowed to last for less than one   
    workday are assigned the indicator 000. Attendances and absences that 
    are to be rejected by the system if they are shorter than one day are 
    denoted by an indicator greater than or equal to 001.                                                                               
Dependencies                                                                               
In the Unit field, you determine which of the three durations in days 
    should be used for the validation.                                    
Thanks & Regards, Swapnil Mishra

Similar Messages

  • I have "ghost" events on my printed calendars repeating daily after the original event. How can I delete these as they only appear on the printed calendars and not on the on screen version?

    I have "ghost" events on my printed calendars repeating daily after the original event. How can I delete these as they only appear on the printed calendars and not on the on screen version?

    I had a similar situation.  My credit card bill shows a charge on Sept 8 and Sept 9, both for $55.99.  I called Apple but they said that I was the victim of identity theft so I cancelled my credit card.  They have not refunded my money.

  • Issue with Gregorian Calendar and setting Day of the week

    Hi
    This may have a simple solution, but its currently got me stumped. Basically, after some calculation I determine the date that a particular event should occur on. These events are listed in a JTable where the column headers are the dates of the beginning of the weeks. In order to place my calculated event in the correct column I create a Gregorian Calendar, set it to the date of the event and then set the day of the week to the beginning of the week. Normally this works fine but for a few instances, rather than getting the date at the beginning of the week, I get the date thats the beginning of the next week.
    As a quick example, to kind of illustrate my problem:
    I determine that the date of the event is 27/06/2006 which is a Tuesday.
    I want this event to appear in the column headed 25/06/2006, the date of the beginning of the week.
    In fact it appears in the column headed the 02/07/2006 which is the beginning date of the following week.
    Is there anyway to get it so when I set the day to the first day of the week it goes to the beginning of the current week rather than the beginning of the next week?
    Any suggestions would be gratefully recieved as I'm currently struggling to think of any.
    Thanks

    Hi, I dont say Monday is the begining of the week. At least I dont think I do.
    As for code I'll post the conversion bit which is:
    for (int i = 0; i < areaNameSelectionTable.getRowCount(); i++) {
    GregorianCalendar conversionCalendar = new GregorianCalendar();
    conversionCalendar.setTime((java.util.Date) prioritiesTable.getValueAt(i, 10));
    conversionCalendar.set(GregorianCalendar.DAY_OF_WEEK, GregorianCalendar.SUNDAY);
    }//end for loopI then create a string from the GregorianCalendar in the format DD/MM/YYYY and compare that with the headers of my table columns (Also dates in the format DD/MM/YYYY) When they match thats the column this particular event should appear in. I can post this code if necessary, but I dont know if its relevant.
    Thanks

  • Google calendar and iCal

    I have a  google calendar and all day events appear out of order in ical they are fine in iOS apps on the iPhone and the iPad, but on the desktop they are all messed up and it appears to random because every day they are ordered differently? Any advice would we welcome

    Thanks John,
    I was afraid of this, It is strange because on the google calendar everything is in order numerically. When I access the calendar in iCal they are different each day and it appears random with no rhyme or reason. also strange that on the iOS devices everything is in order.
    thanks for the help.
    regards
    Phil M. 

  • Auto calculation on SmartList?

    I have a SmartList called "PRIORITY". In a Planning form, users assign Category 1, Category 2, Category 3 priority ranking to a Line Item (project).
    In Financial Reports v 11.1.1.2 (Planning db connection), I have a grid which pulls in Line Item, Dept, Project Name (text input), on rows. PRIORITY is a column header. Users want to see sub-total by Category (1,2,3) when the report is pulled. Is it possible to do this via an auto-calculation, or some other method?
    Thanks in advance for any suggestions.

    Could you help me in this please?
    How can i add a script to override the below auto calculation? knowing that COST is auto calculated as well and Group1 is a radio button group.
    var oFldSel = this.getField("Group1");
    var oFldSub = this.getField("COST");
    event.value =  oFldSub.value * 4; // assume no discount;
    if(oFldSel.value == "yes") {
        // compute discount
         event.value = oFldSub.value * 0.8 * 4;

  • How can I get mail to automatically update calendar invites without actually opening calendar and disrupting my work?

    I like mail to continue placing new invitations into my calendar so that I can accept (or reject) them when convenient.  However I would like to be able to work in an application without being disrupted whenever someone sends me lots of invitations.  Is there a way to prevent mail from opening calendar and making it the main screen?
    Thanks.

    Most likely the library blocks the ports needed for sending and receiving mail. Check with them.
    ''some Thunderbird setting that prevents Thunderbird from working, maybe because it considers this a vulnerable network.''
    There is no such Thunderbird setting.

  • Calendar All Day Events, Calculated Columns, Timezone and DayLight Savings - Issues

    Hi
    I have a calendar where I am trying to display in one column using a calculated field (TitleWithTimes):
    Start time (only display time) - End Time (only display time) : Title i.e. 00:00 - 23:59 : Test Event
    So I add an all day event to the calendar for this month (February), it appears correctly:
    i.e. 00:00 - 23:59 : Test Event 1
    I am based in the UK so my time zone is currently GMT/UTC.
    However if I add any all day events to the calendar in April when the time zone switches to GMT+1, the start and end times appear incorrect.
    i.e 01:00 - 00:59 : Test Event 2
    Field: TitleWithTimes
    =TEXT([Start Time],"hh:mm")&" - "&TEXT([End Time],"hh:mm")&" : "&Title
    This issue only occurs with ALL Day Events when the events are scheduled for a in the period of the year where the Time Zone becomes GMT + 1. My regional settings everywhere in SharePoint are correct as are all the SharePoint servers.
    I have done lots of searching and troubleshooting to try and resolve this issue but it appears nobody has found a reliable fix for this issue with calculated fields, all day events and time zones? Does anyone have any ideas of workarounds?
    Thanks

    Hi,
    I understand that you had issues about the calculated field in calendar.
    This is a reproducible issue, when creating an all day event, the calculate column based on the Start Time/End Time is different from the original column value. The date is stored in SQL in GMT time and is displayed in SP in the correct time in lists. So
    returning the start time in a calculated column for an all day event returns the start time in GMT time, which is not the current time most likely.
    As a workaround, you can regenerate the calculate column to add one day/minus one day based on whether the event is an all day event, or create a workflow to copy the start time column to your created date/time column.
    Here is a similar thread for your reference:
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/27ab0bb0-245b-46ca-9f87-c0eb043653ef/date-formatting-in-calendars-returns-wrong-day?forum=sharepointgeneral
    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

  • Issue in calculation of Absence days

    Hi,
    There is an issue in Time Management:
    1.Employee X had applied for - annual vacation from 04/05/09 to 08/05/09 - should be 5 days, but only 4 days are transferred to interface system.
    Wmployee Y had applied for - Annual vacation from 14/04/09 to 13/05/09 - should be 28 days, but only 27 days are transferred.
    2. For a large number of people vacation was calculated incorrectly .However, payment was calculated correctly and was paid for.
    I have checked all the configuration in TM and all are perfect, even Holiday calendar was made as moveable and it too works perfectly. Can any one help me - if any settings is missed.
    Last year it didnt have any problem only this year the calculation makes an issue.
    Thanks,
    Priya

    Hi,
    Check the following:
    1. In the scenario you have mentioned check whether Public Holidays which falls on Week endu2019s to be moved to next working day, as defined the next working day has inherited the same characteristics of that Public Holiday and the Day type and Holiday class becomes 1.
    2.Day type and holiday Calendar reflecting was 1 for those moveable Holidays (ie.:on the Public Holiday as well as for the next moved working day )
    3.Here the Day type and Holiday class character which has been moved has the same characteristics of Public Holiday and I think you want the applied leave to be deducted in the Quota used.( Am i right?)
    4.In the table T556c Change the Holiday class and Day type - select 1/3 & 4 and in the counting class for PWS - select 1 & 2 and in DWS select 1 - 9.
    5. In the Work schedule rule the class should get reflect ( say for e.g: if you have defined 4 it should get reflected for that Absence type .i.e: if a holiday falls on Saturday/Sunday and it is a Public Holiday and it is defined as moveable holiday,here if a person applies leave it should calculate the absence days correctly)
    6.Now the Quota is will get deducted u2013 on that moved holiday for which a person applies leave.
    7.Whereas for that PHC u2013 when a person applies leave the Quota used will be 0.
    8.And the Absence Quota used will be correct according to the requirement.
    Check all these settings and if you have any more questions please revert back.
    Regards,
    Selva

  • To change hospitalised quota to absence days instead of calendar days

    Hi experts,
    Current setting hospitalised quota in my company is 40 days per annum. However, it is included non-workings days (Saturday& Sunday). I want to change the setting so that hospitalised qouta will deduct only absence day. Not Calendar days. Where the config that I can change it. Thanks in advance

    Hi,
    You need to change the Counting Rule and check on the option Planned Hours>0.
    After this the couting rule will take into account only the weekdays.
    Let me know if it resolves the issue.

  • How do I enter an event in Calendar and repeat it every 3rd day

    How do I enter an event in Calendar and repeat it every 3rd day

    Hello PatrickMaryAnn,
    Thanks for the question, and welcome to Apple Support Communities.
    When editing or creating an event, choose Repeat > Custom… - then choose "Daily" and enter Every 3 days.
    Calendar: Update or delete an event
    http://support.apple.com/kb/PH11509
    Thanks,
    Matt M.

  • Two days ago, I lost a bunch of my contacts, appointments on my calendar, and my mail is working differently on iPhone! What happened? I didn't change anything! This has happened to other people I know too. How do I get my stuff back?!

    Two days ago, I lost a bunch of my contacts, appointments on my calendar, and my mail is working differently on iPhone! What happened? I didn't change anything! This has happened to other people I know too. How do I get my stuff back?! Did Apple change/update something? Is it an iCloud issue? HELP!

    We are itunes users just like you.
    You should transfer all purchases to your computer.  File>Devices>Transfer Purchases
    You can redownload some purchases in some countries:
    Download previous purchases from the iTunes Store - Support - Apple

  • Absence days not picked up in PARX and PARTA

    Hi
    Under PARX which is in the output of function PAB in the PY schema, we are not getting the absence days when a start and end time is entered in the absence record. If we book a full day it ouputs 1 day absence which is right. If we book a half day, say from 09:00 to 12:45 the absence days shows 0 in PARX instead of 0,5.
    The absence days is needed to deduct unpaid days in payroll (NPO), PY reads PARTA to get absence days but this also shows 0 when start and end times are entered.
    Can you kindly help?
    Kind Regards
    Sajan Mathew
    Removed_Moderator

    Hi
    dont give the time
    just fill the hours as 4 for half day
    from the work schdule it will automatically brings the time
    for afternoon half day holiday
    u have to input
    the time say for example if ur ws is 9-17
    9-13 for for forenoon
    13-17 for afternoon
    with regards
    partha
    keep sharing and learning

  • The headteacher has just upgraded his Ipad to I07 and when he goes into the school shared calendar any all day events come out red and then other events on that day are obscured

    The headteacher has just upgraded his Ipad to I07 and when he goes into the school shared calendar any all day events come out red and then other events on that day are obscured as the red covers the whole day

    I  have the same proble. In all views all day events don't show up. If I search for the event, there is a result but it does not appear in the calendar.

  • Per Diem Calculations for Single Day and Multiple Days

    Hi Gurus
    I have just now confronted a weird calculation of Per Diems.
    I have configured Per Diems for 1 Day say $50 per Day, irrespective of the no.of hours.
    When I create a trip for a single day, the system is calculating $50 Per DIem for one day.
    Whereas, when I create a trip for 3 days, the system is calculating only for Two days i.e, $50x2=$100 and not $150 as expected, meaning the lfirst and seond day gets calculated and the last day is not getting calculated
    Please let me know where I am missing the little configuration in order to let the system calculate for multiple days correctly ?
    This is an urgent requirement please.....Need help.
    Thank you
    RRoy

    Hi,
    As I told you earlier that there could be serval options which needs to be checked again.
    For example:
    a)  V_T702N_D
    b) Your per diem table
    I think if you have checked 24 hours in V_T702N_D , then please verify the trip duration on PR05
    If it was working earlier then below might help you...
    For Example:
    Start date/time 23-July-2011 Time 00:00
    End date/time 25-July-2011 Time 00:00
    Here above number of days are three (23,24,25) but calculation for meals shall be done for two days, because for three days per diem calculation it shall be 48:01 Hours  above is 48 Hours..
    Please try in PR05 and check the results.
    Start date/time 23-July-2011 Time 00:00
    End date/time 25-July-2011 Time 00:01
    So please check again and let know in case of problem..
    Regards,
    Muhammad Umer

  • I have Lion on my IMac and it is hooked up to I Cloud, however, even though all settings are correct I am not getting auto sync of calendars  to my I Mac from my IPHone 4S or my iPad 1. Neither am I getting Photfrom my IPhone to my I Mac?

    I have Lion on my IMac and it is hooked up to I Cloud, however, even though all settings are correct I am not getting auto sync of calendars  to my I Mac from my IPHone 4S or my iPad 1. Neither am I getting Photfrom my IPhone to my I Mac?
    Can someone set me straight?

    Check system preferences to make sure you have iCal and your photostream checkmarked to TRUE.
    If you still have problems, give us more details.
    Also, make sure the calendar in iCal you're using/looking at is not "On My Mac", but actually an iCloud one.

Maybe you are looking for

  • Creative Zen Vision M not fully charging

    (Creative Zen Vision M not fully charging( Hi, I recently bought a refurbished ZVM that doesnt seem to charging properly. When I first got it, it hadnt been charged in quite some time so the battery was overdead. My PC couldnt detect it when I connec

  • How to get Vista off from Portege M200?

    Hi, I've inherited my Boss's Portege M200, and he had upgraded using an external DVD from XP Pro to Vista Ultimate. Slow as a slow thing, very few drivers etc, meant that I'm determined to return to XP Pro. I have SD cards (128, 1 Gig and 2 Gig optio

  • Defaukt gmail in adobe reader xi

    The error message I get is there is no email program associated to perform this action. How do I get the program to change or must I save the file and then attache it in an email message?

  • XQSEQUENCEFROMXMLTYPE  -- ora-00932

    I was trying to view the trace file output of a session trace. Used TKPROF to read the trace file for me. This is a part of the file I found: SELECT XMLELEMENT("ISA", XMLAGG(T.COLUMN_VALUE)) FROM XMLTABLE('/ISA/node()[ora:matches(name(),"ISA")]' PASS

  • Trying to buy the 10$ purchase un COC but it sais that i dont have the enough funds althouhh i have 10$ in my apple id

    Hi Im Trying to buy the 10$ purchase in COC but it sais that i dont have the enough funds althouhh i have 10$ in my apple id Please help,note that i live in syria and app store is banned here