cancel
Showing results for 
Search instead for 
Did you mean: 

Time accounts reset in ESS after time evaluation

Former Member
0 Kudos

Hi,

We implemented ESS_leave request.

Our problem is that everytime we run time evaluation, all quotas are correctly updated in the back-end (IT2006) but the time accounts iview in the portal does not follow. The quotas shown in the portal get back to their original entitlement without any deduction.

Any idea how to solve this issue?

Thanks!

Genevieve

Accepted Solutions (0)

Answers (1)

Answers (1)

siddharthrajora
Product and Topic Expert
Product and Topic Expert
0 Kudos

Please check which mode is set for the Quotas reading in the FM

read the documentation of the Function Module HR_GET_QUOTA_DATA

to select the proper mode. In your case it should be 'D', kindly check

it.

If this mode you dont want Then modify the mode in the BADI accrodingly and test.

Value = D

The data is always read from the infotype.

The selection part is based on the mode

which you have selected in the BADI

CALL BADI exit_arq->get_mod_and_qtype

IMPORTING

ex_mod = mod

ex_qtype = qtype.