cancel
Showing results for 
Search instead for 
Did you mean: 

How to find out member of a Team

Former Member
0 Kudos
256

Hi Experts,

I am new in HR module.

I want to know all members of a team.

Is there any function module that takes PERNR as the

import parameter and return the list of PERNR of all

members of the team .

Please help me ASAP.

Thanks in advance.

Warm Regards

Kulvendra kumar

Accepted Solutions (1)

Accepted Solutions (1)

103343
Active Participant
0 Kudos

You may use function RH_STRUC_GET.

U have to use appropriate WEGID to find your information. Perhaps you have to first start the function to get the orgunit of your pernr, than call the function with WEGID 'O-O-S-P' to get all persons in that orgunit.

Regards,

Herbert

Former Member
0 Kudos

Hi Herbert,

Thanks for your support.

Can you explain in Details,

what is WEGID and 'O-O-S-P'.

103343
Active Participant
0 Kudos

WEGID is a parameter for an Evaluation Path

Definition

Contains a code representing an evaluation path. An evaluation path

allows you to focus inquiries/reports on objects which are affected by

certain relationships.

Use

Use this field to confine an inquiry/report to a specified evaluation

path. To do so either:

o Enter the appropriate code

o Request a list of paths and make a selection

When you select the down arrow, a pop-up window appears. In the

From, Via, and To fields, enter the object type codes of the objects

that interest you. A second window appears listing the possible

evaluation paths. Select the appropriate option.

Example

You may want to focus on objects involved in the relationship construct:

organizational unit (O) > position (S) > person (P)

O-O-S-P is one WEGID which has the following route O(object)-O(object)-S(poSition)-P(person).

Try to test the functionmodule in transaction SE37 oder use report RHWEGID0 which shows you about WEGIDs in your system.

Former Member
0 Kudos

Hi Herbert,

My problem is approx solved.

I am new in HR module so don't mind my silly questions.

Let me know how to create the team in HR,

all the team member has the same organization unit or

same personal area or same Employee Group.

My problem is I want to know all the team mates of an

Employee.

There is a Evaluation path O-P Internal person of an organization

unit. Can I use this path to get the team mates of an Employee.

Thank you very much for your help.

103343
Active Participant
0 Kudos

You create organizational structure in transcation PPOME.

There you define orgunits as a tree. Every branch of a tree can have posititions, an a position can have an holder (or several holders) which is normally a person.

The above mentioned function module allows to evaluate this orgtree. Unfortunately I do actually not know any evaluation path that directly gives the members of a team. But there should be one path that gives the leading orgunit. Than you can start the module angain to get all the persons that are assingned to that orgunit.

I do not think that internal person will help you. Try to find leading orgunit first, and than all persons in that orgunit with e.g. O-O-S-P.

Answers (1)

Answers (1)

Former Member
0 Kudos

F M RH_STRUC_GET

is used to find out your Org Management Structure.

Go to SE37 take this FM and search for Where used list and understand how this is used and how you can relate to your Requirement, Becuase this will help to sort your requirement.