Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Time management data upload

Former Member
0 Likes
525

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.

3 REPLIES 3
Read only

Former Member
0 Likes
484

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.

Read only

0 Likes
484

Hi Amit ,

Table PA2011 doesnt exists , is what I got as a massage.

Read only

0 Likes
484

Hi again,

1. Sorry the table name is TEVEN

(its different in case of intotype 2011)

regards,

amit m.