Hi
I'm trying to use the Bapi BAPI_HRMASTER_SAVE_REPL_MULT &
BAPI_ORGMASTER_SAVE_REPL_MULT
to create a new position id for already existing Organisation(O) and Position(S)
The scenario is like this
I'm having a organisation(o) and postion (s) for which i have to assign an employee (p) through Bapi but not by using any FM. So whenever i tried to put an command U to update the field it was not updating the field but when i tried with the command I then it was deleting the related employee id which i had declared over there to insert that position.
So let me know what are the other BAPI to create a new position ID or else plz provide me the necessary parameters to be passed for the same BAPI here i'm providing you the parameters which i had already passed
HR_OBJECT_HEADER
PLAN_VER 01
OBJ_TYPE S
OBJ_ID 50000519
PROOF X
OPERATOR U
HR_INFOTYPE_HEADER
PLAN_VER 01
OBJ_TYPE P
OBJ_ID 00000013
INFOTYPE 1001
SUBTYPE
FROM_DATE 16.01.2008
TO_DATE 31.12.9999
PD_OBJECT
CLIENT 100
PLAN_VER 01
OBJ_TYPE P
OBJ_ID 00000013
INFOTYPE 1001
SUBTYPE
PL_STATUS 1
PRIORITY
FROM_DATE 16.01.2008
TO_DATE 31.12.9999
LANGU EN
DUMMY_9
IT_REC_NO 000
CHANGED_ON
CHANGED_BY
REASON
HIST_FLAG
IT_TXT_MOD 00000000
OBJ_ABB JACKSON
OBJ_NAME JACKSON BRUCE
DELIM_DATE
LANGU_ISO EN
I had cross verified with different different scenarios so plz check it and provide me a suitable solution
Regards
Krishna