cancel
Showing results for 
Search instead for 
Did you mean: 

Retrieving positions for a specific Business Role

Former Member
0 Kudos

Hi,

I want to get the positions assigned to one BP, and also the users assigned to each of those positions.

My requirement is - a) To get the positions assinged to a BP ( Org Unit).

b) To get users assigned to each of those positions.

How do I accomplish this?

Any BAPIs or FMs to achieve this functionality?

Any pointers would be helpful.

TIA.

Regards,

Richa

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

It worked. Thanks for the replies.

BGarcia
Active Contributor
0 Kudos

Hi Richa,

If it helps, take a look at my last reply on this thread:

You can achieve that with FM RH_STRUC_GET. There, just study how can you fill the ACT_WEGID parameter. It is there where you indicate what kind of objects you're looking for and how this FM will look for them.

For option a) I would use 'O-S-CP' path

For option b) I would use 'AI_ORGUS' path

But maybe in table T778A you may find best search paths.

Kind regards,