‎2008 Aug 22 5:51 AM
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
‎2008 Aug 22 6:21 AM
‎2008 Aug 22 6:24 AM
hi sri
i am trying to create the position and the relationships, i want FM for create . any other FM'S are there.............?
‎2008 Aug 22 6:32 AM
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
‎2008 Aug 22 7:21 AM
‎2013 Jan 11 7:02 AM
‎2013 Jan 11 5:54 PM
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).