‎2008 Apr 24 2:38 PM
Hey All,
I am trying to create a new employee using HR_MAINTAIN_MASTERDATA and HR_INFOTYPE operation(using the no_existence_check), but am running into issues every time. Is it possible to create a new employee using this FM. Is there any other FM which can be used instead. I want to use a FM and not BDC/LSMW.
Any suggestions are highly appreciated.
Thanks,
Aparna
‎2008 Apr 24 2:44 PM
Not a good Idea to use this FM. Actions in HR are done in Info groups (chain of Infotypes). If you want to use this Fm you will have to use this FM for Chain of IT. The person can get hired but will be incomplete.
Complicated Logic
1. Create IT000 - Actions Record via FM
2. Create IT001 - Org Assignment Record via FM
3. Create IT002 - Personal Data Record via FM - Screen Changes as per country
BDC will be a better Idea. SAP has provided a tool for migration called DTT which uses BDC sessions. To use DTT is mentioned in the SAP HR Best Practices as well.
Amandeep
‎2008 Apr 24 2:44 PM
Not a good Idea to use this FM. Actions in HR are done in Info groups (chain of Infotypes). If you want to use this Fm you will have to use this FM for Chain of IT. The person can get hired but will be incomplete.
Complicated Logic
1. Create IT000 - Actions Record via FM
2. Create IT001 - Org Assignment Record via FM
3. Create IT002 - Personal Data Record via FM - Screen Changes as per country
BDC will be a better Idea. SAP has provided a tool for migration called DTT which uses BDC sessions. To use DTT is mentioned in the SAP HR Best Practices as well.
Amandeep
‎2008 Apr 24 3:17 PM
Thanks for your reply. Can you give me more information about this DTT tool. Like how do i access it. Is there a transaction?
Thanks,
Aparna
‎2008 Apr 24 3:47 PM
Read this doc. HCM Best practices.
http://help.sap.com/bp_hcmv1500/HRBP_Canada_V1_500/HTML/hcm_toc.htm
Amandeep
‎2008 Apr 24 3:50 PM
I found that link. But isnt that specific to canada. I am based in US. I tried the transaction /HRBP/ZDDT. But the transaction is not avalaible in my system. Do i have to install any pakage?
‎2008 May 15 5:03 PM
Figured it out myself. Was able to create new employees by customizing HR_INFOTYPE_OPERATION.
Thanks.
‎2008 Jul 29 11:18 PM
Hello Aparna - we are facing similar problem .Creating a new employee using HR_MAINTAIN_MASTERDATA . We are also able to create by using custom FM. But I am wondering is there anyway we can do with out customizing ? Is your case also failing at sy-binpt field ? In our case as this is not being checked , infotype 3 is not getting filled , so it's getting failed...Is this same issue with you ?