cancel
Showing results for 
Search instead for 
Did you mean: 

PCR processing every row of ABWKONTI irrespective of quota validity

Former Member
0 Kudos

Hi Experts,

We are facing an issue with processing PCRs where all quota rows in ABWKONTI table getting processed irrespective of the validity period of the quota and current day for which time eval is performed.

For example, we have quotas with validity periods as follows in abwkonti table when we ran the time eval till some periods of 2016 year.

Quota type      Validity Period                          Number

01                    12/27/2014 to 12/23/2015        10

01                    12/24/2015 to 12/27/2016        20

02                    12/27/2014 to 12/23/2015        15

02                    12/24/2015 to 12/27/2016        10

later, we have terminated the employee to some past date for ex., 12/25/2015 and ran retro time eval.

Now, whatever PCRs supposed to be run on 12/25, processing both the quota rows ( 12/27/2015 - 12/23/2015  and 12/24/2015 - 12/27/2016 ) and updating wrong values to both the quota rows instead of processing the 12/24 to 12/27 quota row.

Please help as this is causing lot of issues during retro.

Regards,

Soppu.


Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi All,

Thanks very much for your inputs..

Finally we have found the issue: this is happening because of the deduction period of quota. As deduction period for previous year quota still valid on 12/31 PCR is processing the previous quota rows as well.

Thanks.

Former Member
0 Kudos

Hi Soppu,

can you give the input processing output of your custom pcr and give your pcr also. elaborate the scenario that when time quotas evaluation period and for terminated employee's what has to be done in TE.

former_member193210
Active Contributor
0 Kudos

Did you delimit the Quotas during the Termination Process?

What does your Custom pcr look like, and by what Function is it called?

Former Member
0 Kudos

Hi Remi,

We don't delimit the quotas during termination process. Our PCR is just to give some constant quota amount for the employees who are terminated.

As the PCR is running both the quota rows irrespective of date falls in, this constant quota amount is getting added wrongly to previous year quota records.

We use P2006 function to call our custom PCR.

Thanks,

Soppu V