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

How to avoid creating a relationship when using bapi_erc_appl_create_ext

Former Member
0 Likes
361

Hi friends,

I am using the BAPI:bapi_erc_appl_create_ext to load the External Applicant data into E-Recruiting. Upon execution of this BAPI, it will create all the required HRP infotypes which also includes HRP1001 relationships. But as per our requirement, we are not supposed to create the relationship 'CP to US'(Which is Central Person to User name) for external applicants. But this BAPI is also creating the above relationship. Can anybody please suggest me if there is a way to stop creating this particular relationship when using the above BAPI.

Thanks in Advance!

Regards,

Venkat.

1 REPLY 1
Read only

Former Member
0 Likes
325

Hi Venkat,

This BAdI is called in standard method when the system loads external applicant data into E-Rec. and it calls

function 'HR_ERC_CREATE_APPLICATION' which creates relationship between US and CP for external applicants.

This is not configurable but a must in E-Recruiting systems. If it stopped creating users, then you wouldn't have

the possibility to log onto E-Recruiting pages anymore.

Regards,

Chengxi