cancel
Showing results for 
Search instead for 
Did you mean: 

Benefits LTD Calculation

Former Member
0 Kudos

Hi All,

For LTD(Long Term Disablity calculation) Cost. System is calculating based on the Coverage Amount.

Cost = (Coverage Amount / Base Unit) x Cost Factor

In My case : Coverageamount = 60% of Annual salary. System has to calculate based on the Annual salary.

Is there any way for this in config or do we have to do this Badi or Exit.

Thanks

Partha

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

I am not sure whether this can be done through the Config. LTD calculation can be done through the exit PBEN0011. this exit will get triggered from all tcodes ( PA30, PA20 , Benefits workbennch, Payroll drivers).

Thanks,

VR.

former_member193210
Active Contributor
0 Kudos

You require a salary base (as in ASAL, or BSAL) to represent that annual salary, and all the LTD configuration can be done through the IMG.

The Coverage Rule (in V_74FC_B) will have a factor of 0.6

sarah_debza
Active Contributor
0 Kudos

Hi Partha,

I think you might be able to configure this requirement via badi below

PBEN0008 calculation of the benefit costs

(you could also use it in combination with exit PBEN0011 calculation of insurance coverage).

Hope this help

Sarah