Create Your Own PCR in Time Management
Create Your Own PCR in Time Management
Applies to:
SAP HR \ SAP HCM Time Management and Payroll. For more information, visit the Enterprise Resource Planning homepage.
Summary
Comply with your clients Time Management and Payroll requirement by designing PCRs and including it in your Time Evaluation \ Payroll Schema Frequently asked question in SAP HR is how to write a PCR for Time Management and Payroll. This document explains how to write a new PCR for a simple scenario. It will be useful for consultants having prior knowledge in Time Evaluation \ Payroll execution and flow. Author: Revi Mohan
Author Bio
Revi Mohan is currently working with Cognizant Technology Solutions, India as a SAP HCM Consultant. He has more than six years of SAP HCM experience, extensively in Time Management, Payroll and Benefits Administration. He holds a masters degree in Human Resource Management.
Table of Contents
Introduction ......................................................................................................................................................... 3 Scenario .......................................................................................................................................................... 3 Related Content ................................................................................................................................................ 13 Disclaimer and Liability Notice .......................................................................................................................... 14
Introduction
PCRs can be designed using object Operations. SAP has provided standard operations which can meet most of the requirements. Available operations can be viewed in PE04. In any case if the SAP provided operations dont meet the requirement custom operations can be created to meet the requirement. Scenario Starting 01st June 2009, new allowance need to be paid to employees belonging to 3050 PA and GA & GC ESG. Allowance will be percent based on Gross Pay. Allowance percentage differs according to the ESG. Before designing the PCR, draw a tree diagram to decide the options
3050
Otherwise No Change
GA
2%
GC
3%
Otherwise No Change
Figure 1 : explains the options available and how the PCR will be designed Prepare the pre requisites to design the PCR Create a new wage type, for example I have created 9020 allowance wage type Quick Tip ! Allowance percentage may change over a period of time. If the percentage is included in the PCR then the PCR will need to be changed frequently, to avoid this change it will be better if the percentage is maintained as a constant in table T511K, so that the PCR can retrieve the value from the table. The other advantage of holding the percentage in the table is the history of change in percentage can also be maintained in the constants table with the date available which will not be possible in the PCR.
Select Program Class C for Payroll and T for Time Management Select the country grouping for which the PCR is being designed
Now in the main screen select source text and select Change
Enter the employee sub group grouping if the PCR is applicable for a selected group of employees otherwise enter an asterisk.
Select the ESG grouping, select Create, select sub level and enter the wage type for which the PCR is applicable, otherwise enter 4 asterisks.
The above steps will be general for any PCR creation. Now we need to build the PCR further to meet the requirements. In the tree diagram initially the Personnel Area of the employees was checked Go to PE04 select object class Payroll, object type operations and view the drop down list
Scroll through the list and check if any of the operations meet your requirement
OUTWP is a common operation used for checking the basic credentials of an employee
Checking the dictionary of the operation OUTWP, we can see the options that can be met.
In the PCR select the WT, press creates at sub level. 10 character spaces will open,
We need to fill the variables, OUTWPPLANT in the space and press enter When the operation and variable OUTWPPLANT is filled, a four character space will automatically open as a sub level
Enter the Personnel Area code in the space Two personnel areas as per the tree diagram, one is actual personnel area and other one is otherwise
According to the tree diagram if the personnel area is 3050 check for the employee group. If it is otherwise PCR should exit without any changes.
ADDWT add wage type. This moves any wage type for which the PCR is designed to output table without making any changes Now select 3050 and create at sub level. Use operation OUTWP to check the employee sub group
A two character space will open at the sub level where we need to fill the employee sub group
Check PE04 for available operations to check the amount and number in the PCR
ADDWT * - moves the /101 wage type back into the internal table NUM = kztst1 ( K variable reads table T511K) Enter AMT = /101 (gross WT) MULTI NAA Multiply number by amount and store the value in amount ZERO = N removes the number from the wage type ( percentage ) ADDWT add the amount to wage type 9020 Repeat the same to employee sub group GC with the respective constant name. Enter the custom build PCR into the schema, where /101 wage type is available
This is how the PCR will be processed during the payroll execution
RT
Related Content
For more information, visit the Enterprise Resource Planning homepage. For more information, visit the Business Process Expert homepage.