Tables for User Details & User Tcode Details.

Hi all,
    I'm need of the tables as per the criteria given below.
         1. User List
         2. Tcodes associated with the User.
     Also let me know if there is any Standard Report that returns list of users with tcodes associated with them.
     Can anyone help me out?
Thank You.

Hi Shrilath,
     You can use tcode SUIM - (User info system- most user related report can be found here).
SAP has provided you with the SUIM tool for these kind of generic requirement, so avoid using this than creating your own custom program(no reinvention of the WHEEL).
As about you requirement, execute tcode SUIM
Execute the selection "Executable for User" and Enter user name
You will be listed with all the tcode the user can execute in the system.
As about your initial requirement to get all users in the system.
You can execute the User section (drill down on first screenshot), and execute without any filter values on address or user name. You should get all the users in the system
Thanks & Regards,
Tashi

Similar Messages

  • How to block a single table for a single user

    Hi all.
    I want to block a single Z table for a single user. How to do this?  If he/she tries to display data using SE16 or SE11 Tcode he/she should get an error message.
    Regards,
    Prajwal K.

    Hi Prajwal,
    We can use the function modules ENQUEUE_E_TABLE for locking tables and the function module DEQUEUE_E_TABLE for unlocking tables. With this method, we don't need to lock objects in order to lock the tables. In other words, any table can be locked/unlocked using these function modules.
    Check this sample code:
    *Locking Table*
    data:
    varkey like rstable-varkey.
    varkey = sy-mandt.
    locking the tables............................
    call function 'ENQUEUE_E_TABLE'
    exporting
    MODE_RSTABLE = 'E'
    tabname = 'MARA'
    varkey = varkey
    X_TABNAME = ' '
    X_VARKEY = ' '
    _SCOPE = '2'
    _WAIT = ' '
    _COLLECT = 'X'
    exceptions
    foreign_lock = 1
    system_failure = 2
    others = 3.
    Hope this helps you.
    Regards,
    Chandra Sekhar

  • Table for email of users

    hai freinds can any one tell me in which table are the email id of the sap user is stored
    thanx on advance
    afzal

    ADR6
    select single adr6~smtp_addr into smtp_address
                   from usr21
                      inner join adr6
                        on  usr21addrnumber = adr6addrnumber
                        and usr21persnumber = adr6persnumber
                                where usr21~bname = sy-uname.
    Regards,
    Amit
    Reward all helpful replies.

  • CRM tables for iBASE, Counter and pricing details.

    Hi Everybody,
    Can anybody help me with the name of the tables and the joining condition for iBASE, Counter and pricing agreement tables.
    Say, I have only service contract number and GUID, to start with.
    I'm looking for counter id and the reading, from iBASE. Then, using the pricing agreement, I want to convert the volume to an amount.
    Regards,
    Sanj.

    Hello,
    Could you find a way out for creating counters in an IBASE component programatically?
    Rgds
    Priyanka

  • Tables for Production order BOM item Details

    Dear all,
    I am new to PP Module i want know table where we can find BOM quantites used against Production.
    Also Please help me with table Structure of PP Module.
    Regards,
    Gaurav Sood

    Hi can you please tell how link this table with AFPO table
    STLTY     STLTY     CHAR     1     0     BOM category
    STLNR     STNUM     CHAR     8     0     Bill of material
    STLKN     STLKN     NUMC     8     0     BOM item node number
    Regards,
    Gaurav

  • API and table for AR CUSTOMER SITE payment details

    hi,
    what is the API to create the RECEIPT METHOD of a CUSTOMER ACCOUNT SITE? and what is the table to be used?

    hi,
    but Oracle Note 273476.1 says that i can use ra_cust_pay_method_interface to update the my existing CUSTOMER. i just posted the problem regarding this in another thread
    how to populate ra_cust_pay_method_interface ?

  • Dictionary table for class description in tcode il03

    Hi,
    Please let me know the dictionary table where  class description is getting stored while using the transaction il03 and while i tried i came to know that it is not in  the table swor..
    Regards,
    Nikhil...

    Check IFLOTX
    Nag

  • Master Table for Work Items from BSP Application

    hello guys,
    just want to ask if there is a master table for work items (and other details) from BSP application?

    Hi,
          Ya its true but i want to connect my customized application to UWL in Enterprise Portal and there after approval i want my workitems to be punched in R/3 system.Is there any source code available,so that my application directly contact UWL in sap enterprise Portal as a link or workitems where user should have an option to approve or reject.
    If u have any idea plz let me know.
    Thanks in Advance
    Regards
    Santosh Saraf

  • How to fill up set up tables for 2lis_03_UM and BF?

    Hi,
    I am working on Material movements, and i have a How to do document. According to that, its showing me to fill up set up table for 2Lis_03_bf by using TCode OLI1BW, and in the very next step its again telling me to fill up set up table for UM, by using the same TCODE ( OLI1BW ) .
    Now, if i do that, how would the system know that it has to fill up set up table for BF and then UM ? , no where in the screen its asking to fill up the Data source.
    OR i just have to fill up set up table ONCE, and it will fill up for both the DS ?
    please help.
    thanks

    Hi,
    I think you can follow the same procedure.  After completion of setup table filling you can check the result in RSA3.
    In case of UM, you will have the provision to load data based on specific Company codes, but if you don't have any such requirement then you can simply fill setup tables.
    Regards,
    Durgesh.
    Edited by: Durgesh Gandewar on Aug 30, 2011 10:29 AM

  • Table for User Address details

    Hi All,
    I wanted to know in which table the address of the employees (users) saved in SRM5.0? I checked function module BAPI_BUPA_ADDRESSES_GET, but it just links the business partner number to the Address Guid. How do I find which address detail is linked to this Guid? I checked table ADRC, but couldnot find it there. Could anyone help me on this?
    My actual issue is that, for a particular user,the address information doesnot showup in the shop screen(when I try searching for this user using 'shop for' option). The users in SRM are replicated from HR Org structure in ECC6.0
    So, I wanted to know which table of SRM is not updated with the address linking this user.
    For this particular user, I can find 2 address guids from the function module, BAPI_BUPA_ADDRESSES_GET. Is that the reason for this issue?
    How do I resolve this?
    Regds,
    Ancy

    Hi,
    The link between these two business partner number is Person number.. Following is the architecture..
    1) User will have a Business Partner number in SRM
    2) Company/org will have a Business partner number in SRM
    3) There is something called User and company relationship will exist by person number, i.e. User's official information like  Building, Floor, Room Number are stored under company's /org's BP address number refer to person number..
    BP u2013 Business Partner *************
    This should be helpful..
    Thanks!!
    Bharath

  • Table for finding out the User details

    Hi All,
    We need to create a KPI for number of hours a user has looged into a system. Is there any specific table where all the user related information is captured.If the information is not present in a table where  can we find the above information?Please someone help me out.....
    Also is it the same in all the systems or does this information differ from system to system?If it differs then how do we find the number of hours a user has logged in for a BW system, for a CRM system and for ECC system?
    Regards,
    Shravani

    Hello,
    USR01User master record (run-time data)
    USR02 Logon data
    USR03 User address data
    USR04 User master authorizations
    USR05 User Master Parameter ID
    USR06 Additional data per user
    USR07 Object/values of last failed authorization check
    USR08 Table for user menu entries
    USR09 Entries for user menus (work areas)
    USR10 User master authorization profiles
    USR11 User Master Texts for Profiles (USR10)
    USR12 User master authorization values
    USR13 Short Texts for Authorizations
    USR14 Surchargeable language versions per user
    USR15 External User Name
    USR20 Date of last user master reorganization
    USR30 Additional Information for User Menu
    USR40 Table for illegal passwords
    USR41 User master: Additional data
    USRCOBJ Object Filters for Exploding Product Structures
    USRM0 Material Master User Settings: User Screen Reference
    USRM1 Material Master User Settings: Organizational Levels
    USRM2 Material Master User Settings: Logical Screens
    USRMM User settings: material master
    Might be these can help you.
    Thanks
    Geeta

  • How to find out the logout details for a perticular user .

    Hi,
    I have an requirement to write a report which will run for hourly basis. using this program  i need to find out the logon & logout details so that i can calculate  the total productive hour for a perticular user. using table usr41 i can find out the logon detail. but i need to know the logout detail also to calculate the productive hour.
    pls suggest.

    Hi,
    Check these below threads:
    user log in & log out time SAO
    How to find user log-out time ?
    Regards,
    Nitin

  • Query regarding the fields details in particular form for all the users in

    Dear All,
                  I have one query regarding the fields details in particular form for all the users in company.
    Let take an exapmle if i had created Purchase Order having fields in content tab as 1.Item No. 2.Quantity 3.Unit Proce   4.Total   5. Location.
    While Login in User manager i set these fields only for Purchase order , but when i login from other user and open the similar purchase order the defaults fields are also seen including  above 4 fieds .
    Now my question is how to set the User choice fiels for the particular form that are common to all users.
    Means whenever i login in any user and opens the same document the same fields should be seen....Thanksssss.........

    You have to login with each and every user and do the Form Settings of every forms, so that all the forms look same for all the users.
    This is a manual job and you have do do it with every user login.
    Alternately, you can try out this link that explains
    [How to Copy One Screen Layout to Another User|http://www.sbonotes.com/2008/03/how-to-copy-one-screen-layout-to.html]

  • Table for getting details in segment of Allocation (Tcode GA13)

    Hi Guy,
    I need a table which shows that in a certain Allocation cycle (Tcode GA13), how many segments are there and in those segments the details of sender/receiver (all the detailed attributes)
    I could not find any database table just table T811C which shows the Cycle details but not for any segment details.
    -JR

    Hi Ravana,
    go for T811S Allocation Segments
    Regards JMy

  • Where can I find a detailed user manual for my MAC

    Where can I find a detailed user manual for my Mac

    Here http://support.apple.com/manuals/#imac find the correct ken for your iMac.

  • Tables for Payment Proposal and Payment Run by user

    HI,
    I am looking for some help on a task that I have been given to complete
    I am looking for tables on a payment proposal and a payment run
    I would like to be able to see who run the proposal and who run the payment run for a year to date 
    Thanks and Kind Regards
    Angela Prinsloo

    Hi,
    Payment proposal and payment run
    Table REGUV
    XVORE = 'X'
    XECHT = ' '
    Payment run user details
    REGUA
    You can explore REGU* tables for more automatic payment run related details.
    Best Regards,
    Madhu

Maybe you are looking for