SAP user company address

I just created a new client and logged onto it with the SAP* user so that I can create an administration user for setting up CUA.
It's a brand new client so I have to define the SAP user company address, but when I click on the drop down arrow for the country key, it says no values found.  Is this characteristic of new clients?  How can I get the address defined?  Thanks!

Hi Vu!
I think, now I can track your problem.
Please check in SCC4, which setting client 000 has in field T000-CCCATEGORY (or directly with SE16).
Default (and correct) value is SAP Reference. If it's different in your system - deep ****. You should change this value back to SAP Reference (that's easy).
But whoever made this change, used this client for further changes - bad idea. Let's just hope, there is no mess.
There is no need to mark on client as productive - especially development and tests systems don't have this, only in production systems this setting makes sense.
Afterwards your problem should be gone - let's see.
Regards,
Christian

Similar Messages

  • User Company Address Maintenance

    Hi All,
    I am new to SAP Basis, I am getting the following error message "Address doesn't exist 22411" ,"Message no. AM010
    ". I am trying to delete the existing company name, but it is not letting me do it. I am also unable to edit it.
    Please Help,
    Regards,
    Saurabh Bhatt

    Hello and welcome to Basis,
    the details you are giving are a bit short, but I am sure you will find your solution if you search SAP Notes ([http://service.sap.com/notes|http://service.sap.com/notes]) for the keyword AM010 - I just did so and there is plenty coming up.
    Regards,
    Andi

  • Issue while synchronizing company address in SCUG

    Hello All,
    I wish everyone is fine. Before starting the thread i already did a search on my issue however i was not successful.
    I am in the process of configuring CUA within a SAP instance with two different clients ( central and child).
    Logical system name creation, assgnment, rfc's , system user, model view are in place with no errors.
    Already ran the report RSADRCK2.
    Now the issue i am facing is.
    when i click on the button copy from child system i am getting the following error.
    DEFAULT_COMPANY     Error when saving company address data
    DEFAULT_COMPANY     010AMAddress doesn't exist 23016
    Require guidance from experts!!!
    Thanks and Regards
    Madhu

    Hello All,
    I wish everyone is fine. Before starting the thread i already did a search on my issue however i was not successful.
    I am in the process of configuring CUA within a SAP instance with two different clients ( central and child).
    Logical system name creation, assgnment, rfc's , system user, model view are in place with no errors.
    Already ran the report RSADRCK2.
    Now the issue i am facing is.
    when i click on the button copy from child system i am getting the following error.
    DEFAULT_COMPANY     Error when saving company address data
    DEFAULT_COMPANY     010AMAddress doesn't exist 23016.
    I have checked the table USADDEF in central and child client.
    The Address number is different in both clients.
    Please let me know how i can maintain the address number 23016 to the sap standard company address in the table USADDEF without going for the developer keys.
    Any alternative solution.
    Require guidance from experts!!!
    Thanks and Regards
    Madhu

  • UPDATE SAP USER EMAIL

    Hi,
    I'm trying to update sap user email by using BAPI_USER_CHANGE BAPI. This is the code:
          CLEAR it_return.
          v_address-e_mail = ls_salida-smtp_addr.
          v_addressx-e_mail = 'X'.
          CALL FUNCTION 'BAPI_USER_CHANGE'
            EXPORTING
              username = lv_bname
              address  = v_address
              addressx = v_addressx
            TABLES
              return   = it_return.
          CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.
    When the execution finish everything seems OK but when I check in SAP user master data, email address is not updated.
    Can you tell me how can i do to make it works? or there is another way to update sap user email address?
    Thanks
    Andres

    example
      DATA: lv_addcomx    TYPE bapiadcomx,
            lt_bapiadsmtp TYPE TABLE OF bapiadsmtp,
            ls_bapiadsmtp LIKE LINE OF lt_bapiadsmtp,
        MOVE: 'X'               TO lv_addcomx-adsmtp,        "Update Flag
              ls_list-smtp_addr TO ls_bapiadsmtp-e_mail,
              ls_list-smtp_addr TO ls_bapiadsmtp-email_srch,
              001               TO ls_bapiadsmtp-consnumber.
        APPEND ls_bapiadsmtp TO lt_bapiadsmtp.
        CALL FUNCTION 'BAPI_USER_CHANGE'
          EXPORTING
            username = lv_name
            addcomx  = lv_addcomx
          TABLES
            return   = lt_return
            addsmtp  = lt_bapiadsmtp.
    You can change.. and check the su01

  • CUP Error - User -Create Company address cannot be selected

    Dear Experts,
    We are on GRC SP9. We customized Company as one of the parameter in initiator for roles. Till now we are able to successfully provision roles to the user.
    A new user was created in SAP Back end system and we are facing the below error during provisioning:
    "Error Provisioning your request: Error details : Z System - User id - User Create - Company address cannot be selected"
    Can you please let us know the solution for the above error if anybody has faced earlier.
    Thanks and Best Regards,
    Srihari.K

    Dear All,
    Thanks for the SAP note and its very helpfule. I have one question here.
    When we maintian these Company name in R/3 system does the users needs to be assigned to that Company whenever they are created or even existing users?
    In GRC we have created Company based on different Countries and hence we would like to know if the users needs to be mapped to these Companies in backend system also.
    Thanks and Best Regards,
    Srihari.K

  • In SAP Script how to hard code my Company address in footer window

    Hi All ,
    In SAP Script how to hard code my Company address in footer window .
    Ex : in YB_F140_ACC_STAT this script i want to keep my company address, i want to hard coad , i dont want to use any field from table.
    Please give me step by step.
    Thanks
    Sridhar

    Hi,
    You can make use of standard text...
    create a standard text in SO10 with your company address
    and in the footer window of your script.. use include text and provide the name of the standard text you created in SO10.
    In the text editor... goto insert > text> standard
    You get popup give the name of the text name id and language
    regards
    padma

  • How to send an email with from address not as a SAP user id

    Hi,
    sender = cl_sapuser_bcs=>create ( pv_user ).
    I am using the above piece of code to send an email.
    In the method "CREATE" , I CAN PASS ONLY THE SAP USER ID.
    But i want to pass the email address (user) which does not  a SAP user id?
    how to do this.

    Hi Brad Bohn,
    I have coded  like below. I could see the mail in SOST, in that from address is as 'myname'.
    But the mail does not reaches to the recipient.
    Can you tell me where the problem is?
          DAta:: from_addr TYPE REF TO CL_CAM_ADDRESS_BCS,
                     lo_bcs_recipient  TYPE REF TO if_sender_bcs,
                     send_request TYPE REF TO cl_bcs.
          CALL METHOD cl_cam_address_bcs=>create_internet_address
            EXPORTING
              i_address_string   = 'myname at the rate of domain'
              i_address_name   = 'myname'
            RECEIVING
              result                    = from_addr.
                CALL METHOD send_request->set_sender
                  EXPORTING
                    i_sender = from_addr.
              CATCH cx_send_req_bcs .
                IF sy-subrc <> 0.
                  CLEAR sy-subrc.   " added to hide warnings.
                ENDIF.

  • Get SAP User E-Mail Address

    Hi,
    does anybody know where I can find the e-mail address of a sap user (The one which you can edit via SU01). I already took a look at all the usr* tables and of course adrc but this little bastard still hides in the dark
    Any help is greatly appreciated.
    regards
    Thomas

    Hi Thomas,
    offtopic request ...
    Could you send me your mail address? Did not find it on your BC, don't think we exchanged addresses there.
    Use my name to mail me at [email protected]
    Thx
    Max

  • Get all sap users based on company code

    Hi,
    In my workflow i need an activity which will popup all sap users based on the company code. can anyone guide me by giving the table which is having relationship between sap user and company code. Any direct relation or indirect relation?
    Thanks
    sheron

    Hi Arghadip,
    Actually the tables u were mentioning were HR Tables right.
    But these tables are not maintained in this project. This is an SAP-ISU project.
    regards
    sheron

  • How can I konw , Which computer name or IP Address make SAP User lock

    Dear all,
    I have one issues about SAP user lock,
    Now I don't know which computer name or IP Address make user lock.
    How can I check it or Can you tell me about the table that keep information about the ip address or computer name?
    I can see the computer name when I use t-code al08 or sm04.
    But I don't know the table that keep data from this t-code.
    Pls suggest me for this issue.
    Regards,
    Pannee

    In SM21
    If you double click on the message "User XXXXX locked due to incorrect logon"
    You'll see under details the name of the terminal
    Terminal............ XXXXXXXXXXX
    for IP address just ping the terminal.
    Regards
    Juan

  • Address Data for SAP user

    hi Guys,
    I maintained a user using SU01. I entered some value in the Department field in the Address Tab.
    Is there any function module which can get me the address details based on the SAP user name?
    Please advise.
    Thanks.

    SUSR_USER_ADDRESS_READ or SUSR_SHOW_USER_DETAILS

  • SAP Company Address for PSA

    Hi
    How to maintain SAP company address for different personal subarea.
    Could you please tell me the node or T Code for maitinaing it.
    Thanks in advance.
    RM

    On further exploring the IMG node for Australia, I found a node
    >Payroll
    >>Payroll: Australia
    >>>Basic Settings
    >>>>Maintain Employer Addresses
    Explore this node . Read the details from IMG node
    Maintain Employer Addresses
    In this IMG activity you maintain the addresses of your personnel areas and personnel subareas. The system uses these addresses in many subsequent evaluations in Payroll.
    Standard settings
    An address is made up of several parts, for example, company name, street, city, and so on. Each of these parts is assigned to a text identification (ID). The whole address is assigned to an uniform layout rule for address type (address).
    In the standard SAP R/3 system, the address consists of the personnel area and subarea.
    The ID field has the following meanings in the standard:
    A = Name of company
    B = Company name prefix/suffix (for example, building)
    C = Street/P.O box
    D = Zipcode/City
    E = City prefix/suffix
    F = Country
    G = Telephone number
    I = Department
    Example
    The entries for SAP AG might look as follows:
    Address Id. Address text
    0001 A SAP AG
    0001 B EVZ
    0001 C Neurottstr. 16
    0001 D 69190  Walldorf/Baden
    0001 G Tel. (06227) 747474
    Requirements
    You have defined your personnel areas and subareas for your enterprise.
    Activities
    Enter the addresses for all personnel areas and subareas that you have defined in your enterprise.
    Edited by: Amosha on May 12, 2010 1:19 AM
    Edited by: Amosha on May 12, 2010 1:19 AM

  • Best practise for SAP users who leave the company

    Hi
    Could anyone reccommend a best practise document or give advice on how to deal with SAP user ID's when employee's/contractors/consultants leave? I am the basis admin just starting an SAP implementation and we have no dedicated authorisation team at the moment, so I have been asked to look into this :
    Currently we set the validity date in SU01 to the termination date.
    We chack there are no background jobs scheduled under that user id, if there are, we change the job owner to a valid user (we try to run all background jobs under an admin account).
    We do not delete the user as from an audit point of view I believe it restricts information you can report on and there are implications on change documents etc, so best to lock it with validity dates.
    Can anyone advise further?
    We are running SAP ECC 5.0 on Windows 2003 64 Bit/MS SQL 2000.
    Thanks for any help.

    Hi,
    Different people will tell you different versions of what they believe is best practice, but in my opinion you are already doing reasonably well.
    What I prefer is
    1. Lock ID & set validity date.
    2. Assign user to user group LEAVER or EXPIRED or something similar (helps with reporting) out of SUIM/S_BCE* reports.
    3. Delete role assignment (should you need it, the role assignment will be in the change history docs anyway).
    4. Check background jobs & act accordingly.
    For ease of getting info I prefer not to delete the ID though plenty of people do.

  • New sap user creation

    Hi All SAP experts,
    My company has implemented 2 Systems SAP Landscape with one development and one production server which are running on R/3 Enterprise 4.7 (Kernel Release 6.20) with Microsoft SQL 2000 as database server.
    I have the following questions regarding new sap user creation by using user copy function.
    1.When I request to create new SAP User by using user copy function ,should I just create the user acct in DEV and transport it to PROD System? If yes, how could I do that?
    2.When I request to create new SAP User by using user copy function, can I just create it on PROD System only? If yes, what is the impact?
    3.When using User copy function to create new user acct, should I select all parts (like adress ,defaults,reference user, user groups.....) of the existing user to be cloned to new user acct?
    Thanks.
    Leon

    Hi Leon,
    Answer to your questions in their respective order:
    1. You can create user in DEV and then make remote client copy to PRD system using scc9 t-code. Here you can choose user accounts and authorizations for the copy. ( Rem: Data will be overwritten in target system when copied).
    You can also use client export/import(scc8/scc7)
    But, When you do the client import from the exported files using STMS,you will have to select only one of the transport requests and then STMS automatically selects the other requests for you.
    Then it will show you the different transport requests that you have created during your export, the client copy profile and the target system and client. The customizing and application data is deleted in the target client before copying for all profiles except SAP_USER. This is technically unavoidable (and hence the data will be overwritten).
    So if you can afford overwritting of user data in target client , you can go with the above procedure.
    2. Using  user copy in su01, you can copy one user to another user only in that client and is confined to that system only. So yes, If you want 2 or more users to have same authorizations, profiles ,etc etc.. you can choose this in PROD system.
    3. It depends.. If you want user to be in same group, then you can choose user groups. If you want them to have same authorizations , you can choose roles and profiles... If you want them to have same company address and others,... you can select address.. and so on.
    Also below link provides required steps in case you choose local/ remote client copy:
    http://www.sap-basis-abap.com/bc/client-copy-by-using-scc8-and-scc7.htm
    Hope this helps...
    Thanks,
    Ajith
    Edited by: Ajith Kamath on Oct 20, 2009 8:28 AM

  • System_Mail_Send - Get user email address

    Hi,
    I am trying to use System_Mail_Send to send a notification in the end of a Job Chain.
    How I can retrieve user email address from SAP CPS user(UME)?
    I want to use this information as To destination.
    Regards,
    André Ferreira

    Hi Andre,
    Actually, I had no time to test what I wrote earlier ... the code below should work in a library source:
    // Example code to illustrate
    package masalan;
    import com.redwood.scheduler.api.model.SchedulerSession;
    import com.redwood.scheduler.api.model.Subject;
    import com.redwood.scheduler.api.model.enumeration.SubjectType;
    import com.redwood.scheduler.api.scripting.variables.*;
    public class user
    public static String getEmailAddress(String username)
         //Default email address is [email protected]
          String defaultEmail = "[email protected]";
          if (username == null || username.trim().isEmpty()) return defaultEmail;
          SchedulerSession jcsSession = ScriptSessionFactory.getSession();
          Subject subject = jcsSession.getSubjectByTypeName(SubjectType.User,  username);
          String email = "";
          if (subject != null) email = subject.getEmail();
          if (email != null && email.endsWith("@company.com")) return email;
          return defaultEmail;
    You create REL entry points:
    Name - getEmail
    FQ Class Name - masalan.user
    Method Signature - getEmailAddress(String)
    Now, create a parameter Username on the job chain.
    Parameter To should have  the value =Custom.getEmail(chainParameters.Username)
    You specify the username in the Username parameter, the email address will be retrieved from CPS. The user must have logged on to CPS at least once, alternatively, you can import the user.
    Note that to import the user, you must assign at the very least the AccessScheduler action in UME.
    Regards,
    HP
    Message was edited by: h. Carpenter - missed an import and add SchedulerSession
    Message was edited by: h. Carpenter - Improved error handling, more secure code (it uses default email address if anything goes wrong or if somebody tries to use an external email address)

Maybe you are looking for