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 to Create Position?

Former Member
0 Likes
2,245

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

6 REPLIES 6
Read only

Former Member
0 Likes
1,208

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

Read only

0 Likes
1,208

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

Read only

0 Likes
1,208

HI Tina,

You can use RH_OBJECT_CREATE to create the Positions in HR.

Regards,

Suresh Datti

Read only

0 Likes
1,208

try

RH_CREATE_POSITIONS

RH_MWB_ORGUNIT_CREATE

RH_MWB_POSITION_CREATE

reward points if it helps

gunjan

Read only

0 Likes
1,208

RH_OBJECT_CREATE should work fine for ur requirement.

Tbanks and regards,

Maheshwari.V

Read only

Former Member
0 Likes
1,208

Hi,

check this thread..

Regards

vijay