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

To Create employee master data.

Former Member
0 Likes
1,213

Hi,

How to create employee master data from scratch in SAP-HCM through BAPI's. Then we need to insert data in infotype 0000, 0001 and 0002 for that employee.

Thanks in advance.

Regards,

Rajesh Kumat

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
890

USE FM HR_INFOTYPE_OPERATION

Hi,

How to create employee master data from scratch in SAP-HCM through BAPI's. Then we need to insert data in infotype 0000, 0001 and 0002 for that employee.

Thanks in advance.

Regards,

Rajesh Kumat

5 REPLIES 5
Read only

Former Member
0 Likes
891

USE FM HR_INFOTYPE_OPERATION

Read only

Former Member
0 Likes
890

For initial data loading, u can use LSMW....

Read only

former_member226519
Active Contributor
0 Likes
890

first check, if customizing for all fields is done.

You will need a action type for hiring a person with infotypes 0000, 0002, 0001.

Infotype 0001 is not so easy, because many checks are done in modul pool.

The number range for PERNR can be set to internal or external (its your decision), transaction PA04.

if you create a new PERNR you may wish to keep the old (legacy) one. you can use infotype 0032 or 0105, add it to the hiring action.

If your legacy data comes with a flat file LSMW is a good tool to import master data.

Read only

former_member226519
Active Contributor
0 Likes
890

first check, if customizing for all fields is done.

You will need a action type for hiring a person with infotypes 0000, 0002, 0001.

Infotype 0001 is not so easy, because many checks are done in modul pool.

The number range for PERNR can be set to internal or external (its your decision), transaction PA04.

if you create a new PERNR you may wish to keep the old (legacy) one. you can use infotype 0032 or 0105, add it to the hiring action.

If your legacy data comes with a flat file LSMW is a good tool to import master data.

Read only

Former Member
0 Likes
890

Hi,

Please provide me the inputs.

on BAPI or BDC to create employee master data for HCM_063 request issue.

Thanks In advance.

Regards,

Rajesh Kumar