Dear All,
Just wanted to share this Issue and solution which i found after debugging.
I am not sure it is 100% correct.
I am working on indian payroll and was doing lagacy data transfer with INLK schema
i was used to get error '2 payroll period does not correspond to master data'
and this was for only new joinees in that period .what i found out after debugging is
for e.g. employee is hired in 03.06.2011 .and record in t558b is
90300035 1 2011 1 2011 3 01.06.2011 31.06.2011
where 01.06.2011 is a for period begin date ,
now in payroll program this is being checked with joining date in following subroutine check_aper_versus_t558b
so it ends up with above error.now if i go and change 01.06.2011 to 03.06.2011 in T558B then payroll will be successful.
I dont no whether this is right approach but this removed that error.Just wanted to share so
It might help the members.