Tables containing user details.

Hi,
Which table can I use to view all the users available on the SAP system and their details e.g. Username, user's contact details and etc.
Regards,
Thandi

plz check the table:USR03.
Also,you get the Mail-ID in table ADDSMTP
plz chk this link:
Table for user details.

Similar Messages

  • Table contain user name and tcode

    Dear Experts,
    Can you tell me which Table contained user name and tcode field?
    Thanks and Best regards,
    wilson

    You need to be even more carefull with parameter transactions.
    If SU24 is not maintained for them, PFCG will pull the proposals from the core transaction (via which the parameters are used in the skip screen feature...). If the core transaction has authority proposals for S_TCODE, then you will get those tcodes and their proposals as well.
    A carefull choice of menu objects (not only limited to Tcodes), taking heed of SU24 defaults and tuning it to meet your needs is the key. But it requires organizational discipline and good training, otherwise rather dont use it for anything other than important objects which you want to control manually only, even if your business roles are a mess.
    You can also restrict the authorizations of the security admins for example (as unpopular as that may sound... to segregate authorization concept development (SU24 etc), role building development (PFCG etc) and user administration (SU01 etc). Object S_USER_TCD also has a field called TCD...
    There are also other objects (as Dipanjan has pointed out) which have TCD as a field of an object which is not S_TCODE. In addition to I_TCODE, Q_TCODE, P_TCODE, see also S_IDOCMONI for example.
    To be honest I have given up on trying to find them all
    The easiest solution is to use the menu and maintain SU24 when the transaction is configured or the application is developed and tested. That is what SAP does as well in SU22. It is more work upfront, but more sustainable in the long run.
    If your users (and auditors) only see the menu (and use the SUIM --> Executable transactions) options, then you can get away with it in the short or even medium term. Latest when someone else need to maintain the roles they will hate it...
    My 2 cents,
    Julius

  • A table contains user data.

    Is there a table that contains User data(logon account).
    At SU01->Address , There are 'Person' box.
    I'm looking for a table contains those contents..
    Thank you

    hi Seung,
    have a look:
    DATA : lv_name      TYPE adrp-name_text,
               lv_persnr    TYPE usr21-persnumber.
    User personal number
      SELECT SINGLE persnumber
             INTO lv_persnr
             FROM usr21
             WHERE bname EQ sy-uname.
    User full name
      IF sy-subrc EQ 0.
        SELECT SINGLE name_text
               INTO lv_name
               FROM adrp
               WHERE persnumber EQ lv_persnr.
      ENDIF.
    hope this helps
    ec

  • Virsa table containing Risk detailed description

    Dear,
    I would like to know witch table contains the information related to the Detailed Risk description.
    The table VIRSA_CC_RISKT contains the following fields RISKID, LANG, DESCN.
    DESCN refers to the short description. I would expect to have in that table a long /detailed description field.
    Thank you and kind regards
    Vincent

    I foud the solution by myself :
    I've to look into table VIRSA_CC_DETDESC
    Thank you and kind regards
    Vincent

  • OOTB Fact table contains Employee detailed Dates

    Hi Experts,
    we Have 4 date columns (pos_entry_dt, grade_entry_dt etc) in HR Fact out of Box fact table(W_WRKFC_EVT_MONTH_F_SNAPSHOT) which are not populated into presentation layer or BMM Layer and is not linked with day dimension. but the dates are needed when users want detailed level reports. as i know, we can not populate dates directly because BI Server assumes them as facts. i tried to created a separate table with only four columns and achieve this...but it will not work as duplicates will come into picture.
    what will be the best way to populate this into Presentation layer
    is it okay to populate them from Fact table itself? or its good to create as separate dimension
    Thanks
    Kumar

    Hi Turri
    thank you
    I Can not create a join with day dimension because there is no key from fact table that can explicitly make a join with Day dimension to get this column from DAY Dimension table. its all out of box and if i have to create a key its a lot customization
    for example:
    I have
    event_month_wid and job_entry_dt in fact table
    200704     22-DEC-00
    200705     22-DEC-00
    200710     22-DEC-00
    200711     22-DEC-00
    200805     22-DEC-00
    200806     22-DEC-00
    200807     22-DEC-00
    200810     01-OCT-08
    200811     01-OCT-08
    200812     01-OCT-08
    200901     01-OCT-08
    200902     01-OCT-08
    200907     01-OCT-08
    and in Day dimension table
    ROW_WID CALENDER DATE
    20090720     20-JUL-09
    20090719     19-JUL-09
    20090718     18-JUL-09
    20090717     17-JUL-09
    20090716     16-JUL-09
    20090715     15-JUL-09
    20090714     14-JUL-09
    if i make join between them, i will get different dates
    Please suggest any ideas?
    Thank you
    Kumar

  • 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

  • Which table contains user name

    Dear all,
    For certain travel expense(T-Code:TRIP), I would like to know who created it and checked table PTRV_HEAD, but it seems no corresponding field exist.  would anyone help me?
    thanks,
    Ben Wu

    Hi Ben,
    The process of travelling starts with <b>Planning</b>. It is expected that every employee would plan for their own trip, except probably for Bosses whose Secretaries/PA have been given authorisation to enter trip plans on behalf of their bosses in the system. Therefore, it may be safe to assume that the <b>Creator</b> would be the field PERNR - Personnel Number.
    Because HR module uses the concept of <b>Infotypes</b>, the creator (PERNR) would be the same as <b>Last Change by</b> (UNAME) when the plan for a trip is first entered into the system. So, the logic you are going to use in your program depends on what you are trying to achieve. The tables listed earlier are the main ones used in the Logical Database selection for Travel Management. If you display each of the tables, you would be able to see other <b>check tables</b> used to validate some of the entries in this tables.
    I hope the above helps to clarify some issues.
    Do not forget to award the points please.
    Regards,
    Jacob

  • Tables in which basis users details are stored

    Hello,
    I'm writing an application to read Basis users details using JCO. But I'm not able to locate in which tables the users details are stored. I tried looking at USR* tables, but most of its tables doesn't have data. Only usr01 and usr02 are having some relevant data. I also tried looking at ADR* tables, which are again of no use.
    If anyone knows in which tables Basis users details are stored, please let me know.
    Thanks & Regards,
    Chandrasekhar.

    Hi Chandrasekhar,
    SAP users are stored in the usr01 table (see transaction SE16.)
    Best regards,
    Houcine

  • I can't import a table contains BLOB column  from one user to another user.

    1) I create two user both have connect role,and each has its own tablespace, DDL:
    create user d2zd identified by d2zd default tablespace d2zd quota unlimited on d2zd account unlock;
    grant connect to d2zd;
    create user d3zd identified by d3zd default tablespace d3zd quota unlimited on d3zd account unlock;
    grant connect to d3zd;
    2)Then enter oracle as d2zd and create a table contains BLOB column and insert data to the table.
    3) export d2zd as follow:
    exp d2zd/d2zd file=d2zd.dmp
    4) import to d3zd as follow:
    imp d3zd/d3zd fromuser=d2zd touser=d3zd file=d2zd.dmp
    the question is the table with BOLB colum can't be import,
    it says:have no privilege on tablespace d2zd.
    How can I import a table contains BLOB column from one user to another user?

    Hi - the reason for as our friend already told ist that a blob can be stored outside of the table segment, in another Tablespace, This is for performance reason.
    Sou you would need to have Quota on two tablespaces.
    the one which holds the table segment the other which holds the blob(segment).
    Regards
    Carl
    Message was edited by:
    kreitsch

  • Which table will contain user entry info

    HI all,
    I have duplicated user in OID and I am finding the way to clean them up. Any way, I am looking for tables in ODS schema that contained users and group they belong to so I can use ldapdelete to clean them up.
    Please let me know which tables in ODS had that info
    thanks

    if you're just looking for the dn try
    ldapsearch -L -b "cn=users,dc=yourdomain" -s sub "objectclass=*" dn | grep "your user"
    notice -L will give proper LDIF file notation.
    Don't touch ODS schema tables unless Oracle Support tells you what to do.
    regards,
    --Olaf                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Pull User details from Oracle Table (TSS)  to OIM

    Hi
    I am learning OIM so, please excuse if this is a silly question.
    I have created a Generic Technology Connector to connect to a user table in oracle database with correct parameters and the GTC was successful. I have done the field mapping between the source table - reconcilation staging and OIM.
    Now that I want to see the sample user details that I have stored in the oracle user table from the OIM.
    I have assumed that this oracle user table is the Trusted Source System and I have to pull the data from this table to OIM.
    So, after creating the connector, what is the next step i need to do so that I see these sample users in the OIM.
    I appreciate any help / directions.
    Thanks
    Sriram

    Hi,
    You have to do following:
    1.Run the GTC schedule task.
    2.Go to reconciliation manager and see if reconciliation event is getting generated and event is getting linked.
    3.When reconciliation is finished just go to web console.Users->Manage->Search
    Please let me know if you have any follow up questions
    Regards
    Nitesh

  • USER Detail Table

    Hi Gurus,
                  I got a requirement to find out the user's
      1)time logged into SAP
      2)time logged out of SAP
      3)transaction executed and time of execution
      could you  tell me the table where user's details will be stored.So that i cud get login time,logout time,transaction executed and time of execution.
    orelse anyother process is there to find the above fields...
    Regards ,
    ashok

    Hi Ravi,
                  Your answer is not giving a solution for my problem.
    My requirement is that to get all the logon time , date,and the list of transactions
    which are executed by the user that within a Data Range...
    I need someother solution to get the list of transactions
    which are executed by the user ...The input for my requirement is Date Range.....
    Regards,
    ashok ..

  • 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

  • API - To change user details

    If you create Portal users through the API and then amend user
    detail via the API using wwsec_api.modify_user then you find that
    when the user logs into Portal, there details aren't visible from
    the maintain user screen.
    How do we synchronize the data we have just added via the API
    call into, presumably the Portal30 schema?
    It can be seen that their details on portal30_sso.wwsec_person$
    are correct, however the corresponding table in the portal30
    schema still contains the old user information. How can we
    synchronize the two ? Preferably using an API
    call?

    I also have a similar ?, is changing user name a normal case scenario or a big problem in portal
    Please reply

  • Tabular Form - How to store in a column the User details (APP_USER)

    Hi all,
    I have let's say the following table:
    USER_COMMENTS(
    ID number primary key,
    COMMENT_TEXT varchar2(50),
    POSTED_BY_USER varchar2(50),
    DATE_POSTED date,
    UPDATED_BY_USER varchar2(50),
    DATE_UPDATED date)
    How do I, using a Tabular Form, get the USER details in the columns POSTED_BY_USER and UPDATED_BY_USER and the SYSDATE in DATE_UPDATED...
    I've tried the following:
    Created tabular form, all fields included. In Report Attributes > edit UPDATED_BY_USER > Display as Display as Text (saves state); Default Type: Item (application or page item); Default: APP_USER.
    It's not working.
    Thanks!
    Andrei

    It has to be a text field column type with source like the other updatable columns. You should hide that column and create a second of display as text if you want to show the content. Once this is done then you can use the default value and just type the item name there as you did:
    P1_ITEM
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://apex.oracle.com/pls/otn/f?p=31517:1
    ------------------------------------------------------------------------------

Maybe you are looking for

  • Turkish WinRAR extracting Photoshop?

    I'll try to explain it as clear and concise as I can... At work, I am having trouble with Adobe Photoshop CS3... (I'll refer to the PC in question as "My PC") My C-drive generally has about 1 or 1,5gigabytes of free memory Photoshop CS3 is installed

  • No sound when using HDMI input to TV

    I connect Mac Book to HDMI input on TV with a mini DVI to DVI cable, to DVI to HDMI cable. Good picture through iDVD but no sound.

  • JScrollPane bars problem Help!!!

    There is some problem with my JScrollPane I have added components to the JScrollPane but when components exceeds thee size of the JScrollPane the bars of the JScrollPane are not appearing. Please somebody help me... Just drag the JFrame and increase

  • DRS Restore from CUCM 8.5 to 10.5

    I am doing a sandbox VM and about to restore from prod MCS 8.5 to VM 8.5.  I've installed the exact same version and have everything ready to go.  I'm just a bit leery of starting the DRS restore on the new VM.  I'm at the point of selecting the serv

  • How to calculate of subtotals?

    Hi, i've a question. Suppose i have a normal table (No pivot) with 2 columns: Month and Salary percentage on Month. In addition i have subtotals on Month column and a Grand Total. I have a situation like this: Month Salary on Month January 2000,3000,