How to find list of company codes assigned to users !!!

Forum where general Basis related topics are discussed.

Moderators: BASIS24x7, Rashed

Post Reply
basisguy
Posts: 3

How to find list of company codes assigned to users !!!

Post by basisguy »

Hi All,

Is there is any report or table through which I find the list of company codes assigned to users.(not via PFCG)

How can I find this at a single shot.


Thanks & Regards,
Amit
naveedahmed
Posts: 56

Post by naveedahmed »

hi,

plz chk it out this

Table T001 which displays the company codes within a client... for the users...
sanjaykhatri
Posts: 7

Post by sanjaykhatri »

Options No.1
you can find using transaction suim.

--> users by complex selection criteria
---->by authorization values
-------> Enter authorization object "F_BKPF_BUK "
---------->press enter and enter company code

execute ... you will find the users


Option No.2
You need to find roles assigned to the user first then go to table agr_1252 anf give the value $BUKRS along with the role names.

You will find out the company codes assigned to the user.

Also you can ask ABAPer write a simple ABAP report using joins of table AR_DEFINE and AGR_1252. Also check tables UST12 and AGR_1251.

Sanjay
naveedahmed
Posts: 56

Post by naveedahmed »

hi,

sanjay....

nice posting ......

regards...

naveed ahmed
sap basis consultant
rukku
Posts: 39

Re: How to find list of company codes assigned to users !!!

Post by rukku »

First Check T001 Table.
Other Wise Create Purchase Orde .Here we can find out Company codes.Use ME22/ME22N Transaction
Post Reply