Application Development and Automation 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: 
Read only

Transfer User button from SCUA

Former Member
0 Likes
607

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!

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
Read only

Former Member
0 Likes
555

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.

Read only

Former Member
0 Likes
555

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

Read only

Frank_Buchholz
Product and Topic Expert
Product and Topic Expert
0 Likes
555

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