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: 

Transaction to update HR MasterData

Former Member
0 Kudos
247

Hi,

What is the transaction to update HR Master Data?

When we run that transaction , is it possible to trigger a program by using 'UserExits'? If 'yes' how is it done?

Regards

Chandrika.

3 REPLIES 3

Former Member
0 Kudos
96

hi,

the following function module and its description may b of use to u.. try it out.

Function Module

Description

BAPI_EMPLOYEE_DEQUEUE

Release infotype entry after update

BAPI_EMPLOYEE_ENQUEUE

Lock infotype entry ready for update

HR_ENTRY_DATE

Employee start date

HR_LEAVING_DATE

Employee leaving date

HR_INFOTYPE_OPERATION

Maintenance of HR infotype entries, used to create (operation = INS), change (operation = MOD), delete (operation = DEL) and create successor (operation = COP).

HR_PERSONAL_WORK_SCHEDULE

Returns employees work schedule into internal table PERWS. I.e. Days planned to work (stdaz NE 0)

HR_READ_FOREIGN_OBJECT_TEXT

Returns text values for objects i.e. Organisation Unit text

HR_READ_INFOTYPE

Read infotype data

RH_DIR_ORG_STRUC_GET

Retrieve Org. Structure (Only required parameter is org unit)

RH_PM_GET_STRUCTURE

Retrieve Organisation Structure

all the best

Former Member
0 Kudos
96

Hi,

U can use Transaction PFAL..To update HR master data.

It might be possible, am not sure..

Thre is one user exit for PFAL transaction RHALE001.

Just check once.

Regards,

Kumar

Former Member
0 Kudos
96

This message was moderated.