cancel
Showing results for 
Search instead for 
Did you mean: 

Absence quota on remuneration statement

radhey_shyam
Participant
0 Kudos

Dear Experts,

I have put ANZHL from ZKQ table for getting absence quota entitlement in single field on remuneration statement through HR form editer.

It's showing absence quota entitlement till date in any of the month.

We are getting increased 2.5 PL every month through quota generation by using +ve time evaluation.

Problem:

1. Absence quota is not taking effect of Encashment of quotas after doing encashment through IT 416.

2. After doing time evaluation of further months if i see previous months payslip then it's showing same number both of the month's slip.

Kindly give an expert opinoin.

Regards,

Radhey

Accepted Solutions (1)

Accepted Solutions (1)

siddharthrajora
Product and Topic Expert
Product and Topic Expert
0 Kudos

for 0416 you need to use

zk-redu "compensated until period end

zk-redu2 "compensated in the future

HR_GET_ABSENCE_QUOTA_DATA_TEC >

IF NOT ( i_ptquoded IS REQUESTED ).

PERFORM fill_ptquoded TABLES i_quota_sel.

ELSE.

g_ptquoded[] = i_ptquoded[]. <>> Filled correctly

ENDIF.

*

are you using Time Statement SAP_TIM_99_002 in newer releases?

you use the meta star TIM_ABWKONTI in the hrforms then

for older time statements you can use below

configure table V_T512E

read notes 209149 202330

check CALL FUNCTION 'HR_GET_QUOTA_DATA'

Answers (1)

Answers (1)

former_member193210
Active Contributor
0 Kudos

Through a PCR in Time Evaluation, positioned preferably after function QUOTA, generate Time Wage Types for table ZL to give the Quota Balance.

In Payroll Calculation, transfer these WTs from table ZL to table RT, and show these on the Remuneration Statement (PaySlip).

radhey_shyam
Participant
0 Kudos

Hi,

Thanks for a quick responce!

Could you please give me an idea what should i write in a PCR for generating Time Wage Types for table ZL.

Regards,

Radhey