2012 May 23 8:44 AM
HI all,
I am trying to create applicant through Standard function module in SAP system with external number range. it is always asking for the number range internally.
Please let me know if there is any FM for the same. I tried with HRWB_APP_CREATE_APPLICANT which is taking the PERNR internally.
also the following FMs are for e-Recruitment.
HR_ERC_UPDATE_CANDIDATE |
HR_ERC_CREATE_APPLICATION |
BAPI_APPLICANT_CREATE is also taking the PERNR internally
HI all,
I am trying to create applicant through Standard function module in SAP system with external number range. it is always asking for the number range internally.
Please let me know if there is any FM for the same. I tried with HRWB_APP_CREATE_APPLICANT which is taking the PERNR internally.
also the following FMs are for e-Recruitment.
HR_ERC_UPDATE_CANDIDATE |
HR_ERC_CREATE_APPLICATION |
BAPI_APPLICANT_CREATE is also taking the PERNR internally
2012 May 23 8:59 AM
Did you check the parameter EMPLOYEENUMBER in BAPI_APPLICANT_CREATE. I see if this is not filled then the routine fill_add_proposed_values inside function P_APP_CREATE_APPLICANT creates something internally.
2012 May 23 10:45 AM
APPLICANTNUMBER ..... is the Export parameter meaning it is creating the applicant, assigning the Appl Number internally and passing it back to us ....
2012 May 23 10:47 AM
Its only creates internally if the field EMPLOYEE NUMBER is blank. Please verify the source code in the routine I mentioned.
employeenumber = " bapip0001-pernr "Internal Applicant's Personnel Number
2012 May 23 11:04 AM
Check the classes begining with CL_HRRCF_CANDIDATE*. For example CL_HRRCF_CANDIDATE_ADMIN_BL.
2012 May 23 9:01 AM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |