cancel
Showing results for 
Search instead for 
Did you mean: 

Modification of organizational structure

Former Member
0 Kudos

Hi,

is there a solution to modify quickly the organizational structure using a macro or a report or something like that.

thank you.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

You will have to write a Z programs for creating the following

first create a program to create the Organization Structure nodes using FM

GUI_UPLOAD

HR_ENQUEUE_OBJECT

HR_DEQUEUE_OBJECT

BBPU_CREATE_ORGUNIT_AND_BUPA

then use second program to update the attributes

RH_GET_ACTIVE_WF_PLVAR

RH_READ_OBJECT

so this can be achived through built in z custom program.

thanks