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

BAPI_HRMASTER_SAVE_REPL_MULT

Former Member
0 Likes
371

Hi,

can anyone tell me what values do i need to fill in:

HR_OBJECT_HEADER structure's PLAN_VER, OBJ_TYPE, OBJ_ID, PROOF and

OPERATOR.

thanks,

Ridhima

1 REPLY 1
Read only

Former Member
0 Likes
323

hi

good

HR_OBJECT_HEADER ->

CALL FUNCTION 'BAPI_HRMASTER_SAVE_REPL_MULT'

TABLES

HR_OBJECT_HEADER = it_bapihrobj

HR_INFOTYPE_HEADER = it_bapihrinf

  • EMPLOYEE_PERSONNEL_ACTION =

EMPLOYEE_ORG_ASSIGNMENT = it_bapihr0001

RETURN = it_return.

thanks

mrutyun^