How to Update Absence Quota with Time Evaluation

Dear Friends,
I would like to know how do we update absence quota within time evaluation. Currently i'm using UPDTQAXX, it works but when i search this forum everybody was using this simple code:
HRS=something
ADDDBxxxx
and the quota is updated. I just dont get it, with adddb its only update the daily balance table, how does that enable us to updated the 2006 infotype? Many Thanks

ADDDBxxxx adds the value of the number of hours field to the specified time type in the table of day balances (TES), it does not update the quota.
You can use function QUOTA  to accrue absence entitlements periodically based on this customizing: Personnel Time Management>Time Data Recording and Administration>Managing Time
Accounts Using Attendance/Absence Quotas>Calculating Absence Entitlements>Rules for
Generating Absence Quotas>Define Generation Rules for Quota Selection.  
You can use a time type to prorate that accrual

Similar Messages

  • How to change generation date of absence quota with Time Evaluation methos

    Hi all,
    IS there any way to change generation date when TIme Evulation generate absence quota?
    Currently system will use last day of month as generation date, Validity and Duduction period set correctly.
    Base entitlement relate with Monthly,
    Accrual period setting in selection rule is Month
    Example: system generation absence quota in PT60 with 1 day Normal Leave Entry date 31.06.2011
    Valid from 01.06.2011 to 31.12.2012 ; Deduction from 01.06.2011 to 29.02.2012 (extras 2 month)
    Can we change ENtry date to 28.06.2011 , because in the last day of month they did not yet have quota but they need it for advance (approver from his/her Manager) ...
    Thanks,
    R1V

    Hi,
    The best way i think is to have negative deductions for the quota.
    This time as it is on 28 you want to push it to 2 days earlier and later if there is another person with a day as 25, you need to again change the generation date isnt it.
    Instead, if you have the negative deductions, you need not worry about the generation date.
    Hope this helps.
    Cheers,
    LG

  • Absence Quota In Time Evaluation

    Hi,
    I am working on Absences,i done the configaration part for abxebnce quota and i excute the report RPTQTA00.Its working fine for all Absence QTs.
    But while i am running the PT60 its displaying only one Absence QT. I need to see the all the Absences QTs for that Ee.
    Can U any body help me Hw to See the all Abs. QTs of that Ee.
    Thanks In Advance
    Swarupa

    Hi
    Executing RPTQTA00 and Time Evaluation are two different concept of Quota Generation. You have to executed RPTQTA00 before than Time Evaluation for Ee then you can see all the Absence quotas via time evaluation.
    Once you execute time evaluation you can do the following :
    click any of the date then click Manage Time Account > Quota > ABWKONTI.
    In ABWKONTI you will see those quotas, which you generated via RPTQTA00 (but depends upon the Selection rule you've customized in V_T559L) and the till date Quota Generation for those Absences for which you put the button on Increase.
    e.g., Ee DOJ 01.01.2008, you run RPTQTA00 on 01.01.2008 and CL and SL gets generated as follows :
    CL Quota - 01.01.2008 to 31.12.2008
    SL Quota - 01.01.2008 to 31.12.2008
    After this you are executing Time Evaluation and you client execute time evaluation on daily basis. so when you run time evaluation on 01.01.2008 system will check the increase button in customization of Time Evaluation and credited the Quota depending upon the customization u've did in V_T559L (like you want to accrue Ee quota on a daily basis or calendar year.) so system reflects everyday quota for such absences in the log you can view these daily generated quotas in various sections of Time Evaluation.
    hope it suffice
    Regards
    Pradeep

  • Not able to generate the absence quota WITHOUT Time Evaluation

    Hi ALL,
    When i try to generate the absences quota for employees without time evaluation using program RPTQTA00, I am not able to generate it.
    And i am getting "E You have not selected any generation rules".
    Kindly if any one come across this issue please throw some light and do a favour.
    thanks all

    Hi,
    Pls check the follwing tables if u have made correct assignments
    v_t559l
    v_554s
    v_556c
    Check Quoma Feature
    Check what status u selected in IT7
    Check if ur using correct Schema
    If ur Using RPTQTA00 then use No Generation,and if ur using PT60/RPTIME00 change it to Increase.
    Check if u have maintained correct quota groupings.
    Revert back if its not solved
    Regards

  • Time Management Operation to Update Absence Quota Used

    Hi Gurus,
    Is there any standard operation available to update absence quota used. I'm already using UPDTQA to update Absence Quota Entitlement, but is there any standard operation tha i can use to Update Absence Quota used.
    Thanks!!
    Rajiv
    Edited by: rajiv patel on Mar 27, 2008 6:38 PM

    Hi,
            I have many doubts about Quota generation with time evaluation. I need to discount two hours,for example,to a certain quota type at one particular situations and employees.
    I think I can do it using function QUOTA and operation UPDTQ. To do it I have to select the option "Increase" or "Replace" in table V_556A_B,isn´t it? .But my problem is that I need firstly a quota entitlement generated with RPTQTA00,for example:
    •I have to generate a entitlement of 30 hours for all employees of a certain personal division ("No generate" selected in V_556A_B and RPTQTA00 ).
    •After that,when I run time evaluation on fridays for example,I have to discount 2 hours of this entitlement of 30 (Increase or replace in V_556A_B,and use then Quota and UPDTQ).
    My real problem is to generate the quota by RPTQTA00 because I´ve checked "Increase"or "Replace" (V_556A_B) to permit quota generation (modification) with Time Evaluation.
    I hope my explanation was ok and somebody can help me please.
    Thanks a lot

  • Help with Time Evaluation and function exit (HRPTIM03 / SAPLHRLV_001)

    Hello,
    Hopefully someone can help me with an issue I am having with time evaluation and a user exit I wrote.  The code for my exit is at the end of this post.  IN DEV and QAS, everything works.  However, in PRD, multiple rules are considered fulfilled (when looking in PT60), and so employees get two sets of vacation entitlements per month.
    We have three rules for quota type 03 (vacation).  Rules 3,6, and 9.  Only rule 9 should apply to the individuals with the two job numbers in the code.
    Any help would be greatly appreciated.
    Shane
    WHEN ABSENCE QUOTA TYPE IS 3 (VACATION)
    CASE XT559L-QTYPE.
    WHEN '3'.
    CASE - COMPARE SELECTION RULE FOR ABSENCE QUOTA TYPES
      CASE XT559L-ACCNR.
    WHEN RULE SELECTED IS 009
        WHEN '9'.
        IF JOB NUMBER IS 5084 OR 3084, THEN THE RULE APPLIES
          IF XP0001-STELL = '5084' OR XP0001-STELL = '3084'.
            XSUBRC = '0'.
        OTHERWISE, THE RULE DOES NOT APPLY
          ELSE.
            XSUBRC = '1'.
          ENDIF.
    WHEN ANY OTHER RULE IS SELECTED
        WHEN OTHERS.
        IF JOB NUMBER IS 5084 OR 3084, THEN THE RULE DOES NOT APPLY
          IF XP0001-STELL = '5084' OR XP0001-STELL = '3084'.
            XSUBRC = '1'.
        OTHERWISE, THE RULE APPLIES NORMALLY
          ELSE.
            XSUBRC = '0'.
          ENDIF.
      ENDCASE.
    WHEN OTHERS.
    ENDCASE.

    The problem was that even though the code was transported to PRD, and listed as Active - it still was not activated, and had to manually be done though CMOD.

  • How to create Absence Quotas in infotype -- 2006.

    Hi Friends,
    Need some urgent help.
    How to create Absence Quotas in infotype -- 2006.(In standard method)
    Any standard programe, TCODE, BAPI FM.
    How to Use?
    Pls help me urgently.
    Bye
    RAHUL

    Find below the link with directions to create a Quota.
    [Absence Quota|http://doa.louisiana.gov/hrhelp/content/prmd-createabsencequotaforpersonalleaveforamanualleaveearningemployee/cc/html/index.htm]
    Hope this helps
    Vinodh Balakrishnan

  • Unable Update SQL Developer with Times Ten in-Memory DB Extension 1.2.1.1.0

    SQL Developer 1.2.1 Build MAIN 32.13 (Windows XP)
    We can't Update SQL Developer with Times Ten in-Memory DB Extension 1.2.1.1.0 :-((
    We did the same actions as described in tutorial
    http://www.oracle.com/technology/products/timesten/viewlets/tt703_sqldev_install_ext_viewlet_swf.html
    In addition to tutorial we have "Log In" window
    "To download Oracle Times Ten in-Memory Database Extension
    you must enter your Oracle Web Account user name and password"
    This window was not displayed in tutorial...
    We try to use three our OTN accounts and the result
    was the same - we was asked with "User name" and "Password"
    again, again, again and again,,, :-(
    Is it a bug or a feature?
    Mayby we didn't understand something or did something wrong?

    Hi Simon,
    I found cause of update failure! It was the HTTP proxy setting.
    I turned off "Use HTTP proxy server" checkbox in SQL Developer -> Tools -> Preferences -> Web Browser and Proxy.
    After this action SQL Developer was successfully updated with Times Ten Extension.
    Valery Yourinsky

  • How to validate a date with time

    Hi All,
    How can I validate date with time?
    Here is my code:
    var tempDate:Date = new Date();
    if (tempDate < '09/18/2012 7:30:00 AM'){
         doSomething
    Thanks in advanced

    I think i got it to work.
    var tempDate:Date = new Date();
    var oldDate:Date = new Date('09/18/2012 7:30:00 AM');
    if ( Number(tempDate) < Number(oldDate) ){
         doSomething
    Best,

  • How to do a backup with time machine?

    Hi Communitieee,
    I dont know how to make a backup with time machine. Can anybody help me?
    And i have another question.. whats wrong with library? when i start my mac the message is popping up but i dont know what it means..
    Thanks
    KR

    Ok thanks mende1.
    Whats with time machine? I already take a look to the link but i could not find the answer of my problem. Can you please take a look of this screenshot?!
    I dont have an extern hard drive. i just want to save my pics and the other data of my mac.

  • How to update two tables with trigger

    Hi:
    how to update two tables with trigger ?
    I have two tables :
    (1)ASIA
    MI number;
    (2)ASIA_P
    ID number;
    When I insert a new value into the asia.MI ,I also can
    insert the same value into the asia_p.id field.
    I have write a trigger as follows but it does't work.
    create or replace trigger MI_TRG
    before insert on asia
    for each row
    declare
    seq number;
    begin
    select MI_SEQ.Nextval into seq from dual;
    :new.MI:=seq;
    insert into ASIA_PRO(MI_ID)
    values
    (seq);
    end MI_TRG;
    How to realize it ?
    thanks
    zzm

    Why do you say it does not work?

  • How to concatenate single quote with any field like 'VBAK'

    Hi,
    How to concatenate single quote with any fields.
    say for example I have table name as MARA, I have to pass that table name to other fields with single quote , like I have to pass that as
    tab name = 'MARA'.
    but how to do this,
    below statement will not work
    concatenate '''  'MARA'   ''' into string.. it's giving syntax error...
    Regards,
    Mrunal

    gv_name = 'MARA'.
    gc_quote = '''.
    CONCATENATE gc_quote gv_name gc_quote INTO value.
    Pushpraj

  • HT4623 How to update ipod touch with software version 4.1????

    How to update ipod touch with software version 4.1????

    Open itunes on your computer, connect ipod.
    That's it.  It will prompt you to update to the latest available version.

  • Regarding Absence Quotas - SAP Time Management

    1. I want to delete absence quota info type (2006)  but iam unable to delete that ..
    I deleted absence infotype (2001)
                 Planned working time
    I changed  absence infotype (2006)
    I changed Time constraint from Z to 2 still i couldnt able to delete absence infotype (2006)
    It is throwing an error message "Record already deducted (deletion not possible)"...
    2. How many times i can execute RPTQTA00 Program?
    Suppose I created absence quotas Casual Leave 15 days
    if i generate twice it is showing 20 days underneath another 20 days
    what would be the reason for that?
    3. 2001 infotype is completly blocked I cant enter absence hours in that screen itself locked what would be the reason for that
    plz answer immediatly

    Entries made manually...
    when i configured absence quotas   automatically it has shown in absence infotype > 13 casual leaves but i configured 20 it has shown 13  I generated RPTQTA00 it has shown in green colour (13 casual leaves)..
    I deleted that absence quota in 2006 infotype which is showing 13 and i entered 20 in place of 13 now when i generate rptqta00 it is showing 13 plus 20  that is 33..
    i tested for another employee i updated 20 casual leaves when i ran that program it is showing 20 casual leaves in white colour and 13 leaves which is updated automatically in 2006 before even after deleting that 13eit is showing in green colour
    how can i delete green colour data that is showing 13 casual leaves
    Now i generated RPTQTA00
    what can i do now? Please let me know..
    Iam unable to delete absence quotas too? still that error not resolved....
    Below are the steps that i followed...
    Please check my procedure correctly...
    1st Step
    I updated 20 casual leaves in absence quotas
    2nd step
    I entered  number of deduction days
    3 step
    Generated RPTQTA00

  • Time Management - Work Schedule /Absence Quota / Part-time quota generation

    Hi Experts,
    Need your help!
    We have a requirement where we need to create distinct work schedules for each irregular / part-time work pattern and the number of work patterns we have identified is more than 1000.  We are using report RPTQTA00 to generate quota. We have used work contract, employee sub-group & employee payscale group in the QUOMO feature to get the base entitlement picked up. We have defined base entitlement for the full time workschedules with 37.0 / 38.5 hours and there is a reduction rule which reduce the absence entitlement for part time employees as per the employement percentage in IT0007. Now we have a scenario where we have created a work schedule with different no of hours for each day of week (M-4, T-6, W-4, TH-6, F-4, S-OFF, SU - OFF); this work schedule is treated as full time work pattern by the system and quota is generated as full time work schedule refering to the QUOMO settings, but as per my client employees with this work schedule have reduced hours of working hours (24 hours, not 37.0 or 38.5 hours)and hence it should be treated as part-time employees, and the quota generated should be proportionately reduced. I have very limited scope to create any ESG or PSG as we do not have any distinct emplyee sub-groups maintained for full-time and part-time employees and the project has already gone-live with payroll/time. It is worth mentioning over here that we are recording absence through ESS and it takes into account the daily planned working time maintained in IT0007, so we are very particular to keep it as accurate as possible.
    I would really appreciate if somebody can please suggest any possible solution for the above issue, or guide me on what would be the best way to tackle it. I can give more details in case anybody need to have a better understanding of the issue to suggest a solution.
    Thanks in advance
    Sujit

    Hi Kathy,
    Yes, i have found the solution to it. I do not know whether it will fit into your situation or not, but i got two solutions for my issue mentioned above, please check it may help:
    1) To use capacity utilization field in IT0008 to get the FTE hours and defining the reduction rule of absence quota based on the capacity utilazation percentage.
    2) There are three user exits available in the standard report RPTQTA00, i have used one of them to write my own rules for the calculations (deduction rule)
    Do let me know if i can help you in any respect. Thanks.
    Regards,
    Sujit

Maybe you are looking for

  • Cant get up the screen to show contents of ipod in itunes

    computer recognises ipod in itunes and it downloads music fine, but it will not show me whats on my ipod, just shows me a page with ipod picture and support site?! this is once ive clicked on my ipod on the left hand side.

  • Defining Multiple operations for async calls in OSB

    Hi, I have three Asynchronous BPEL processes- BPELProcessA, BPELProcessB and BPELProcessC I am trying to invoke BPELProcessB and BPELProcessC from BPELProcessA through an OSB Proxy service. I want to use a single proxy service to make calls to BPELPr

  • URGENT: SOAP 1.1 and 1.2 Support in OSB Proxy

    Gurus, My OSB proxy services should support SOAP 1.1 and 1.2 versions. However, WSDL based Proxy service has only one endpoint. (This is the limitation as per an Oracle document.) This endpoint is one which you select while creating a proxy service f

  • Bug? inconsistent state after integer overflow

    hi there, im running java 6 se with the latest updates on macosx 10.6.4 i implemented a primality check, which didnt give the right answer in some cases. several tests with the same input gave me different output, though the used algorithm is determi

  • Power light flashing on after mac mini crashed

    using my mac mini (late 2006) - it just crashed and switched itself off, now when I try and switch it back on it does nothing - no sound, just the power light at the front blinking on and off - any ideas what I can try and do?