cancel
Showing results for 
Search instead for 
Did you mean: 

HR-calculation of basic slary for CTC(cost to company)

Former Member
0 Kudos

HI experts,

i am developing a CTC(Cost to company) form in which i have to take base salary and some other wage types from infotype 0008 and t510 table (not from cluster) .Scenario is like this

CASE :1.An employee's base pay is

5000 from 01.04.2008 to 31.07.2008

6000 from 01.08.2008 to 31.12.9999

so his Annual Base pay is average of 4 months * 5000 and

8 months * 6000

case:2

5000 from 01.04.2008 to 15.08.2008

6000 from 16.08.2008 to 31.12.2008

so his Annual Base pay is average of 4 months 15 days * 5000

and 7 months 16 days * 6000

Please Can any one tell me is there any functional module or classes available to calculate this if not Please give me some logic for it.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Ameen.

In this case, you can use the BAPI RP_EVALUATE_INDIRECTLY_P0008 to calc this values.

The correctly configuration of ours wagetypes at V_T511 (directly or indirectly wagetype) and the respectives BADIS implementations to calc theoric compensation is mandatory.

Regards!

ML