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

FM hr_maintain_masterdata

Former Member
0 Likes
554

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

4 REPLIES 4
Read only

Former Member
0 Likes
533

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

Read only

Former Member
0 Likes
533

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 =

.

Read only

Former Member
0 Likes
533

if you want the thread url then here are some ....

Hope that this threads itself solves your problem,

If yes please close this thread. and award points to all useful answer....

Regards,

Jayant.

Read only

Former Member
0 Likes
533

Hi Naveena,

Refer the fowwlowing thread.

U will ur requirement.

Reward points if helpful.

Regards,

Hemant