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

Load HR Master data

Former Member
0 Likes
622

Hi all,

How to Load HR Master data, is there any specific BAPI or Function Modules for it.

Also how to maintain it.

Points will be sured for valuable answers.

Thanks

Sanket sethi

2 REPLIES 2
Read only

Former Member
0 Likes
549

Hi Sanket,

HR_MAINTAIN_MASTERDATA

This function module enables you to maintain master data for employees and applicants. You can enter field names and contents in the 'proposed values' table. This will then be transferred to the corresponding infotypes. The same validation checks take place as would in the individual maintenance screens for the infotypes. You can enter as much data as you like. You can enter several records or infotypes at once. You are responsible for making sure that the data is consistent. If necessary, the module returns an error message. The error messages are the same as the those which appear in the dialog, in other words, the individual maintenance screen error messages are transferred rather than interpreted by this module.

BAPI_APPLICANT_CREATE

Best regards,

raam

Read only

Former Member
0 Likes
549

Also HR_INFOTYPE_OPERATION function module for maintaing single records and HR_MAINTAIN_MASTERDATA for maintaing multiple records.

Is there any other FM or BAPI for creating this type of data.

also how to create a new Employee.