cancel
Showing results for 
Search instead for 
Did you mean: 

Organiation Unit

Former Member
0 Kudos

Hello,

Please let me know how i can get the organization unit details i.e. details maintained in PPOMA_CRM.

Is there a direct func module to retrieve all the details.

Thanks,

Neeraj

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

One of the key Function module is RH_GET_ACTORS. If you have a user and if you get details of the user in the Org struc (ex: how many positions he is assigned to) you can use this FM. Just do where-used-list on this FM and see how it can be used.

Apat from that just look for FM with RHACTOR (all these FM are related to Org structure).

Hope this helps.

-ASB

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Neeraj,

FM * CRM_BUPA_SALES_AREA_GET_ALL* gives you all the sales area maintained in the tcode PPOMA_CRM.

Thanks.

Best Regards,

Arun Sankar. S

CarstenKasper
Active Contributor
0 Kudos

FM: RH_STRUC_GET is one of my favourites to handle the ORG model.

Look into the system how to use it. It is quite complex.

cheers Carsten