cancel
Showing results for 
Search instead for 
Did you mean: 

Table matching users with Purchasing Org.

Former Member
0 Kudos

Hi,

I would like to know if there is a table, where can can see which users belongs to which Purchasing org.

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

What I need is to find out which purchasing organization a user belongs to, by using the user ID as input.

Former Member
0 Kudos

Hi

<b>Please go through the links for more details, for the related code -></b>

Do let me know.

Regards

- Atul

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi

SRM uses function modules to retrieve dat from set of tables as a standard functionality.

Using any of the following function modules, you can get the required details

"BBP_OM_FIND_PURCH_GRPS_BEI

"BBP_OM_FIND_PURCH_GRPS_ORG

"BBP_OM_FIND_PURCH_ORGS_COM

"BBP_OM_READ_PURCH_ORG_BE

"BBP_OM_READ_PURCH_GRP_BE

"BBP_OM_FIND_PURCH_ORGS_EXT

"BBP_OM_FIND_PURCH_GRPS_BACKEND

"BBP_OM_FIND_PURCH_GRPS

"BBP_OM_FIND_PURCH_GRPS_BEI_2

"BBP_OM_FIND_PURCH_GRPS_COM_2

"BBP_OM_FIND_PURCH_GRPS_COM

"BBP_OM_READ_COMPANY_BE

"BBP_OM_READ_PURCH_ORG_ID

"BBP_OM_READ_PURCH_GRP_ID

"BBP_OM_FIND_PURCH_ORGS_BEI

"BBP_OM_FIND_PURCH_ORGS_COM_2

"BBP_OM_FIND_PURCH_ORGS_BACKEND

Do let me know, incase you face any problem.

Regards

- Atul

dennis_bruder
Employee
Employee
0 Kudos

Hi,

the following function modules should help you to find the tables:

BBP_OM_FIND_PURCH_ORGS

BBP_OM_FIND_PURCH_GRPS

PGRP is linked to a PORG, this FM will give you back the assigned users to a PGRP by entering the org. id of the PGRP:

BBP_OM_STRUC_GET_PUSR_FROM_PGP

Former Member
0 Kudos

Agree - I am also looking for this!