Application Development 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: 

HR Position Creation Function Module

Former Member
0 Kudos

Hi all,

We generally use BDC program to upload positions through T.Code PO13. Is there any BAPI/function module available for the creation of Positions rather than thru BDC?

Regards,

Venkat

5 REPLIES 5

venkat_o
Active Contributor
0 Kudos

Hi Venkat,

I have found one BAPI for position .

<b>1</b>.Go to Transaction :BAPI

<b>2</b>.Personnel Mgmt->Organizational Structure

->positionHR

<b>3</b>.Explore the BAPI and Using that u can create

Positions.

<b>4</b>.Double click on Business object <b>positionHR

</b>.U can come to know what can we do with that .

I think it helps u .

<b>Thanks,

Venkat.O</b>

Former Member
0 Kudos

In HR we have one BAPI , which is used for creation of positions.

The BAPI is " BAPI_HRMASTER_SAVE_REPL_MULT ".Once you go through documentation of this you come to know what are the parameter we need to give.

we need to pass some main tables

Object header

Infotype header

relatoinship table

return table

Thanks

Giridhar

0 Kudos

Hi,

You can also use the function module RH_OBJECT_CREATE to create Positions.

Regards,

Suresh Datti

former_member188685
Active Contributor
0 Kudos

Hi,

Check this ...

Regards

vijay

0 Kudos

RH_CREATE_POSITIONS

RH_MWB_ORGUNIT_CREATE

RH_MWB_POSITION_CREATE

reward points if it helps

gunjan