cancel
Showing results for 
Search instead for 
Did you mean: 

Canteen Deduction on the basis of Card in

musrooraahmed
Participant
0 Kudos

Hi,

I have a scenario at hand.

My Client makes a deduction of Rs-25 for the day employee visits the canteen for lunch.

The entry is determined by card swipe while entering the canteen.

The card is only swiped once that it at the time of entrance.

I am using the time data upload (ABAP customization) for the recording and updating the time events infotype.

Is there a possibility that this scenario can be handled through PCR.

Any help in this regard will be highly appreciated

Regards

Accepted Solutions (1)

Accepted Solutions (1)

Sanky
Active Contributor
0 Kudos

Hi,

In your time recording you have to capture the attendance reason against Attendance Type for Canteen Entry while uploading the data in SAP from Time recording through ABAP coding.

Check PCR TD80 and table T555D for your better understanding.

Regards,

Sankarsan

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Masroor,

I agree with Sankarsan, your solution could be achieved using the attendance type, actually you could achieve your solution in multiple way, here is what I believe would be the easiest solution.

Create a time type for the attendance---out put it as time wage type using a simple PCR --- Using your ZL table entry in payroll simply write another PCR in your payroll schema (if the wage type exist deduct Rs-25.

Hope this helps. Best Luck.