Application Development 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: 

regarding BAPI for employee absence

Former Member
0 Kudos
411

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

Former Member
0 Kudos
134

Hi Jeyagopi,

1. Have a look at

BAPI_ABSENCE_CHANGE

Regards,

Amit M.

5 REPLIES 5

Former Member
0 Kudos
135

Hi Jeyagopi,

1. Have a look at

BAPI_ABSENCE_CHANGE

Regards,

Amit M.

former_member188685
Active Contributor
0 Kudos
134

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>

former_member188685
Active Contributor
0 Kudos
134

Hi,

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

please close the thread if your problem solves...

regards

vijay

Former Member
0 Kudos
134

Hi,

Try with this... BAPI_TIMESHEET_HR_DATA_TRNSFER

Thanks

Eswar

Former Member
0 Kudos
134

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