Hi Niladri,
It can possible.
Please go my below document.
Salary Calculating based on Actual working hours and there after calculate Over time
I am giving you the solution that how you will do.
Capture extra hours in Time type and this time type you will call for an extra absence quota generation (create an extra absence quota type for this).
PCR to capture extra hours,
ZTST
*
****
COLOP *
HRS=PEND
HRS-SNTE
ADDDB 1000
ADDMB 1000
insert this pcr with PTIP function and after P2011 function in time schema.
After this write anothe pcr like below
ZTS1
*
****
HRS=M1000
HRS+D1000
ADDDB 1010
UPDTQA20
Insert this pcr after QUOTA function with P2006. After this pcr insert CUMBT function again.
Hope so you will get the idea.
Regards,
Sankarsan