SAP HCM Payroll Schema & Personnel Calculation Rules (PCR)
- nisha.23march@gmail.com
- May 17, 2024
- 4 min read
Updated: May 18, 2024
SAP Payroll Schema & PCR (Personnel Calculation Rules)
The SAP Payroll Schema is a set of predefined rules and procedures that determine how employees' pay is calculated and processed within the SAP payroll system. These rules are used to calculate gross pay, deduct taxes and other deductions, and determine net pay for each employee.
Some common rules and components of the SAP Payroll Schema include:
1. Wage types: These are used to define different types of earnings, such as regular wages, overtime pay, bonuses, and commissions.
2. Personnel calculation rules: These rules are used to calculate various types of payroll calculations, such as overtime rates, deduction amounts, and tax withholding.
3. Cumulation classes: These are used to accumulate different wage types and deductions for reporting and tax purposes.
4. Functions: These are used to perform specific calculations or actions within the payroll schema, such as rounding pay amounts, calculating taxes, and applying specific rules for certain employee groups.
Overall, the SAP Payroll Schema is a powerful tool that allows organizations to automate and streamline the payroll process, ensuring accurate and timely pay for their employees. It is important for payroll administrators to understand and configure the schema to meet their organization's specific payroll requirements.
Functions of SAP Payroll Schema & PCR (Personnel Calculation Rules)
1. Calculation of employee wages: The SAP Payroll Schema and Rules determine how employee wages are calculated based on factors such as hours worked, overtime, deductions, and bonuses.
2. Compliance with labor laws and regulations: The Schema and Rules ensure that payroll calculations are in compliance with local labor laws and regulations to avoid penalties and legal issues.
3. Integration with other HR modules: The Schema and Rules integrate with other SAP HR modules such as Time Management and Benefits to ensure accurate and consistent data in the payroll process.
4. Automation of payroll processes: The Schema and Rules automate various payroll processes such as tax calculations, deductions, and benefits administration to improve efficiency and reduce errors.
5. Reporting and analysis: The Schema and Rules provide reporting and analysis tools to help HR professionals analyze payroll data, identify trends, and make informed decisions about employee compensation.
6. Customization and flexibility: The Schema and Rules can be customized to meet the specific needs of a company, allowing for flexibility in payroll calculations and configurations.
7. Auditing and compliance tracking: The Schema and Rules include audit trails and tracking mechanisms to ensure accuracy and compliance with internal and external auditing standards.
How to write SAP Payroll Schema & PCR (Personnel Calculation Rules)
When writing a SAP Payroll Schema and Personnel Calculation Rule in English language, it is important to provide clear and concise instructions to ensure accurate payroll processing. Here are some steps to help guide you through the process:
1. Start by defining the purpose of the payroll schema and personnel calculation rule. This will help provide context for the document and ensure that the reader understands the intended function.
2. Clearly outline the structure of the schema and rule, including the various components and calculations that will be included. Make sure to use headings and bullet points to organize the information and make it easy to follow.
3. Provide detailed explanations of each component and calculation, including the logic and formulas used to calculate payroll data. This will help ensure that the reader understands how the schema and rule are applied in practice.
4. Include examples and scenarios to illustrate how the schema and rule work in different situations. This will help clarify any potential confusion and provide a practical understanding of the process.
5. Use plain language and avoid technical jargon as much as possible. This will make the document accessible to a wider audience and help prevent misunderstandings.
6. Consider including a glossary of terms to define any specialized terminology used in the document. This will help ensure that the reader understands the specific terms and concepts related to payroll processing.
7. Finally, proofread the document carefully to check for any errors or inconsistencies. Make sure that all information is accurate and up to date before finalizing the schema and rule.
By following these steps, you can create a clear and comprehensive SAP Payroll Schema and Personnel Calculation Rule in English language that will help guide payroll processing effectively and accurately.
Simple Way of Writing a PCR
Scenario: Overtime Calculation
Employee’s overtime, which is entered in employee remuneration info should be paid correctly in his payroll.
OT Rate has to be calculated as per the below logic.
OT Rate = (Basic * 12) / 2496.
Using standard schema, we cannot achieve this.
We will create a custom rule and add that rule in custom schema.
Copying Standard Schema:
TCODE: PE01
Enter Schema name and click on Copy button. Enter TO Schema.
Copy SAP Standard Schema (XT00) to Z Schema (Z003).
Rule Creation:
TCODE: PE02.
Enter Rule name and click on Create button. In Attributes, enter Program Class ‘C’ (Payroll).
Create a Rule (Z002) for calculating OT Rate.
Each rule contains operations to process payroll data in internal tables. In the below rule we have used AMT, ADDWT and FILLF operations.
AMT*12: Amount of the current wagetype is multiplied with 12.
ADDWT 9010: The Current wagetype values are added to wagetype 9010 into OT table.
FILLF: This will reset the value of current wagetype.
ADDWT *: Adding current wagetype to OT table.
Create another rule(Z004) to send amount of wagetype 9010 to wagetype 9020.
Create a rule(Z005) to multiply Rate with Number to get Amount.
Insert the newly created rules into schema Z003.
Data Maintenance:
Now enter wagetype 9020(Overtime) and number of hours in Employee Remuneration Info (2011) infotype.










Informative and explained brilliantly....waiting for more...😊