Hi,
Check whether your time attendance machine software can generate the time events in the following format:
P10TERMYYYYMMDDHHMMSSYYYYMMDDHHMMSS<EMPID>
P20TERMYYYYMMDDHHMMSSYYYYMMDDHHMMSS<EMPID>
Here
P10 stands for Time-In (Punch in) & P20 stands for Time-out (Punch out)
TERM - Terminal Id of the machine in 4 digits
YYYYMMDDHHMMSS - Time event date in year-month-date-hour-minute-second
<EMPID> - Employee Id in 8 digits (Pernr).
If yes, then you can use standard sap program 'RPTEUP10' to upload the sequence of time events in above format in a flat text file. This file can be placed in server and can be scheduled to upload automatically.
regards,
Bala.