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: 

User Role comaparison

ganesh_borase2
Participant
0 Kudos

Hello everybody,

I want to compare the same user role (E.g. MMUSER) in different client in same system (e.g DEV).

Anybody please suggest me how to do? if possible give me the step step procedure.

Thanks

Ganesh

7 REPLIES 7

Former Member
0 Kudos

Hi ganesh,

Add that role to transport request and then import into another client(within DEV) through SCC1.And then do the user comparison to that particular role.

Rgds,

Durga.

0 Kudos

Hi Durga,

My apologies, I didnt understand you...can you explain the logic behind this in reference to the question?

0 Kudos

Hi Ganesh ,

to compare same user profile between two different clients of same system you can do that through SUIM transaction code.

e.g : If you want compare user ABC profile in client 100 to same ABC pofile in client 200 of XYZ system.

1) login to client 100 of XYZ system

2) Go to SUIM --> comparions --> from users

3) enter the user name in the fields USER A and USER B

4)then click on across systems

5) then give the RFC names of XYZ 100 in system A and XYZ 200 in system B

6) then excute

7) You will differnce of user profile between two systems.

Regards

Kanti

Former Member
0 Kudos

Hi,

goto-> SUIM--> comparson from users or roles like diffrent option are there.

inside that across system option is threre, we can use if you want.

So select your required option and do the comparison.

l_borsboom
Active Participant
0 Kudos

Transaction S_BCE_68001430 (RSUSR050):

Use the 'across system' comparison option

Kind regards,

Lodewijk

Former Member
0 Kudos

Understand authorizations are client dependent, if you wanted to compare one role in to different client there is a option mass download first download the role from source system and upload the role to target system and then you can do whatever you want

If you wanted to find out difference you can use T-Code ROLE_CMP

Or go to SUIM

Comparisons

From Roles

Then enter role A and Role B

You will get the difference

ganesh_borase2
Participant
0 Kudos

solved