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

What BAPI do I need.

Former Member
0 Likes
659

Hello All,

Is it ok to insert into standard E-Recruitment tables in a HR function module (HRWPC_EREC_CREATE_EREC_OBJECT[with a Z]) using insert statements or is there a BAPI available to do that. Is it a good idea to use simple insert statements in this case at all.

Thanks and Regards.

Srinivas

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
614

Hi,

Another option, instead of HR_INFOTYPE_OPERATION, please use FM HR_MAINTAIN_MASTERDATA.

Please check the following thread.

Regards,

Ferry Lianto

5 REPLIES 5
Read only

Former Member
0 Likes
614

Hi,

Try with the fun module

HR_INFOTYPE_OPERATION

Regards,

Anji

Read only

0 Likes
614

Does HR_INFOTYPE_OPERATION allow me to insert specific columns in HRP5125 and HRP5126 ?

Can you tell me how should I use this Bapi, cause this is my first use.

Thanks and Regards.

Srinivas

Read only

Former Member
0 Likes
615

Hi,

Another option, instead of HR_INFOTYPE_OPERATION, please use FM HR_MAINTAIN_MASTERDATA.

Please check the following thread.

Regards,

Ferry Lianto

Read only

0 Likes
614

Hi Ferry,

Thanks a lot. How can I use HR_MAINTAIN_MASTERDATA, to insert values (say for 3 columns instead the entire row) into HRP5125 and HRP5126. Can you give the syntax as this is my first use of a FM.

Thanks and Regards.

Srinivas.

Read only

0 Likes
614

Is it possible to use the FM "HR_MAINTAIN_MASTERDATA" to insert some values into E-Recruitment tables HRP5125 AND HRP5126.

Thanks and Regards.

Srinivas