cancel
Showing results for 
Search instead for 
Did you mean: 

in which info type I can find employee swipe in swipe out time recordings details for a day ?

c_srikiran
Explorer
0 Kudos

Hi Experts ,

Kindly help me in the below senario :

I'm working for a client where the employee bio metrics are maintained in sql2012 server.

my PI consultant will pick the data and place it on application server. here , my problem comes here. my job is to upload the employee swipe in , swipe out for a day in sap. an employee can have multiple swipes . I need to save the swipes in his data .

can anyone tell me what is the infotype to maintain these swipes for a day .

example data :

emp.no date gate no in out

40015 28/06/18 A1 09:10:55 11:23:01

40015 28/06/18 B1 11:30:01 12:04:56

40015 28/06/18 B1 12:06:56 13:56:09

40015 28/06/18 D1 18:10:45

I appreciate if any one help me

Accepted Solutions (1)

Accepted Solutions (1)

raymond_giuseppi
Active Contributor

Look at Time Events Infotype 2011 (table TEVEN and not PA2011)

You could then use BAPI_CC1_UPLOAD_TIMEEVENT and BAPI_TRANSACTION_COMMIT to upload those time events, and trigger their integration to HR with HR_CC1_TIMEEVENT_POST.

Answers (2)

Answers (2)

former_member225631
Active Contributor

Time event swipes are available in TEVEN table.

former_member188827
Active Contributor

Check infotype 2011 (Time Events)