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: 

HR_MAINTAIN_MASTERDATA create new employee with specific PERNR

Former Member
0 Kudos

I have a list of new employee to import into SAP in automation

And this employee have a I have a list of new employee to import into SAP in automation

And this employees have a their id

How can i create new employees into SAP with a their id ?

thanks

5 REPLIES 5

Former Member

Hi Maetto,

Use External Number Ranges,

Thanks & Regards,

Shiva vs.

Former Member
0 Kudos

in practice, what should I do?

Es. PERNR = 645 and this ID not in SAP by i must create id bay rfc abap

0 Kudos

You dont have to do anything. Just pass all the details with the employee number to the FM. It will create the employee with that number provided the number is avalaible and is in the number range.

Former Member
0 Kudos

Is your system set up to assign a new employee number when the hire process is initiated? Why are you giving people an employee number before they are hired into the HR system?

If you use PA40 I think (not sure) you can assign an employee number on the screen.

SL

Former Member
0 Kudos

We manage the HR by an external program and we have to automatically update employees on SAP.

So there is no way to write a rfc ABAP that simply creates an employee with a specific Id?

What is FM?

As the active?