cancel
Showing results for 
Search instead for 
Did you mean: 

How to use RH_CREATE_POSITIONS?

Former Member
0 Kudos

1.)To all SAP Experts tell me how to use the function module RH_CREATE_POSITIONS.

2.) Please tell me how to code this scenario.

1. If Y_INTERN = INTERN, employee sub group = Z9

IF Y_INTERN = TEMPORARY, " " = Z8

If Y_INTERN = REGULAR, " " = Z1 to Z7.

2. This are the values of Y_INTERN.

x= Regular

e=expatriate

n=Inpat/Oversease Trainee

r=contractor

i=intern

'Blank'=retired

w=temporary

Accepted Solutions (0)

Answers (1)

Answers (1)

ssimsekler
Active Contributor
0 Kudos

Hi Van Walter

Could you please specify your requirement more descriptively?

*--Serdar

ssimsekler
Active Contributor
0 Kudos

Hi again

I've inspected the FM you mentioned.

Here is an explanation for the interface:

act_org_objid --> the object id of organizational unit that the positions will be related

act_job_objid --> the object id of job object that the positions will be related [optional]

act_position_count --> number of positions to be created

act_plvar --> Plan version

act_begda --> validity period begin date

act_endda --> validity period end date

act_istat --> state

But, this FM popups a window to get object texts which makes it not so much feasible for some tasks.

To create all kind of objects you can use the function module "RH_OBJECT_CREATE' which is more feasible and useful.

Kind regards...

*--Serdar