Skip to Content
0
Former Member
Mar 03, 2010 at 04:53 PM

Quota Generation - Suggesting the value

74 Views

Hi All

I have configured a Carry forward quota to carry forward the balance left from previous year.

It works fine with regards to deduction when employee books in a leave.

I am trying to suggest the values for Quota entitement by using the one of the following function modules

EXIT_SAPLHRLV_002

EXIT_SAPLHRLV_003

EXIT_SAPLHRLV_004

in the user exit HRPTIM03.

If i set the maximum entitement in the config through table V_T559L in the config, it ignores the calculation done in the user exit.

If i remove the maximum entitement from the config,

it then calculates the entitement for every day between the start and end date.

say for example, i want to update 3 days it multiplies 3 * (end date - start date)

Please let me know how do i preserve the calculation in the user it without getting it overwritten or multiplied

Also, is there any other user exit which will serve my purpose.

Do it need to use 2 user exits in combination