where is that first screen from? is it standard application
can you check and let us know?
In IT2006 in pa30 what values you see for these?
if it is correct in backend then it can be fixed by reading IT2006 by badi
Ensure that the HR_GET_QUOTA_DATA mod is set as D which will read from IT2006
change in the exit if it set to something else.
BADI: PT_ABS_REQ
Class: CL_PT_ARQ_TIMEACCOUNTS
Method: GET_REMAINING_QUOTA_FOR_PERNR
METHOD if_ex_pt_abs_req~get_mod_and_qtype.
ex_mod = 'B'. // Here you can change Mod
ex_qtype = 3.
ENDMETHOD.
You can change the way the function module HR_GET_QUOTA_DATA is called
by using the BAdI customer exit method
GET_MOD_AND_QTYPE (class CL_PT_ARQ_REQ_EXIT