cancel
Showing results for 
Search instead for 
Did you mean: 

Creation of a root organnization.

ravishshetty_r
Advisor
Advisor
0 Kudos

Hi ,

We creat root organization structures via the transaction PPOCE. Now i have to create these org structures Programatically.. Are there any standard Function modules which can be used ? . Also i need to create a new position underneath it . Please let me know of any standard FM's

Thanks and Regards

Ravish.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Ravish,

you could use

RH_CREATE_OBJS

RH_CREATE_POSITIONS

RHOM_CREATE_OBJECTS

RHOM_CREATE_OBJECTS_FROM_TAB

RHOM_CREATE_RELATED_OBJECT

Regards

Bernd

ravishshetty_r
Advisor
Advisor
0 Kudos

Hi Bernd,

In creation of Position, there are different type of position , say a staffing manager or just a staffing assignment. how do i specify this.

Thanks and Regards

Ravish

Former Member
0 Kudos

Hi Ravish,

this is build up with the assignment between the objects.

for RHOM_CREATE_RELATED_OBJECT following example(se37 import) should

work to create a manager position

FATHER 01O 0000071001.01.200231.12.9999

PLVAR 01

OTYPE S

OSTAT 1

BEGDA 01.01.2007

ENDDA 31.12.9999

RSIGN_FATHER_TO_SON B

RELAT <b>012</b>

PERCENTAGE 100,00

SHORT Short

STEXT Stext

IS_ROOT_OBJECT

for normal staff you have to use <b>003</b>.

If you use this funktion module you have to make sure to write the buffer (RHOM_WRITE_BUFFER_TO_DB) on database because it writes only in buffer.

Regards

Bernd

ravishshetty_r
Advisor
Advisor
0 Kudos

HI Bernd,

Thanks a lot.

Best Regards

Ravish

Answers (0)