Counting Rule for employee Group

Dear Experts,
I want to make new counting rule like If Employee takes Casual Leave on Friday and on Monday he do Sick Leave that Saturday and Sunday Should be treated as Earned Leaves. Saturday and sunday should be deducted from earned leaves.
REgards
Jazib Tariq

Dear Jazib,
Please look into this
http://help.sap.com/saphelp_46c/helpdata/EN/c1/d32fe48435d111950d0060b03c6b76/content.htm
Regards
Qazi Raheel

Similar Messages

  • Query on Counting Rules for CL

    Our customer has the following requirement regarding Casual Leave (CL). If the CL days are BOTH prefixed & suffixed by OFF days and/or holidays then ONE extra day of CL is to be counted. E.g. Assume an employee takes one day CL on 5-Mar-12, 6-Mar-12 and 4-Jan-12 is his weekly OFF and 7-Mar-12 is a holiday. Then CL days days have to be counted as 2+1 = 3 days (one day extra).
    However, if CL days are only prefixed or only suffixed with OFF days or holidays, then the actual CL days have to be counted. E.g. employee takes CL on 8-Mar-12 and 7-Mar-12 is a OFF day or holiday. Then only ONE day CL (Actual) is to be counted. Similarly, if employee takes CL on 9-Mar-12 and 10-Mar-12 is a OFF day or holiday, then also only ONE day Cl (actual) is to be counted.
    Please guide me on how to configure the counting rules for the above scenarios.
    -Kalpana

    Hi,
    Check all the week days, Allholiday class, All the DWS class,  conditions for day selected in countingrule.
    With same counting rule number with other grouings i.e ESG grouping for Time quotas, PSG grouping for Time Quotas with different cobination having any collution. in case of employee subgroup changes it may reflect.
    Eventhough everything is fine then already updated employee master again you need to save the masterdata with change mode through PA30.

  • Nesting of Rules for Auto Group (Role) Membership Rules in OIM 11gR2

    Does anyone know how to nest rules for auto group (role) membership in OIM 11gR2. The General rules in Design Console are no longer used for auto group membership and the rules that can be configured in the Role properties cannot be nested as far as I can see.
    Any info is appreciated.
    Thanks!

    My mistake... this is possible in the web ui.

  • Setting column count dynamically for a Group

    Hi Experts,
    i want to set the column count dynamically for a group.
    Thnks,
    Ramani.

    You probably mean you want to change the colCount value for a GridLayout (assigned to a Group), right?
    To change this property from a view controller method, you can
    - create a boolean context attribute "changeColCount" and set it to true in the controller method
    - check this flag in method wdDoModifyView(), access the GridLayout instance and change the colCount value
    - reset the flag afterwards
    Armin

  • What is the basis for Employee Group & Employee Sub Group?

    Dear Consultants,
    1) How to finalize the Employee Group and Employee Sub Group?
    2) What points should be taken into consideration before finalizing Employee Group and Employee Sub Group?
    3) In which places we can use Employee Group?
    4) In which place we can use Employee Sub Group?
    5) What items/sub-modules in SAP-HR largely depends on Employee Group and Employee Sub Group?
    6) What kind of problem could arise with wrong Employee Group and Employee Sub Group?
    Let's have the answer for this question, which could help all the members.

    An organizational unit for which personnel provisions can be specified.
    Example
    Employee groups:
    Active employees
    Employees who have left the company
    Company pensioners
    Employee subgroups within the "active employee" group:
    Industrial workers
    Commercial employees
    Technical employees
    Employee subgroup
    An organizational unit within an employee group for which personnel provisions have been defined.
    ESG groupings
    Grouping of employee subroups in Payroll for the following purposes:
    Work schedule
    Personnel calculation rules
    Primary wage types
    Collective agreement rules
    Time quota types
    Account determination

  • HR ABAP for employee groups with possible custom table...

    Hi Members
    I have a internal table where employee name and employee group are maintained.
    Next, i have other tables where employee name is there and his salary. now I want to add all the salaries of the employees with same groups, how can I do this.
    for Example, I have employee group as ENG, DOC, NUR Etc. (Also I wanted to use some kind of dynamic conditions as emplyee groups might added latter in custom table.
    Thank you.
    Edited by: Julius Bussche on Sep 23, 2008 10:18 PM

    Check out this code:
    *& Report  ZTEST3
    REPORT  ztest3.
    TYPES:
    BEGIN OF x_employee,
      id TYPE n LENGTH 10,
      name TYPE c LENGTH 20,
      group TYPE c LENGTH 4,
    END OF x_employee,
    BEGIN OF x_emp_sal,
      id TYPE n LENGTH 10,
      salary TYPE p LENGTH 16 DECIMALS 2,
    END OF x_emp_sal,
    BEGIN OF x_final,
      group TYPE c LENGTH 4,
      id TYPE n LENGTH 10,
      name TYPE c LENGTH 20,
      salary TYPE p LENGTH 16 DECIMALS 2,
    END OF x_final.
    DATA:
    i_employee TYPE STANDARD TABLE OF x_employee INITIAL SIZE 0,
    i_final TYPE STANDARD TABLE OF x_final INITIAL SIZE 0,
    i_salary TYPE STANDARD TABLE OF x_emp_sal INITIAL SIZE 0,
    wa_employee TYPE x_employee,
    wa_salary TYPE x_emp_sal,
    wa_final TYPE x_final,
    wa_final_temp TYPE x_final.
    DEFINE append_employee.
      wa_employee-id = &1.
      wa_employee-name = &2.
      wa_employee-group = &3.
      append wa_employee to i_employee.
    END-OF-DEFINITION.
    DEFINE append_salary.
      wa_salary-id = &1.
      wa_salary-salary = &2.
      append wa_salary to i_salary.
    END-OF-DEFINITION.
    append_employee:
    1 'John' 'ENG',
    2 'Mary' 'ENG',
    3 'Pooja' 'IT',
    4 'Payal' 'IT',
    5 'Sourav' 'IT'.
    append_salary:
    1 '111.00',
    2 '1111.00',
    3 '11111.00',
    4 '111111.00',
    5 '1111111.00'.
    LOOP AT i_employee INTO wa_employee.
      READ TABLE i_salary INTO wa_salary
       WITH KEY id = wa_employee-id.
      IF sy-subrc = 0.
        wa_final-id = wa_employee-id.
        wa_final-name = wa_employee-name.
        wa_final-group = wa_employee-group.
        wa_final-salary = wa_salary-salary.
        APPEND wa_final TO i_final.
      ENDIF.
    ENDLOOP.
    SORT i_final BY group.
    LOOP AT i_final INTO wa_final_temp.
      wa_final = wa_final_temp.
      AT END OF group.
        SUM.
        WRITE: /1 wa_final_temp-group, 5 wa_final_temp-salary.
      ENDAT.
    ENDLOOP.
    output will be:
    ENG                         1.222,00  
    IT                      1.233.333,00  
    Edited by: Sourav Bhaduri on Sep 24, 2008 1:44 AM

  • Copa derivation rule for customer group

    Hi All,
    I am currently facing an issue with Derivation rule and hope someone can help me on resolving  this.I have created a COPA derivation rule which has field as
    Source Field
    company code
    Plant
    Target field
    Distribution channel
    Condition
    customer group 3 = 18.
    so ideally with this conbination the distribtion channel gets updated
    for the sales order.
    However the issue we are facing is that the rule is working for only 1st line item and not for the others. I have also kept setting as" overwrite values only if new values found"
    e.g if we see the accounting doc of billing then
    line item 1 customer: x
    line item 2 SaLes GL: rule works fine and dist channel is updated.
    line item 3 discount GL: rule does not work.
    Have checked the derivation rule and it looks correct.
    Can you kindly suggest solution to this.

    Hi Ajay,
    Thank you so much for your reply.Please note that the GL is a cost element but the category in system is 1 and not 12.However I would like understand as to why is this happening.why does the system picks up derviation rule for a Gross sales GL and not for Discount GL(Cost element).
    The distribution channel  gets updated for sales GL when i check the prof segment of the line item, however this is not the case with doscount GL.
    I would like to understnad the implication before changing cost element category from 1 to 12 as it runs across system.
    Kindly provide some more explaination.
    thanks in advance.

  • Personalization (Cross-Selling Rules for Target Group) in E-commerce

    Hi,
    Could any one suggest solution for the query...
    Scenario: Personalized Cross-Selling for Target Group in a Webshop (E-Commerce-B2B Occasional User Scenario). The Cross Selling is to
    appear only for Target Group, but the system is prompting the Cross Selling
    Rule for both Target Group aswell Global. The Config details are below
    mentioned.
    1. In Method Schema (11) we maintained Cross Selling Methods for Global as well
    as Target Group.
    (CRM_MKTPR_PP_CS_GL_READ & CRM_MKTPR_PP_CS_TG_READ).
    (I did remove Global Method for testing, but still it is appearing for Global
    Target Group)
    2. Created Cross Selling rules in CRM for Target Group Target Group & is
    Activated.
    3. Target Group Modeling done in Segment Builder.
    4. Target Group Assignment done in the webshop.
    5. Application Administration related tasks (clearing done).
    6. Product Catalog Updated Replication is done aswell.
    7. Simulation of Product Proposal is done using program
    "CRM_MKTPR_PRODUCT_PROPOSAL"
    Please suggest me if I miss anything to recommed Cross-Selling rules only to the Target Group.
    Thanks in Advance,
    D u r g a r a o

    Cartweaver
    http://www.cartweaver.com/
    Web Assist Power Store
    http://www.webassist.com/support/ecommerce-options.php
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Currency change for Employee group level

    Hi Guru's,
    I am configuring Currency for all the Employee groups 1,2,3,4,etc.i am trying it in V_T510F_B,Can any one confirm if this is right or is there any way to configure the currency for all the employee group in one table ..
    Regards,
    Reddy

    Hi,
    Their is a currency change going on so now we are changeing the existing currency to EUR,so our requirment is that all the EG & ESG should get the currency EUR instead of the earlier one "JOD",
    All the EG & ESG will have same currency EUR.
    But after our finance team has changed the currency in Company code level still i can see the old currency .
    Regards,
    Reddy

  • Rules for AD Groups mapping with ECC roles in GRC

    Hi All,
    I'm actually looking at an option to define the Rules in GRC where i can map AD (LDAP) groups to ECC roles. Is it possible? Could you please let me know if i can achieve this with Rule Architect in GRC 5.3 OR by any other mean.
    Regards
    - V

    Gurus,
    Any thoughts on this?
    Regards
    Vaib

  • Complex expression rules for customizable groups not working

    Hello Community,
    we have recently installed Cisco Prime 4.1 (running on Windows server 2008 R2 Standard  - 64bit Operating System).
    Our main buildings are connected via Gigabit Interfaces, so I wanted to change the threshold in Fault Monitor only for those devices and those interfaces, to be something different than the default value (40%).
    My regular expression is this:
    (Interfaces.SystemName contains "Sw-AM-C6509" AND
    Interfaces.Description contains "GigabitEthernet9/23")  OR
    (Interfaces.SystemName contains "Sw-KK-C6509"  AND
    Interfaces.Description contains "GigabitEthernet1/23")  OR
    (Interfaces.SystemName contains "Sw-MK-C6509"  AND
    Interfaces.Description contains "GigabitEthernet1/23")
    When I try to "Check Syntax" I get an error message:
    You have entered an invalid rule. Enter a valid rule. See the
    Help
    for examples of valid rules
    I also found the following thread "https://supportforums.cisco.com/message/646043#646043" that provided an example, but I got the same error message, when I tried to run the example.
    In my regular expression if I only type:
    Interfaces.SystemName contains "Sw-AM-C6509" AND Interfaces.Description contains "GigabitEthernet9/23"
    without any brackets and the like it seems to pass the syntax check.
    Any help will be highly appreciated!
    Thanks in advance,
    Katerina

    Hello Community,
    https://supportforums.cisco.com/message/646043#646043 mentions a bug that should have been removed on LMS2.6 but was still persistent. It states that:
    when defining complex rules you have to use the complete Object ID  (this info is available in the User Guide but wasn't described in DFM  On-line help), which is different for each application.
    :Campus:OGS:Device
    :DFM:VASA:DFMObject
    :CMF:DCR:Device
    :RME:INVENTORY:Device
    I would have thought that if this was actually a bug it should have been removed in the newest version of LMS4.1, but from what I understand it must still be there. I couldn't find anything relevent in the Administration of Cisco Prime LMS 4.1 document.
    In order to fix my problem I used the following syntax, which seems to pass the syntax check.
    :DFM:VASA:DFMObject:Interfaces.SystemName contains "6509" AND
    (:DFM:VASA:DFMObject:Interfaces.Description contains "1/23" OR
    :DFM:VASA:DFMObject:Interfaces.Description contains "9/23")
    It does get the job done, but this isn't exactly what I wanted.
    I hope that someone can update this post and verify that this is the correct way to go.
    Katerina

  • Setup vacation rules for group in workflow.

    hi,
    somebody please guide me to setup vacation rules for a group.And reassign a user's role to a group when the user is on vacation in Workflow.
    thanks
    Jamras

    Job,
    Put your issue with workflow forum or Apps forum http://forums.oracle.com/forums/forum.jspa?forumID=40
    --Shiv                                                                                                                                                                                                                                               

  • Counting rule doesnot exist.

    Hello,
    When I try to enter time I'm getting thefollowing error after I press enter "counting rule 08/2/00/.. doesnot exist".
    In Data Entry Area I'm entering the details for Activity type, Rec. order, Attendance/Absence Type and the hours for the week i.e. Monday, Tue etc..
    Can anyone help me where I'm missing with the Configuration. This is an urgent issue please help.
    Thanks & Regards,
    Padmaja.

    Hi Raghu,
    The employee who is getting error has ESG 1, and he is bookong time for Attendance type, i m not getting where to maintain the counting rule for attendance type. as under the counting rule for attendance it is already maintain.
    Thanks in advance,
    Padmaja

  • Purpose Assign Deduction Rules To Counting Rules

    Hi experts
    I have a few question to ask:
    1. What is the purpose of assign deduction rules to counting rules. For example, I have create counting rule for sick leave.
       After that, I have created deduction rule for absence quota to allow quota for sick leave using this rule. That's I understand.However, I quite confusing to assign deduction rules to counting rules.This is because there are two fields to key in :
         i. Within entitlement
         ii.Over entitlement
    What does these 2 fields means. Why we should config this.
    2. I want to create new leave type. This leave however have no quota. Should I create a new rule or can use the same counting rule available. I'm quite worry to use same counting rule because the current rule has been assigned by deduction rules (fields within entitlement). If I want to create new counting rule, is it possible to create it without create deduction rules for absence quota
    Thanks in advance

    1 - Your employee has a "Sick Leave Quota" of 4 days left.  Will you allow her to go "Over her entitlement" and take more than 4 days of "Sick Leave Absences", or do you restrict the use of "Sick Leave Absences" by what is "Within her entitlement"?
    2 - Look at all the absences that have been set-up in your system.
      - A Paid Sick Leave Absence should not reduce paid hours but it should reduce Sick Leave Quota.
      - A Paid Special Leave Absence should not reduce paid hours but may not be linked to any Quota.
      - An Unpaid Leave should reduce paid hours but may not be linked to any Quota.
      ... and you may have many other examples in your system.

  • Employee group - Pay scale group - level

    Hi all,
    How can i assign Pay scale group - level for Employee group?
    Thanks,

    Hi Quang Le Vinh
    I know the solution that you can assign the values directly in IT0008 (of course T588M has to allow this).
    In the customizing "basic pay" in the personnel administration section, you have to set up the possible combinations (definition of the values).
    BR,
    Benno

Maybe you are looking for