Creating Personnel Calculation Rules

Objective

After completing this lesson, you will be able to create a customer-specific personnel calculation rule

Personnel Calculation Rule Attributes

A user interface with options to create, source text, attributes, documentation, display, and change rules. Buttons include Create, Display, and Change. Source text options are ES grouping and Wage/time type.

The personnel calculation rule editor enables you to display and maintain personnel calculation rules. You can access the personnel calculation rule editor under Tools in the Payroll menu (transaction PE02).

Personnel calculation rules are processed according to the employee subgroup grouping and the wage type.

Attributes of Personnel Calculation Rules

A image with Attributes detailing Program Class (C Payroll, T Time Management) and Country grouping (*, 01, 02, ... 99). Person responsible marked as changes only by them. Administrative data fields left blank.

Personnel calculation rules are assigned by their attributes to a program class. This means that the personnel calculation rules are used either in Payroll or in Time Management.

The responsibility of maintaining personnel calculation rules can be assigned to a specific employee. In this case, all other employees are only able to display the rule.

Administrative data for a personnel calculation rule provides the following information:

  • The date and the time when the rule was created
  • The date and the time when the last change was made
  • The name of the person who made the last change

Rules Displayed as Structural Graphics

Flowchart depicting wage type processing in SAP HR. Wage types are imported to LRT using the rule X006. Processing classes and specifications handle errors, apply formulas, and group employees for calculations.

Structural graphics display the source text as lines and nodes linked in a hierarchical structure. You can display and change the source text in the graphics mode.

The source text elements and decision operations are color-coded. Decision operations are displayed in a color different from the one used for the other operations.

Create a Customer-Specific Personnel Calculation Rule

Business Example

Your company is implementing HR Payroll. As a member of the project team, you need to adjust payroll to meet your company’s requirements. While adjusting the payroll, you need to use the personnel calculation rules to edit wage types in diverse payroll tables. To access these rules, you must adjust the schema accordingly. Use personnel calculation rules to edit wage types in diverse payroll tables. To access these rules, you must adjust the schema accordingly.

Task 1:

Steps

  1. Make a copy of the personnel calculation rule XMOD and rename your copy as ZM## (## is your group number).

    1. On the SAP Easy Access screen, choose Human ResourcesPayrollInternationalToolsCustomizing ToolsCalculation Rule .

    2. Select Copy, enter the following data and choose Enter.

      Field Value
      From ruleXMOD
      To ruleZM##

      Note

      Later in the exercises, you will modify your rule ZM##.

Task 2:

Steps

  1. In your subschema ZT##, go to the function MOD and change Par1 (parameter 1) so that your personnel calculation rule ZM## is accessed.

    1. To change the subschema ZT##, on the SAP Easy Access screen, choose Human ResourcesPayrollInternationalToolsCustomizing ToolsPE01 - Schema.

    2. Enter your schema ZT##.

    3. Select Change.

    4. Use the Find icon to locate the function MOD on the line MOD XMOD GEN.

    5. Enter r for repeat in the column Line (Line number) of the line MOD XMOD GEN and press Enter. This creates a copy of the line.

    6. Deactivate one of the lines MOD XMOD GEN by placing an * in the D column. Press Enter.

    7. On the line that has not been deactivated, in the column Par1 change Rule XMOD to ZM## so that your version of the rule is now active. Press Enter.

    8. Check syntax by using the Check (F6) button and then save the changes.