‎2011 May 04 12:17 AM
Hi,
I need to perform a mass change on employee data in SAP HR. I need to make some fields as default static value. Could you please suggest me any standard program or if I need to write the custom code how could I do that. Do I need to call some BAPI or what. The data which I need to change is Basic Personal Data and contract data.
Thanks,
Edited by: WDAbap on May 4, 2011 2:07 AM
‎2011 May 04 4:56 AM
You can use function module HR_MAINTAIN_MASTERDATA.
The FM allows you to maintain several infotypes for an employee at a time.
For more information, Goto SE37 -> Give FM name and do "Where used list".
‎2011 May 04 1:17 AM
Hi
I dont think so there is a std program. So you can develop a custom pgm. To update the records use the FM HR_INFOTYPE_OPERATION just pass necessary infotype inside the loop with pernr and endda and I as insert perameter which update the database.
Regards
Vijay
‎2011 May 04 4:56 AM
You can use function module HR_MAINTAIN_MASTERDATA.
The FM allows you to maintain several infotypes for an employee at a time.
For more information, Goto SE37 -> Give FM name and do "Where used list".
‎2011 May 06 1:11 AM