Table that stores User Master Data info

Can someone tell me the table name that stores the email addresses and phone numbers maintained in user master record (SU01)? I need to generate a list of users with this info.
A quick answer will be very appreciated.

Hi Bernhard,
Could you please let me know how I can get the details from "bapi_user_get-detail" .
I have not used txn BAPI. Now I executed it. I see two tab strips "Alphabetical" and "Hierarchical". I selected "Alphabetical" and traversed till the USER, Expanded and found the "GetDetail" method.
Here I have checked that there is this function module "BAPI_ADDRESSORG_GETDETAIL"
I did a test thru SE37 and It was asking about:
OBJ_TYPE
OBJ_ID
OBJ_ID_EXT
CONTEXT
I have provided the USER, <user name> in first two fields and did not get any results.
Please let me know how to get the details.
Regards,
Srihari
PS: the CONTEXT was 0001 (default). Also please let me know if I have to get the details for n number of users.
Edited by: Srihari Rao on Jul 30, 2008 2:07 PM

Similar Messages

  • Table that stores user license information

    Which is the table that stores the user licensing information? How do i make license changes to a large number of users at once?

    Hi
    Check this [Link|http://www.erpgenie.com/sap-technical/security/list-of-useful-reports-on-sap-users]
    Regards
    Uday

  • Table which stores SU01 Master Data (Telephone Number)

    Hi Experts,
    We goto SU01 tcode to get the master data of SAP ID. I was able to track the table which is updated for all except the TELEPHONE NUMBER which is present there.
    Could you please advice in which table the TELEPHONE NUMBER is stored ? I tries USR* and ADR* . Updating the telephone number in that table is not updating it in SU01 .
    Regards,
    Kausthub

    Hi Sri,
    Thanks a lot. Thats precise. Points given
    Regards
    Kausthub
    Edited by: Kausthub Krish on Jun 12, 2011 11:15 AM

  • Reg: No enries in SID table of attribute of a  Master data info object

    Hello SAP Gurus!!!
    I Hope everyone is doing good.
    I found some issues , when i loaded master data into master data info object in sap bi.
    I have an object which is holding master data (master data info object)---ZEMPID(employee id)
    I have attributes for this object are :   Emp name , Emp Phone number
    I loaded master data attributes into ZEMPID. I could see some entries in SID table of ZEMPID char info object  .
    But i am unable to see the entries in SID table of Emp name , which is a attribute of master data info object.
    According to my knowledge whenver we load data into sap bi , automatically sid values will get generated for that characterstic info object.
    so here in this case  Emp name is also a char info object , so whenever we load the data into master data info object , we have to see the entries in SID table of Emp name also  .But i am unable to see the entries in the SID table of Emp name. .
    So what might be the problem ?
    Awaiting for your valuable answers!!!
    Cheers!!

    Hi Rajavamshi,
    You are right whenever we load data in BI, it will create SIDs for info objects.
    But it will create SID in 'S Table' not in X/Y - Table.
    If master data is enabled for Emp name then it will create SID in X/Y table. I think the master data is not enabled for attribute(Emp Name).
    Please check in S Table, the SIDs will be there.
    If it is not the case, activate the attributes info objects and EMPID info object and load the master data and run ACR for EMP ID.
    If it is not working still, then do master data check in RSRV.
    Regards,
    Vignesh.B

  • Insert data in a user master data Table

    Hi every body,
    I've created a User Master data table named 'MyTable'. i want to add data to this table but there is an error which occur : 'to generate this. First Define the Numbering Series in the Administration Module'.  I want to add data to this table using C# code,  without using UDO.
    Is it possible?
    Thank you for helping me
    Haifa

    Hi,
    thank you for your answer.
    I didn't understand very well, i will ask the question in an other way.
    it is possible to insert records in a master data table by using the code C#
    I mean :
                usertable = _Company.UserTables.Item(tablename);
                usertable.Code = code;
                usertable.Name = name;
                usertable.UserFields.Fields.Item("U_ContCode").Value = ContCode;
                usertable.UserFields.Fields.Item("U_CardCode").Value = CardCode;
                lRetCode = usertable.Add();
    without encountering the problem of numbering series.
    Haifa

  • Table that stores the business role and user id mapping

    Hi,
    i want to know the table that stores the Business role and the business role and user id mapping in CRM system.
    Thanks in Advance.
    Regards,
    Pricy

    Hi Mary,
    There is no direct table but there is a way to find it.
    HRP1263 is the table where business roles are stored when maintained at org level. These are stored against the Position.
    For getting user ID and position linkage refer table HRP1001.
    In HRP1001 table use below criteria to get the User and Position.
    OTYPE = CP
    SCLAS = US
    SOBID = User ID
    ENDDA = 31.12.9999
    Get the OBJID
    Query the HRP1001 table again with following
    OTYPE = CP
    OBJID = OBJID from above Query
    ENDDA = 31.12.9999
    SCLAS = S
    SOBID = Thats Position.
    Pass the position to HRP1263 as below.
    OTYPE = S
    OBJID = POSITION
    PROFILE - Thats business role assigned for the given position and user.
    Hope this is helpful.
    Regards,
    Naresh

  • Key figure - master data info object

    I have been asked to create a master data info object for the object "users" and this is this how the data looks like in the flat file. The object users is a key figure. Can I create a master data object for key figures. Let me know , if I am missing something.
    State----Grade Level----users
    AL--0--
    53,520
    AL--1--
    57,423
    AL--2--
    56,172
    AL--3--
    57,859
    Thanks

    Hi Pooja,
    You cannot create master data for a key figure. You can include a key figure as an attribute for another characteristic though. If you need to store values that are in the form of numbers, you can create your char of type NUMC.
    Please let us know more about your scenario so that a better solution may be proposed.
    Hope this helps...

  • Table that stores field label, language wise

    Hi,
       Is there any table that stores the field label of a data element, language wise ?
    For example, the field 'kunnr' has label as 'Customer' in EN
    and  'Client' in FR .
    I need to know this FR label where i am given only the field and language .
    How to know ?
    ( In SE16 i get these field names language specific, I need the same info, where it is fetched )
    Answers will be suitably rewarded !
    Thanks,
    Lively

    try this sample code it may help you
    DATA : V_REPTEXT TYPE REPTEXT,
           V_SCRTEXT_S TYPE SCRTEXT_S,
           V_SCRTEXT_M TYPE SCRTEXT_M,
           V_SCRTEXT_L TYPE SCRTEXT_L.
    DATA : LANG TYPE DDLANGUAGE.
    LANG = 'FR'.
    CALL FUNCTION 'WCGW_DATA_ELEMENT_TEXT_GET'
      EXPORTING
        I_DATA_ELEMENT       = 'KUNNR'
        I_LANGUAGE           = LANG
    IMPORTING
       E_REPTEXT            = V_REPTEXT
       E_SCRTEXT_S          = V_SCRTEXT_S
       E_SCRTEXT_M          = V_SCRTEXT_M
       E_SCRTEXT_L          = V_SCRTEXT_L
    EXCEPTIONS
       ERROR                = 1
       OTHERS               = 2
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    WRITE : / V_REPTEXT.
    WRITE : / V_SCRTEXT_S.
    WRITE : / V_SCRTEXT_M.
    WRITE : / V_SCRTEXT_L.
    regards
    shiba dutta

  • Deleted User Master Data with SQL Server Management Studio

    Hi All
    I've, recently restored an ECC 6.0 backup onto a test system. In an attempt to quickly delete most of the User Master Data from the source system, I deleted the User ID's from the USR02 table using SQL Management Studio.
    But within Transaction su01, the User ID's that were deleted that way, still show up in the "F4" search. I can select one of those deleted ID's, but get an informational pop up stating that the user does not exist, if I go to display.
    Does anyone know of a quick way to delete these User ID's from the "F4" search pop up?
    The only way I've found so far is to select the User ID, recreate it and then delete it from the su01 transaction. This is going to take me hours.
    Tried to save time, but caused more of a head ache.
    Ken

    Thanks Brian
    Yes, I have done this in the past as well. Although for this instance, I needed to keep about 20 of the 100 + User ID's that were in the system, and was hoping for an easy way to do it.
    In Table USR02, it was easy to pick all, but the 20 and delete. (Sometimes we think we're smarter than we really are I've since spoken to a Security team member and found out about there's a way to do "Mass" changes in transaction su01.
    tcode us01 -> Environment -> Mass changes.
    Ken
    Live - Learn - Laugh

  • User Master Data Changes in CUA Environment

    Hello,
    when a new user gets created.we have requirement for Indian system to set the decimal notation in user master data by default to 1,234,567.89 ,instead users doing it manually using SU3.We are using workflow tool for user creation.Globally our systems are connected to CUA system.User gets created in CUA system and then master data is distributed through IDOC to child systems.
    Now by defalut it the decimal notation is set to 1.234.567,89.

    Dear Sagar,
    Try to see which tables are changing when you chage that field with help of ABAP and then incorporate the same logic in your workflow for India User. I think there will be a need to add one more field in your workflow and should be done.
    But make sure you put some logic in your workflow if this India user then add this new field.
    Regards
    Shailesh Mamidwar

  • How can I read the last cell of a JTable that a user Enters data

    I have a one column JTable with several rows that a user enters data to. Upon entering the last data, the user clicks a button to read all the data from the rows in the JTable and puts them in an arraylist. If the user does not click enter or navigates away from the last cell, then after clicking the button it does not read the last cell entered. Since the user is clicking on a button to indicate he is done entering data on the table, does he also have to hit the enter key to indicate he is done entering the data?
    The code below is my tablemodelListener:
    public class InteractiveTableModelListener implements TableModelListener {
    public void tableChanged(TableModelEvent evt) {
    if (evt.getType() == TableModelEvent.UPDATE) {
    int row = evt.getFirstRow();
    System.out.println("Update row:"+" "+row);
    jTable1.setRowSelectionInterval(row, row);
    }

    Don't forget to use the Code Formatting Tags so the posted code retains its original formatting. That is done by selecting the code and then clicking on the "Code" button above the question input area.
    In the future, Swing related questions should be posted in the Swing fourm. (This question has been asked and answered dozens of times).
    But there is not need to repost because [Table Stop Editing|http://www.camick.com/java/blog.html?name=table-stop-editing] explains whats happening and give a couple of solutions.

  • Creation of master data info object- data coming form a 3rd party system

    Hi All
    i need to create a master data info - object  which connects the customer and the corresponding plant..actually thios data is coming from a third party system and they have maintained 2 tables one for customer and one for the plant details and these 2 tables are connected through some common id which populates unquie id for each customer and is maintained in the plant table with the same id...now both these tables have to be merged together and to be cretaed as a single info object..can any one suggest  me as to how to proceed with it.
    Regards
    Shilpa

    Hi,
    Create a Z-InfoObject with the same format as is used in your 3rd party system for the commonid.
    Add Customer and Plant as navigational Attributes.
    Create an infosource with these three fields.
    Unload (in a CSV-file) the commonid with customer and plant from your 3rd party system.
    Load these data to BI into your newly created Z-commonid InfoObject.
    Success,
    Udo

  • How to send User Master Data through XI

    Dear SAP gurus,
    We are currently configuring the e-recruiting module on a separate server than HR (following the SAP standard). 
    As our CUA is not connected to the E-REC systems, we are looking for a way to send properly the User Master Data from HR systems.  We have seen that the report RSCUSND enable us to send iDoc with message type USERCLONE, but this repport can be only run from the CUA then we can t use it.
    Another solution is to make a client copy with the profile SAP_USER, but we can t use this solution because in order to get the User Master Data in a real time we should make the copy each 15 minutes.
    We can t figure out with the question, what is the standard way to send User Master Data to our E-Recruiting module
    Regards
    Hadrien

    HR side:
    1-Below t-code is what you should go through:
    SM59
    BD64
    WE20
    WE21
    2-The key interface object is as below(I used it in LSMW, XI should be the same):
    Business Object      HRMASTER    
    Method               SAVEREPLICAMULTIPLE        
    Message Type         HRMASTER                   
    Basic Type           HRMASTER02                 
    XI side:
    1- The XI has the HR interface package in IR. You just need to select those you need.
    2-Goto ID and do interface mapping between IDOC interface & XI outbound interface
    All above is the skeleton processes. U can consult with XI consultant in details.
    Hope helpful..

  • Export and import change document for user master data

    Dear Gurus,
    I have two queries on change document for user master data:
    1. Are there any approaches to export and import change document for user master data?
    We often do system copy from PRD to QAS for UAT and troubleshooting. Before system copy we export the user master data from QAS and then import after the copy process. We would like to keep the change document for user master data on QAS from being refreshed from PRD for security reason.
    2. Change document for Role change in QAS
    When the role is created or modified in DEV and then transported to QAS, the role change document doen't include this change log. The role change document in QAS only records those role changes directly made in QAS.
    Could you advise this is by SAP design or are there any approaches to record this transported role change  in the role change document in QAS?
    Thanks
    YBY

    1. Perhaps you want to consider a system copy to a "virtual system" for UAT?
    2. Changes in QAS (as with PROD as well) will give you the delta. They should ideally be clean... You need to check the source system.
    Another option is to generate the profiles in the target system. But for that your config has to be sqeaky clean and in sync, including very well maintained and sync'ed Su24 data.
    Cheers,
    Julius

  • Table that stores Transport Request Details

    Hi SDN Gurus,
    Is there any table that stores all the details of all the transports in Import Queue (STMS). I am mainly interested in import time and method execution time of the transport. I need to write an ABAP program that for calculating the time for mass migrating all the transports in the queue.
    i looked at the tables E070, E071 and some others but din't get the required info.
    Any help will be rewarded with points.
    Thanks

    Here is some correction to what i said. i got some information like the transport number, owner of the transport, target system and the IMPORT time of the request from the table E070. i guess all i need now is to find the time at which the transport is completed (Method Execution time) so i can calculate the time it took for transport.
    Thanks

Maybe you are looking for

  • Family purchases not showing in purchase history

    There is a purchase history, but it only shows the items i purchased not the items other family members have purchased on my account. I need to see items that are purchased listed, an email is not enough record. Also why the **** would I need to repu

  • HP Laserjet P11102w printer not inslalling on Windows 8

    I  tried to install HP Laserjet P1102w printer on HP Envy dv7 Windows 8 laptop. First I used  CD  provide to install driver.  After running sometime it gives an error " The configuration registry basedata is corrupt". Secondly Itried to install  suit

  • Is there anything like OAuth for CRM On Demand?

    I am developing an app that integrates pretty deeply with CRM OnDemand. Our users however do not want us to have access to their CRMOD instance passwords. The problem is we need to connect to the app via web services to interact with the accounts Con

  • Editing Music to Video in Final Cut Pro HD

    Hey all, Im pretty new to this software so hopefully u guys can help. I want to stip the music off various types of video but keep dialogue and eventually add my own music. Is this possible using Final Cut? What about Soundtrack? Does it have to be a

  • Convert Varchar to Smalldatetime

    I have a staging table containing data imported from CSV using Log Parser. The imported 'TimeIndex' field datatype is varchar(255), and I plan on converting it to smalldatetime and inserting all of the data in the staging table into another. The varc