Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Standard function module to create Applicant in SAP system with external number range

Former Member
0 Likes
994

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

5 REPLIES 5
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
904

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.

Read only

0 Likes
904

APPLICANTNUMBER      ..... is the Export parameter meaning it is creating the applicant, assigning the Appl Number internally and passing it back to us ....

Read only

0 Likes
904

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

Read only

0 Likes
904

Check the classes begining with CL_HRRCF_CANDIDATE*. For example CL_HRRCF_CANDIDATE_ADMIN_BL.

Read only

Former Member
0 Likes
904