cancel
Showing results for 
Search instead for 
Did you mean: 

TIme Management/ Payroll functions

Former Member
0 Kudos
194

Dears,

I am new to SAP HCM , i would like to know where exactly do we write the functions used to calculate/process the payroll and time data (like fast formula in Oracle ERP HR)

example:

if I want to put a rule for time events (clock in/ clock out) that applys when an employee comes 3 hours later than his work schedule. (something like that)

where do i write that formula

also where do i write formulas concerning taxes calculation in payroll (for example)

Note:

those calculation rules are not included in SAP as I am implementing the HCM for Egypt (which doesn't exist as a standard)

thanks in advance

View Entire Topic
Former Member
0 Kudos

Write a PCR to calculate/ assign the desired penalty (PE02), include this PCR in the Time Evaluation Schema -a copy from the standard schema TM00- through PE01, and then the number of hours is calculated through Time Evaluation run PT60.

former_member193210
Active Contributor
0 Kudos

The Time Evaluation schema and the Payroll Calculation schema can both be modified through t-code pe01.

Time Evaluation PCRs and Payroll Calculation PCRs can all be modified through t-code pe02.

Functions and Operations can be analyzed through t-code pe04, but be aware that some are only valid in one type (Time/Payroll) of Schema or PCR, and that one object may not work the same way in Time as in Payroll.