cancel
Showing results for 
Search instead for 
Did you mean: 

Update InfoType 0000 & 0001

Former Member
0 Kudos

Hi,

I need to update the master data for all employees.

These Fields that I need to update

Position

Personal Area

Personal Sub Area

Employee Group

Employee Subgroup

Payroll Area

how I can update all the employess at once?

Accepted Solutions (1)

Accepted Solutions (1)

former_member193210
Active Contributor
0 Kudos

Do you have integration between OM and PA?

If so, that would have an impact on the information to enter on your Data File, but any solution would involve the creation of a Program/Script to create the Infotypes and a File (Text or Excel) to hold the data.

As suggested by Igor, you can ask an ABAP Programmer to create a Program for that Upload, or you could use t-code lsmw to create a script to do the same.

Answers (1)

Answers (1)

IN
Contributor
0 Kudos

Hello,

You can write some ABAP code and use FM 'HR_INFOTYPE_OPERATION'. Do some search on that FM and you will easily catch how to use it. As an alternative you can use LSMW.

Regards,

Igor