‎2006 Sep 07 11:17 AM
Hi,
I have to design a data uploading strategy for the HR infotype 2011(time management). Am new to HR.
1. let me know in which tabe can i see the fields for this infotype.
2. Which upload technique is best for Time management data .
3. We are taking the upload excel from a time machine where time-in and time-out is supposed to be maintained. But suppose if a person coomes and checks-in but forgets to check-out, then his entries for chek-out wont be uploaded into the excel but rest other will be .
can at this time I can code in to make the check-out to be +8 (eg he comes @ 2 and no check-out time then can we give check-out time to be 10 ), just for the moment . The logic will be told laater .
Also is it configurable by the functional team ? to induce this logic .
Thanks in advance.
‎2006 Sep 07 11:26 AM
Hi abap,
1. let me know in which tabe can i see the fields for this infotype.
Table is PA2011.
2. Which upload technique is best for Time management data .
Make a z program,
and use HR_INFOTYPE_OPERATION
to upload data into this infotype.
regards,
amit m.
‎2006 Sep 07 12:38 PM
Hi Amit ,
Table PA2011 doesnt exists , is what I got as a massage.
‎2006 Sep 07 12:47 PM
Hi again,
1. Sorry the table name is TEVEN
(its different in case of intotype 2011)
regards,
amit m.