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: 

Organisation Structure

Former Member
0 Kudos

Hi ,

I am using FM '' to get organizational structure search help. However, i need the root to be the one entered by user but this FM gives whole organisational structure.

I tried using parameters 'ACT_ROOT_OT' and 'ACT_ROOT_ID' to restrict the tree but it's not working.

Can anyone tell me what i am missing over here.

Thanks in advance..

-Aleria

3 REPLIES 3

Former Member
0 Kudos

Check out FM RH_STRUC_GET.

Former Member
0 Kudos

Hi

If you want to get organizational structure data,use FM RH_STRUC_GET:

- ACT_OTYPE is object type root node,

- ACT_OBJID is object ID root node,

- ACT_WEGID is evaluation path (see table T778A to get the one you need

hope this will helps you.

Regards,

Kiran

0 Kudos

Hi ,

Thankyou for teh reply. However, i need a popup to show org structure from which user can make a selection but FM 'RH_GET_STRUCT' just provides thse structure and not pop up.

the FM i am using it solves the purpose but the only problem is that it shows the whole structure but i want the root note to be the provided by user.

-Aleria