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

HR-Function module

Former Member
0 Likes
955

hi every one,

i am new to HR ABAP, is there any function module to create position and relationships, which we usually create from PO13 tcode, if there plz guide me how to use those function modules.

thanks in advance

Chinnu.P

6 REPLIES 6
Read only

Former Member
0 Likes
843

Hi,

Pls check FM HR_ECM_READ_INFOTYPE_1001

It will be helpfull.

Read only

0 Likes
843

hi sri

i am trying to create the position and the relationships, i want FM for create . any other FM'S are there.............?

Read only

0 Likes
843

hi,

check these fm.

HR_ID_POSITION.

HRHAP_SEL_POSITION_OF_PERSON

HR_HCP_GET_EMPL_FOR_POSITION

HR_HCP_GET_JOB_FOR_POSITION

HR_HCP_GET_ORGA_FOR_POSITION

HR_HCP_GET_POSITION_FOR_EMPL

HR_ASSIGN_MULTIPLE_POSITIONS

Read only

Former Member
0 Likes
843

i got the solution , thanks for all.

Read only

0 Likes
843

Hello, what FM did U use for it? I also try to find it

Read only

0 Likes
843

You can use FM RH_OBJECT_CREATE to create the position (table HRP1000) and FM RH_INSERT_INFTY (or RH_INSERT_INFTY_1001_EXT) to create the relationships (table HRP1001).