2007 May 03 6:49 AM
hi all,
I trying to use function module hr_maintain_masterdata to hire employees.Anyone have sample report explaining how to use this function module effectively,pls help me out
hi all,
I trying to use function module hr_maintain_masterdata to hire employees.Anyone have sample report explaining how to use this function module effectively,pls help me out
2007 May 03 6:54 AM
Hi Naveena,
There are hell lot of thread about the same FM hr_maintain_masterdata. What you have to do is just paste the same FM in the search tab and it is definate that you will ind your solution istead of waiting for the rightanswer here in your thread.
Hope that you will take my suggestion.....
Regards,
Jayant
2007 May 03 6:55 AM
Hi,
CALL FUNCTION 'HR_MAINTAIN_MASTERDATA'
EXPORTING
pernr = no_emp_int
massn = '01'
actio = 'INS'
tclas = 'A'
begda = sy-datum
endda = '99991231'
OBJPS =
SEQNR =
SPRPS =
SUBTY =
werks = '1000'
persg = '1'
persk = 'D9'
PLANS =
dialog_mode = '1'
LUW_MODE = '1'
no_existence_check = 'X'
NO_ENQUEUE = ' '
IMPORTING
return = return
RETURN1 =
HR_RETURN =
TABLES
proposed_values = it_prop_val
MODIFIED_KEYS =
.
2007 May 03 6:57 AM
2007 May 03 7:04 AM
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |