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

regarding BAPI for employee absence

Former Member
0 Likes
1,249

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
972

Hi Jeyagopi,

1. Have a look at

BAPI_ABSENCE_CHANGE

Regards,

Amit M.

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

5 REPLIES 5
Read only

Former Member
0 Likes
973

Hi Jeyagopi,

1. Have a look at

BAPI_ABSENCE_CHANGE

Regards,

Amit M.

Read only

Former Member
0 Likes
972

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>

Read only

Former Member
0 Likes
972

Hi,

Please check the Above FM that might be Useful for you..

please close the thread if your problem solves...

regards

vijay

Read only

Former Member
0 Likes
972

Hi,

Try with this... BAPI_TIMESHEET_HR_DATA_TRNSFER

Thanks

Eswar

Read only

Former Member
0 Likes
972

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