Copying User Master without over writing

All,
I have a unique requirement from our CRM implementation team.  They want to extract a large number of users from our ECC system and upload them into CRM.  I know SAP_USER can accomplish this via a client copy, but they do not want he existing users to be overwrittern in CRM; as I remember the client copy will overwrite an existing data.
Does any one know how to accomplish this?
Regards,
Jose

Hi,
As a workaround first take the export of  CRM users using SAP_USERS  and keep it, after take the export from ECC and Import into target system , once this is done, you can import your first export of CRM once again .
But
Copy user from ECC-->CRM
How you are going to handle Auth profile ....????
Regards,

Similar Messages

  • TDMS user master records over written

    Hello All, I ran TDMS copy (Time sliced) and noticed user master records got over written. (Example: After log into the system, the menu is displaying different name instead of my name. This happened for all users.
    Do we need to exclude tables related to user master records?   As per TDMS guidelines, the process will not touch user master records.
    Please advise. Did any one ran in to the saem issue ?
    regards,
    Srinivas

    Hi,
    You are right , TDMS will not touch user master records.
    Check tables ADRP which is transfered in full and USR21 which is not transfered in both sender and reciever systems.
    Regards,
    Sandeep

  • How to add a role so user can do Export, Copy & paste Master Data?

    How to add a role so user can do Export, Copy & paste Master Data? Thanks!

    Add S_GUI to the user role.

  • HT5625 I have shared an apple id with my daughter over the past several years.  She is in college now and our music tastes aren't quite the same.  Is there a way that I can extract my music to a new user id without closing out my daughters?

    I have shared an apple id with my daughter over the past several years.  She is in college now and our music tastes aren't quite the same.  Is there a way that I can extract my music to a new user id without closing out my daughters?

    You can't transfer music purchased from the iTunes store to another ID.  You can, of course, create a new ID and start using that for purchasing your music.  Just create the ID, then go to Settings>iTunes & App Store, tap the existing ID, sign out, then sign back in with the new ID.
    If your issue is that music purchased by her on her device is automatically downloading to yours, you can turn this off by going to Settings>iTunes & App Store, and turning Music off under Automatic Downloads.  Then you can continue to share the same iTunes ID without continuing to automatically download each other's purchased music.

  • Safegaurd User master Data during a System Copy

    Hello Gurus,
    I have a 3 system landscape and we are planning to have a system copy from PRD to QTY. Can any one suggest me the available options for safegaurding my User Master Data and retain it back as it is... What is the best practice methods that can be done in this scenario.
    Points gauranteed...
    Br,
    Sri

    Hello Raghu,
    User master data will get copied from source system during system copy. However if you want to protect this then I would suggest an unconventional way. In case you have CUA then before system  copy you need to  discontinue CUA.
    After this make a transport of all the roles along with user assignment. Include this transport in a transport of copies and release it with a target though please dont import it in the target system.
    After system copy is done follow the following proceedure.
    Delete all role assignments that the users have.
    You can make a CATT tool for this.
    Once user deletion is done import  the role tranport with user assignments.
    Now reset CUA and do SCUG activities.
    Hope it helps.
    Please award points accordingly.
    Regards.
    Ruchit.

  • Export of User Master with customer account reference

    Hi,
    We exported the user master record from prod and imported to QA. Users are reporting error " Your user master has not been created correctly. Contact your system administrator" while they connect from PORTAL.
    While checked in SU01D (from ERP QA) the customer account is not exist after importing the User Master in QA.
    Is there anyway to copy the SU01D related tables for the customer accounts while export User master?
    If so, what are the tables related to SU01D?
    How do we include in User Master Export? or how do we copy the tables?
    Pls help.
    RGC

    Any idea in which table the SAP writes the user references in SQL db? writing a query is not a feasible solution to copy/export all the user references.

  • Copy of Master Characterstics

    Hi experts
    How to Copy the Master Characterstics in one plant from other Plant.
    We want to just copy whole Master Characterstics from One Plant to Others within diferent Company Code.
    Rgds
    Pankaj Agarwal

    Why are you copying them?
    You can just use them in the new plant without having to copy them.  Unless you have a real business reason there is no need to have to copy them over.
    In fact, we discourage making multiple copies in multiple plants since if you in the future want to use batch management, you can only link  a general characteristic to one MIC. 
    FF

  • Error : User master comparison incomplete

    Dear All,
    I am working on a CUA system. I have modified an existing role(it was a requirement to change Material Mvt typ) and transported to QA system. then run PFCG_TIME_DEPENDENCY.
    But when I check user -> and roles using SU01, I see the role I transported is in RED color. but then when I try to do a user comparison I got new error user "Maximum profile exceeded for user ABCXX" , because of this error I cannot complete user comparison.
    I also tried PFUD -> Cleanups first, then Profile matching unfortunately it still gives User master comparison incomplete.
    Is there a alternative way to compare users except "ABCXX" which has "Maximum profile exceeded for user" or how do I skip this message and complete user comparison ?

    Souyee,
    If user needs access,then remove unimportant tcodes from the user menu.
    or
    If you have similar user id , without profile issues,then you can copy that id .(i.e if it is happening for only one user id)
    NOTE:
    even if you are able to do the user comparsion,Some of our users are not able to execute some transaction codes, even though the required roles are granted. these type of problems will occur.
    Other option is:
    you need to identify the  profiles assigned and ensure that they are below 312, as you canu2019t assign more than 312 profiles to a SAP User ID.
    If the issue happens even with very few profiles, verify the Number of authorizations in User Buffers value in the Instance profile. The value for Auth/authnum ber_in_userbuffer parameter can be increased_. The size of the buffer must always exceed the maximum number of authorizations as authorization checks are made only against those in the buffer. The default value is 800, but this can be set to a value which is between 1u20132000.
    What happens when an instance profile parameter is set outside it's range ?
    Note: Take the help of basis guys,if at all you need to change the Instance value.
    Thanks,
    Sri

  • 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

  • Export and import user master records

    Hi,
    We are planning for system refresh activity. So I am planning Production server data to copy in Quality server. I want retain Quality server users like that only.  Is there any way I can export user master records and import it later?
    Please advice us.
    Our environment is 4.6 C, Oracle 10g, windows 2003 server.
    Regards
    Satya

    Hello Satyanarayana,
    please be aware, that with SAP_USER standard change logs are not copied. So if you have such in your QAS, they will be propably overwritten by the PRD content. You will loose then change logs for role changes, which are kept in the standard change documents (cdpos,cdhdr).
    User change docs are copied together with the users with provfile SAP_USER.
    That is just for your information. In general there will not be change documents for roles in QAS.....
    b.rgds, Bernhard

  • 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..

  • User master records

    Hey everybody!
    I'm a newbie in the SRM-topic. Do I have to maintain 'user master records' in SRM and in the ERP? If I only maintain in SRM, how is this booked in the Backend-System (without 'user master records')?
    Thanks in advance,
    Felix

    Felix,
    It is not mandatory to maintain the same User Master Record in SRM and ERP. The User Master record is maintained in SRM for end users perfoming shopping cart functionality or processing any other request pertaining to SRM. Follow on documents booked in the backend system are created by a background RFC user which facilitates the connection between SRM and the backend system.
    Also a User Master record (SU01 User) is maintained in SRM so that this will facilitate the creation on an EBP user. An EBP user consists of the followings objects:
    1.) Position
    2.) SU01 User
    3.) Central Person
    4.) Business Partner
    The relationship built between these objects creates an EBP user which can perform shopping. These relationships are stored in table HRP1001.
    Please assign points, if answer is usefull !!
    Sundeep

  • 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

  • Date format in user master record cannot be interpreted

    When running an Infopackage from BW to an R/3 customer extractor, the R/3 job cancels with this error message, "Date format in user master record cannot be interpreted". I can restart the R/3 job program from the ABAP editor screen using the same variant that BW issued and the job runs without cancelling.
    NOTE: This process runs without any errors on our QAS system.
    Any idea what causes this error message and how I can fix it?

    Hi Alan,
    I have resolved this issue by myself. Same just like yours mine is also a custom Datasource.
    Solution for this is go to source system check your Background user id i.e like BWALEREMOTE or ALEREMOTE which ever id you have created for setting up RFC connection between R/3 & BW. Check your Date format which has been set for your background user. Use the second format mm/dd/yy. Then run your extraction you will not face any problem.
    If you still have any problem do let me know. If this solution helps you assign points.
    Regards,
    Bhuvana.

  • How can I copy property nodes without them unlinking?

    I'm in the process of designing a VI that allows the user to choose between two methods of data analysis, each with a unique display structure. So I set up the two display methods, and overlapped them, and wrote a quick sequence to make the appropriate set appear/disappear using the visible property node. I wanted to be able to copy the frame where I made all the elements of one type invisible. However, when I copied the property nodes, they all unlike from their front panel items. I found a more elegant way around the issue, but the problem remains: is there any way to copy property nodes without having to relink them manually afterwards?
    Drew

    If you copy by selecting the items and then while holding down the Ctrl key (on a PC) drag a copy instead of copying and pasting the property nodes won't unlink.
    Brian

Maybe you are looking for

  • Determination of checking Rule in sales order

    Dear all, how the checking rule is determined in sales order av.check, In the t code OPJJ we are maintained so many checking rule for one checking group, In the sales order how the system determines the checking rule, I am expecting positive feedback

  • Cant restore back up from memory card

    frndz, am using n73 normal edition.my prob is i cant restore my back up files from my memory.whn i try 2 do that the phone is searchin the back up file with in sec i am getting the message "phone will restart".aftr restarting fon nothing is happening

  • Photoshop Elements 5.0 organizer hangs

    I have been using Elements 5.02 for a quite a while, especially the Organizer. However, a couple weeks ago it hangs whenever I try to open the organizer. I've tried many things but no luck in extracting the catalog information. Things I've tried: - U

  • Presenter 10 - theme info not showing in published video

    Using Presenter 10 - when I publish a video using powerpoint my theme with presenter info and selected panes does not show. I start by going to power point and creating a custom theme within the presenter tab and check the presenter info and panes I

  • What does the additional BW-part of APO do ?

    I was reading the book  * Supply Chain Management with APO by Jorg Thomas Dickersbach. It say that there is a there is a additional BW-part of APO. Why there is an additional BW-part in APO and how it is used in the business process . Thanks Vinay Ed