Hello All,
I need to make a split on an absence record (p2001). Example:
absence: 8001
begda: 01.01.2014
endda: 30.01.2014
I need to split that record (and corresponding calculated days of calendar and days of work/absence) in 2 or more parts.
absence 8001
begda: 01.01.2014
endda: 10.01.2014
absence 8001
begda: 11.01.2014
endda: 20.01.2014
absence 8001
begda: 21.01.2014
endda: 30.01.2014
I need to do this in the Payroll schema or (preferentially) in a function on the RPCBURZ0 include.
Anyone knows if this is possible?
Best Regards,
Charles