Hi Manoj, Is it possible for you to provide your personal ID so that I can send an attachment of my schema? Thanks, G On Wed, Aug 25, 2010 at 1:03 AM, Manoj Gupta via sap-hr < sap-hr@groups.ittoolbox.com> wrote: > > Posted by Manoj Gupta (Team Lead - > HR/Payroll) > on Aug 24 at 1:04 PM Hi > G, > > I am wondering, why is it not working. You should have to see what other > settings you have done in schema prior this. > Send me a copy of your schema and rules to review what's wrong/missed. > > I have tested the same rule and finding it is working. See below - > Rule - > > ZMK6 Add accrual > * > **** > VARSTPRSNT Employee at work > N > Y > VARSTWEDAY Relative weekday > * > VARSTHOLCL Public holiday class > * > 1 > HRS=8 Set > ADDDB9110 Add to day balance > 6 > HRS=8 Set > ADDDB9110 Add to day balance > 7 > HRS=8 Set > ADDDB9110 Add to day balance > > Processing > > Call rule ZMK5 > Rule GrRule TType VaKey Operation > > ZMK5 * **** HRS=FR01C Set > ZMK5 * **** HRS-80 Subtraction > ZMK5 * **** HRS*-1 Multiplication > ZMK5 * **** ADDDB9112Z Set day balance = 0 > ZMK5 * **** HRS?0 Decision op. HR > ZMK5 * **** * GCY ZMK6 Goto PC rule > ZMK6 * **** VARSTPRSNT Employee at work > ZMK6 * **** Y VARSTWEDAY Relative weekday > ZMK6 * **** Y 6 HRS=8 Set > ZMK6 * **** Y 6 ADDDB9110 Add to day balance > > On Tue, Aug 24, 2010 at 2:51 AM, HR Functional via sap-hr < > sap-hr@groups.ittoolbox.com> <http://groups.ittoolbox.com%3e/> wrote: > > > Posted by HR Functional > > on Aug 24 at 6:12 AM Hi > > Manoj, > > > > I have set > > > > - Transfer time : Upon accruel > > - Base entitlement, the same timetype is configured - time type is for > day > > balance > > - Check for quota entitlement configuration - configured correctly coz., > > annual leave is correct generated > > - New rule is placed before CUMBT - Yes, new rule is correctly placed > > before > > CUMBT and above annual leave generation. > > > > I checked again by changing PCR like you mentioned below, but the rule is > > > stopped at this level and didn't proceed further. > > > > D VARSTPRSNT > > > N > > > > which means, even for weekends/public holidays, it is considering > employee > > not present though the attendance record exist on these days. > > > > Are we missing any other configuration at attendance ? > > > > Thanks, > > > > G > > > > > > On Tue, Aug 24, 2010 at 12:24 AM, Manoj Gupta via sap-hr < > > sap-hr@groups.ittoolbox.com> <http://groups.ittoolbox.com%3e/> < > http://groups.ittoolbox.com%3E> wrote: > > > > > Posted by Manoj Gupta(Team Lead - HR/Payroll) > > > on Aug 23 at 12:25 PM Hi > > > G, > > > > > > Please look at quota configuration and TE Schema to confirm - > > > > > > - Transfer time > > > - Base entitlement, the same timetype is configured > > > - Check for quota entitlement configuration > > > - New rule is placed before CUMBT > > > - If they are correct, you can make a little change in the rule like > > this. > > > Try it and let us know if still you are having this issue. > > > > > > - D VARSTPRSNT > > > N > > > Y D VARSTWEDAY > > > Y 6 HRS=1 ADDDBZQ01 > > > Y 7 HRS=1 ADDDBZQ01 > > > Y * D VARSTHOLCL > > > Y * 1 HRS=1 ADDDBZQ01 > > > Y * * > > > > > > Good Luck. > > > > > > - Manoj Gupta > > > > > > On Sun, Aug 22, 2010 at 11:22 PM, HR Functional via sap-hr < > > > sap-hr@groups.ittoolbox.com> <http://groups.ittoolbox.com%3e/> < > http://groups.ittoolbox.com%3E> < > > http://groups.ittoolbox.com%3e/> wrote: > > > > > > > Posted by HR Functional > > > > on Aug 23 at 2:23 AM Hello > > > > Chandra, > > > > > > > > Thanks for your help. > > > > > > > > My understanding is , HR=1 means to add value 1 (neither hours nor > > days) > > > to > > > > > > > > the existing annual leave number where in annual leave is measured in > > > > days. > > > > > > > > Since it has to add to the existing quota number , I dont think I > need > > to > > > > > > > add work schedule hours. Please correct me if I'm wrong. > > > > > > > > > > > > Thanks, > > > > > > > > G > > > > On Mon, Aug 23, 2010 at 1:31 PM, chandrasekhar3 via sap-hr < > > > > sap-hr@groups.ittoolbox.com> <http://groups.ittoolbox.com%3e/> < > http://groups.ittoolbox.com%3E> < > > http://groups.ittoolbox.com%3e/> < > > > http://groups.ittoolbox.com%3E> wrote: > > > > > > > > > Posted by chandrasekhar3(consultant) > > > > > on Aug 23 at 1:32 AM Hello, > > > > > > > > > > > > > > > Instead of ADDDBZQ01 try with UPDTQAXX to update Quota, > > > > > also you have written in ur pcr to add 1 hr to Quota but u need to > > add > > > > one > > > > > working day hours hence check the Work schedule hours and add those > > > > hours > > > > > > > > > to > > > > > Quota. > > > > > Br > > > > > > > > > > > > > > > On 23 August 2010 09:13, HR Functional via sap-hr < > > > > > sap-hr@groups.ittoolbox.com> <http://groups.ittoolbox.com%3e/> < > http://groups.ittoolbox.com%3E> < > > http://groups.ittoolbox.com%3e/> < > > > http://groups.ittoolbox.com%3E> < > > > > http://groups.ittoolbox.com%3e/> wrote: > > > > > > > > > > > Posted by HR Functional > > > > > > on Aug 22 at 11:43 PM Hi Friends, > > > > > > > > > > > > My client has a requirement to calculate total hours worked by > > staff > > > on > > > > > > > > > > Public Holidays / Sat / Sunday. > > > > > > > > > > > > If any staff works on these days, 1 day credit should be added to > > > > > staff's > > > > > > > > > > > Annual Leave. I have written below PCR and when I ran Time > > > Evaluation, > > > > it > > > > > > > > > > > still didn't add 1 day credit to Annual Leave. Can you please > > advise > > > if > > > > > > > > > > there is any code missed out? > > > > > > > > > > > > D VARSTPRSNT > > > > > > N > > > > > > Y D VARSTHOLCL > > > > > > Y * HRS=1 ADDDBZQ01 > > > > > > Y 0 D VARSTWEDAY > > > > > > Y 0 * > > > > > > Y 0 6 HRS=1 ADDDBZQ01 > > > > > > Y 0 7 HRS=1 ADDDBZQ01 > > > > > > > > > > > > > > > > > > > > > > > > Thanks in advance, > > > > > > > > > > > > G | __.____._ Copyright © 2010 Toolbox.com and message author. Toolbox.com 4343 N. Scottsdale Road Suite 280, Scottsdale, AZ 85251 | | HR Functional SAP HR Enthusiast
Contributed 100 posts in a group to earn a Bronze Achievement _.____.__ |