cancel
Showing results for 
Search instead for 
Did you mean: 

Nee a BAPI for PA40 (Hire action)

Former Member
0 Kudos

Hi all!

I need an bapi for hire action in PA40.plz let meknow is there any std. BAPI for the same.

Thanks,

palani.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Thanks problem resolved.

Former Member
0 Kudos

hai raja,

Re: Hiring action in background

Posted: Dec 6, 2005 7:30 PM Reply E-mail this post

Hi Prasanna ,

I think the Hiring action should only be done in foreground by User and my view on this issue is , using BDC for that is not advisable. The reason is , when you do a hiring activity thru PA40 you are not updating only one Infotype , instead a series of infotype has to be updated as defined in the HR Customization.

You can insert a record by BDC or you can use the function module 'HR_INFOTYPE_OPERATION' to insert a record in to desired infotype

Regards,

Srikanth.

suresh_datti
Active Contributor
0 Kudos

Hi,

One option is to copy HR_MAINTAIN_MASTERDATA, make it RFC enabled & use the NO_EXISTENCE_CHECK parameter. This way you can replicate a hiring action.. may not be the best approach.. but it works...

Regards,

Suresh Datti

jayanthi_jayaraman
Active Contributor
0 Kudos

Hi,

Check this link and kindly reward points by clicking the star on the left of reply,if it helps.

http://www.planetsap.com/SAP46B_BAPI_LIST.htm

Former Member
0 Kudos

hi

you may use the Business Object "HRMasterDataReplica". It has one class method as "SaveReplicaMultiple" which has an import parameter "EmployeePersonnelAction" for the infotype 0000, "EmployeeOrgAssignment" for the infotype 0001 and

"EmployeePersonalData" for the infotype 0002.

In addition to standard BAPI parameters, at least these three parameters must be filled to create an employee. To trigger other actions you can use the one for "0000".

regards

austin