Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Transfer User button from SCUA

Former Member
0 Kudos

We are trying to transfer the users from the child (source) system into our master CUA system WITHOUT transferring the parameters, roles, profiles, etc. Has anyone transferred the users to the master WITHOUT transferring the other stuff? We only need user master records in our master CUA not the parameters, roles, profiles, etc.

Thanks in advance!

3 REPLIES 3

Former Member
0 Kudos

I think you can use transaction SCUG but it will copy all details and not only users or else you will have to write program to do it.

Former Member
0 Kudos

Hi Margie,

I think it would be better if you write a SCAT/SECATT Script to create users in Central System.

Please reward points if it is useful.

Thanks & Regards

santosh

Frank_Buchholz
Advisor
Advisor
0 Kudos

Transaction SCUG always copies the complete user master record (if the user does not exit in the CUA master yet) respective the role and profile assignments (if the user already exist in the CUA master).

If you need different functionality you may create you own program using the BAPIs described in the document <a href="https://websmp107.sap-ag.de/~sapdownload/011000358700004565512005E/IAM_APIs.pdf">SAP Identity Management APIs</a> which is available at the Service Marketplace.

Kind regards

Frank