cancel
Showing results for 
Search instead for 
Did you mean: 

HR ABAP FAQs - Part 3 (ans needed)

Former Member
0 Kudos

Hi,

1. If you want to rerun the payroll for a specific employee what is the procedure

2. Define processing class, evaluation class & Cumulation classes

3 How you calculate the overtime

4. how to calculate transport allowance for employees who has worked as per work

schedule & who took few leaves ( employer don't want to pay transport allowance

where the employee was absent)

5. Difference between positive and negative time

6. what are the infotypes data involved in Time evaluation

7. Time events & Time pairs are stored in which tables

8. How to valuate the time wage types

9. Derive the wage type with 50% & 25%

10. How to change the employee basic pay from wage type MM20 to 5231

Rgds,

Venkonk.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

2. Define processing class, evaluation class & Cumulation classes

A: view V_512W_D will do the tricks.

3 How you calculate the overtime

A: both TM schema and PY schema can calculate OT. If you calculate OT in TM and transfer the OT compensationa wage type to PY, you can remove the "Day processing of time data" block in PY schema to avoid double accumulation of OT.

10. How to change the employee basic pay from wage type MM20 to 5231

A: You can define you customizing basic payment WT but do NOT do any change to M020,it's used by standard PY schema logic.