cancel
Showing results for 
Search instead for 
Did you mean: 

Pension calculation with wage type max. limit

Former Member
0 Kudos

Hi ,

Pension for my client is to be calculated as 5% of Basic, Child, Social and Housing.

Basic,Child and Social are pay components.Housing is not a pay component but for pension calculation is to be taken as 60% of basic for which we have created a wage type.

Now the issue is the housing amount is not to exceed 8000, i.e. if my basic is say 20000 my housing becomes 16000 but for my pension calculation I have to take only 8000.

Where do I maintain it or how do I call it to calculate in a rule.

Any help is appriciated

Regards

Uday

Accepted Solutions (0)

Answers (1)

Answers (1)

harishtk1
Active Contributor
0 Kudos

store a constant in table t511k as 8000.

write a small rule to compare the value of housing wagetype with this constant value, and repalce it with constant value if value greater than 8000.

Hope this helps.