‎2006 May 25 5:46 AM
Hi All,
Is there any <b>Function Module</b> available in HR module to create '<b>Position</b>'(PLANS) which can be done through 'PPOME'/ 'PP01' / 'PP02'.
Thanks.
Regards
Tina
‎2006 May 25 6:04 AM
HI
GUD
GO THGOUH THIS AND YOU CAN GET ALL THE AVAILABLE HR FUNCTION MODULES.
They are managed with transaction SE37 and combined to function groups according to relevant criteria. You can access this transaction under Tools ® ABAP Workbench ® Function Builder.
The HR function groups use the naming convention RPxx or HRxx where xx is an identifier of your choice.
You can use the SHOW FUNCTION * editor command to branch from report processing to function module display.
THANKS
MRUTYUN
‎2006 May 25 10:00 AM
hi
goto BAPI transaction and enter drill down the PM->PA part and check the BAPI relevant to u..else
run thru the transaction and get the program name and the respective attributes of the program and goto se37..press f4..information system...enter the package..and take the relevant FM..
reward points if it helps
gunjan
‎2006 May 25 10:04 AM
HI Tina,
You can use RH_OBJECT_CREATE to create the Positions in HR.
Regards,
Suresh Datti
‎2006 May 25 10:11 AM
try
RH_CREATE_POSITIONS
RH_MWB_ORGUNIT_CREATE
RH_MWB_POSITION_CREATE
reward points if it helps
gunjan
‎2006 May 25 11:19 AM
RH_OBJECT_CREATE should work fine for ur requirement.
Tbanks and regards,
Maheshwari.V
‎2006 May 25 10:07 AM