cancel
Showing results for 
Search instead for 
Did you mean: 

User ids based on Purchasing org. Group

Former Member
0 Kudos

Hi All,

How can we find the Users  based on the Purchasing organisation group. Please specify the tables or any Function module to display all user's using organisational unit.

Thanks

Srikanth

Accepted Solutions (1)

Accepted Solutions (1)

former_member208244
Active Participant
0 Kudos

Hello Srikanth,

To find users on any Organization already creatd in your Organizational Structure, you just simply need to know the Organization ID and then execute the FM BBP_OM_STRUC_GET_USER_FROM_ORG.

In input parameteres add to table START_OBJECTS the values OTYPE = `O` and OBJID = Your Organization ID (look at PPOMA_BBP).

The result are displayed at USER_TAB with the properly UNAME (UserID) of any user in dependency.

BR,

SG

Answers (0)