cancel
Showing results for 
Search instead for 
Did you mean: 

PB10 displays a screen if we attempt to hire a previous employee

Former Member
0 Kudos

Job applicants apply on our website. The web site gives us a flat file and we have written a custom ABAP program that uses 'CALL TRANSACTION' to create applicants in our SAP HR system. We are in version 4.7.

When we try to create an applicant who has been employey by us before the system displays a screen informing us of the same. This screen causes our BDC to fail.

Is there a way we can prevent this screen from appearing?

Edited by: Mark Christian on Mar 27, 2009 3:37 PM

Accepted Solutions (0)

Answers (2)

Answers (2)

timo_ehl3
Participant
0 Kudos

I'm exactly facing the same isue with these flat file. can anyone provide the bdc data for pb10. In my case its not possible to fill data in following infotypes...allthough i used recorded map with data.

Former Member
0 Kudos

Hi Mark,

This might not be a solution to what you are currently facing, but it is what I have faced in a similar situation on 4.7. When uploading into recruitment using PB10, when trying to upload a pernr into field P4005-EMPNR it checks the following against the pernr:

First Name

Last name

Date of birth; and

Applicant Group

If these details are in sync with the pernr mentioned then it allows you to save the applicant details.

Regards,

Priya.