Hi Experts,
I am facing an issue with handling master data splits in pcr. my actual requirement is when employee IT 0008 has any splits which will get change annual salary. i have written pcr to populate annual salary of wage type for only two splits(WT 9LPR).
based on splits 9LPR generated using SETIN 01,SETIN 02 for two splits.
9LDF= is a difference between base value of(20000) and 9LPR (10000 first split)
there fore 9LDF = 10000( if split is valid of 10 days calculation should be (10000/12)= 833.3/31*10= 268.8
2nd split of 9LDF= 14000 this calculation should be 21days.
Note: here 31 days in a month, if month contain 30 it should be consider.
if there is no splits below my PCR is working fine.
****
AMT=9LDF
amt/12
addwt 4556.
but i want to generate 4556 in same manner for 2nd split as well.because 9LDF wage type value will be changed based on split in infotype 0008.
the out put of the two splits amount should be further process for proration and for statutory base(pension, tax). all these settings were already maintained and no issue with config.
could you please help me out to handle splits for this calculation.
Many thanks,
ashok