cancel
Showing results for 
Search instead for 
Did you mean: 

RH_STRUC_GET

Former Member
0 Kudos

Hello,

I would like to get the sales_organization for the current user.

For this I tried:

FM RH_STRUC_GET

ACT_OTYPE: US

ACT_WEGID: US_CP_OO

which gives a result. But how can I find out which one in the result is the sales organization?

Thanks.

Bernd

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

I would suggest using CRM_EMPLOYEE_GETORGUNIT instead.

Regards

Radek

Former Member
0 Kudos

Hello,

this gives me back the name and id of the users organisation. But what we would need is the name of the related sales organization, which could be defined some levels up the org model.

Thanks