on 2013 Oct 17 5:42 PM
Hi Sap Gurus,
Is there any t-code or Table or Functional module to find list of list of users assigned to a particular company code/ Purchasing organization in PPOMA.
I tried using SUIM, and some functional module..
We are on SRM 7.01 and i would like to pull all the users assigned to Company Code XXXX.
Thanks in advance
Request clarification before answering.
Hi Sandy,
You can try the following and it should work:
Pass the *company code* (*XXXX*) in the value field and Attribute as "BUK" in HRV1222A table. You will get position IDs of the users thru this. Now pass these position IDs in HRP1000 table and you will get the user IDs.
This should work out.
Regards,
Ajay
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Sandy,
HRP1222A will give you the Org ID. This ID needs to be passed into FM -
BBP_OM_STRUC_GET_USER_FROM_ORG.
Sorry for the misunderstanding here.
Please note that SEL date in this FM should be the latest date so that this will fetch all the suer IDs which have been assigned before this date.
Hope this is clear now.
Regards,
Ajay
Hi Sandy,
The above one is the easiest way to find the list of users assigned to a specific company code. I am not sure how this can be done thru SUIM.
But there is another way which is a bit lengthy:
Take an extract of all the users in PPOMA to a spreadsheet in (you just need to expand all the nodes and click on Print icon). Thru this you would get the position IDs of all the users. Now pass all these in HRP1001 table - and you will get 2 values for each S ID - one for the org to which it is assigned and 2nd one is the CP number.
By passing the same S IDs to HRP1000 table, you will get the corresponding user IDs.
Reagrds,
Ajay
Hi Sanjay,
Use Transaction RE_RHXSTR01, after executing give the organisational unit of comp code or Pr Org, you will get the list of users under it. Transfer the result into excel and than you can play with it.
Best Regards,
Anil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.