cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Time evaluation issue

former_member297864
Participant
0 Likes
432

Hi Experts,

Need your help here. I have written two PCR's to generate the Time of in lieu entitlement when employee is on leave and is asked to work after his/her working hours on the same day. I am using TQTA copied Schema ZQTA. Where in I have written the below PCR's.

1 PCR AL35- To generate the entitlement on Bank holidays and regular days. Which is working correctly. In this when the day comes to working day and employee not present and he has A/A type of 8NTL or 9NTL. Then it goes to the second PCR RR35

2 PCR RR 35

- which is written to generate the entitlement querying the absence type is not working. Could you please help/suggest here to achieve the results. It should ideally be querying the Absence types 0100/0101.. But it is stopping @ **** and coming out of the loop.

Accepted Solutions (0)

Answers (5)

Answers (5)

BGibbons
Active Contributor
0 Likes

Hi,

OK yea P2001 is required in your schema or else absences will not be loaded, which raises a few more questions! You are checking if an employee is at work (AL35) etc so schema TQTA was probably the wrong place to start. TM01 (or TM00 if there are ins / outs) would be more appropriate.

That being said another reason RTIPA did not work for you is you are calling it with P2 set to 'GEN'. If you leave that blank it should work.

bg

former_member297864
Participant
0 Likes

Hi Brenden,

RTIPA is to read the tip entries only. The suggestion didn't work. But I have made changes to the schema by adding P2001 entry. After adding that the PCR is working. But Generation rule is not generating the quota. And ABWKONTI is not getting filled with the number of hours.

Thanks,

Prathibha

former_member297864
Participant
0 Likes

Hi Brendan,

Thanks for your suggestion. Sure I will test the same and feedback.

Thanks

Prathibha

former_member297864
Participant
0 Likes

Hi Brendan,

Thanks for your quick response. I had earlier used VARABTYP. Even then it was ending at ****. Not sure why it is not going beyond ****.

As I said earlier I had to use the TQTA because of IT0007 status. Am sharing the SCHEMA for your review. Could you please check and suggest am I missing something here? Because the initiation is not being queried on IT2001! Hence, my doubt.

BGibbons
Active Contributor
0 Likes

Hi,

You have RR35 called from AL35 and you are also calling it directly from the schema (ZQTB), is that correct?

If calling from the schema try RTIPA.

bg

BGibbons
Active Contributor
0 Likes

Hi,

Because you have nested PCRs the variable key is not what you are expecting.

Try VARABTYP in place of OUTTPABTYP

bg