Application Development and Automation 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: 
Read only

recursive function module for OM

Former Member
0 Likes
456

Hi all,

I have to write a function module to retrieve the Org. Management hierarchy to a xml, the outcome should be like the results of transaction PPOSE.

How to write a recursive function module to retrieve the data from tables HRP1001 and HRP1000 ?

Thanks.

2 REPLIES 2
Read only

suresh_datti
Active Contributor
0 Likes
380

Hi Macy,

try using the delivered function module RH_STRUC_GET.

Regards,

Suresh Datti

Read only

0 Likes
380

Thanks.

But when I test the delivered FM, it does not return any entry, so I guess it may not be appropriate in my case.