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

Distribute UserIDs

Former Member
0 Likes
670

Hi,

I have created some UserID/Password in SAP DEV1 system by writing some ABAP Codes. All the UserIDs have assigned the role Z_ROLE1. Now I want to replicate all those UserIDs into another system SAP DEV2. In DEV2 system all those UserIDs should have the role Z_ROLE2. Other details of all UserIDs remain same as DEV1.

How can it be done?

Thanks

Arghya

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
636

Hi,

After generation of ZRole1 in SapDev1 system.

Goto Pfcg>Select Environment>Mass Transport.Select the Role(That u created in Dev System)--> Click on it

Automatically it creates the Requestno .

Copy the Requestno.Login into Other System(SAP DEV2)->goto Tcode Se01 or Stms_Import->Refresh the Queue

Goto Find Option and Paste the Requestno.Simply Enter.

Now Click on IMPORT(Half Truck Button) It make changes what all u made changes in SapDEV1 system.

Thanks

Ramakrishna.

6 REPLIES 6
Read only

Former Member
0 Likes
636

Hi Arghya,

It is possible

You have to configured CUA in your system.

or, You have to customize your existing program .It can be executed via RFCs, so that it takes the information from the master client and replicate it in selected systems or clients.

Regards,

Satyabrat

Read only

Former Member
0 Likes
636

Are the SAPDEV1 and SAPDEV2 connected by RFC destination?

if yes, you can do the same.

Read only

0 Likes
636

> if yes, you can do the same.

Which "same" ?

Read only

0 Likes
636

There is other method also , first export the user master from DEV1 and then import it into another DEV2.

User master data can be exported with transaction SCC8 and then can be imported into DEV2 , please perform SCC7 also after importing user master data.

Thanks

SAPSAVVY...

Read only

Former Member
0 Likes
636

Hi,

You can transport the role and import the role in dev2 using SCC1.

Thanks & Regards,

Ratan

Read only

Former Member
0 Likes
637

Hi,

After generation of ZRole1 in SapDev1 system.

Goto Pfcg>Select Environment>Mass Transport.Select the Role(That u created in Dev System)--> Click on it

Automatically it creates the Requestno .

Copy the Requestno.Login into Other System(SAP DEV2)->goto Tcode Se01 or Stms_Import->Refresh the Queue

Goto Find Option and Paste the Requestno.Simply Enter.

Now Click on IMPORT(Half Truck Button) It make changes what all u made changes in SapDEV1 system.

Thanks

Ramakrishna.