‎2010 Mar 16 4:14 PM
Hi All,
I need to automate the recording of time, its approval and updation of the HR infotypes.
The steps to be done are -
1. CAT2 Tcode which I have tested with BAPI - BAPI_CATIMESHEETMGR_INSERT and this works.
2. CAT4 Tcode - approval by supervisor
3. Transfer of data to relevant infotypes.
I am trying to perform the step 2 by using the same BAPI - BAPI_CATIMESHEETMGR_INSERT but I am encountering some errors. I was wondering if there is another way to achieve step 2.
Also for step3, I found that if we check a parameter in CAT4 - Immediate transfer to HR, this can be done. I havent found a relevant field in the above BAPI.
Looking forward to your suggestions.. thanks for your help in advance!
Liz
‎2010 Apr 01 1:47 PM
step 2 : BAPI_CATIMESHEETMGR_CHANGE (you just have to change the status of CATSDB records to 30)
step 3 : submit report RPTEXTPT
‎2010 Apr 01 1:47 PM
step 2 : BAPI_CATIMESHEETMGR_CHANGE (you just have to change the status of CATSDB records to 30)
step 3 : submit report RPTEXTPT
‎2010 Apr 08 9:47 PM
I have used BAPI- CATS_APPROVAL0 for second step and HR_INFOTYPE_OPERATION for the third. Issue resolved