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
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
Add a comment