2005 Dec 07 10:17 AM
hi,
can any one tell is there any bapi to update the leave absence or attendance of an employee.
thanks in advance
with regards.
T.Jeyagopi
2005 Dec 07 10:27 AM
Hi Jeyagopi,
1. Have a look at
BAPI_ABSENCE_CHANGE
Regards,
Amit M.
2005 Dec 07 10:27 AM
Hi Jeyagopi,
1. Have a look at
BAPI_ABSENCE_CHANGE
Regards,
Amit M.
2005 Dec 07 10:41 AM
Hi Gopi,
See this FM this RFC,i don't know any bapis there are not.
but this rfc and look at this...
it will work for you definitely....
<b>CATS_GET_ABSENCE_ATTENDANCE</b>
2005 Dec 07 10:57 AM
Hi,
Please check the Above FM that might be Useful for you..
please close the thread if your problem solves...
regards
vijay
2005 Dec 07 12:59 PM
Hi,
Try with this... BAPI_TIMESHEET_HR_DATA_TRNSFER
Thanks
Eswar
2005 Dec 07 1:50 PM
Hi Jeyagopi,
You can use FM
CALL FUNCTION 'HR_INFOTYPE_OPERATION'
EXPORTING
infty = '0083'
number = pernr
subtype = subty
record = PA0083
operation = create
nocommit = nocommit
IMPORTING
return = return
key = bapikey
EXCEPTIONS
OTHERS = 0.
PA0083 - HR Master Record: Infotype 0083 (Leave Compensation
Only the operation changes... 'CREATE,MODIFY and DELETE...
Regards,
Raj