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: 

SUIM for Role Comparison

former_member759680
Contributor
0 Kudos

Hello,

RFC destinations in SM59 are Client independent.

However Roles and Authorizations are Client Dependent.

How do I use SUIM to compare Roles which are different Clients of the same system?

Thanks.

8 REPLIES 8

jurjen_heeck
Active Contributor
0 Kudos

>

> RFC destinations in SM59 are Client independent.

Well, at some point there's a logon te be performed. That is definately client dependent.

Former Member
0 Kudos

Hello Gautam,

The RFC destinations are client independent but the login details provided in the RFC destination are client dependent right?

So all you need is to define to RFC destinations (looping) pointing to the same system.

In one of the RFC destinations, you can provide the user ID details of the source system client while in the other, you can provide the details of the target client.

So now all you have to do is goto SUIM>comparisons>cross systems and provide the RFC destination details and the role names.

Regards,

Prashant

0 Kudos

The RFC looping doesnt work.

Because since I enter the same SID for both Roles. So the system assumes that I am entering the same Client.

Try it yourself and you will have a better understanding.

0 Kudos

I think you should enter an RFC destination rather than a SID.

0 Kudos

There is only one RFC for every SID.

So what I meant above was RFC<->SID are the same in this case

0 Kudos

Hi Poddar,

Try in this way

Go to PFCG>>in menu click on utilities>>click on role comparison tool or use t-code PFCG_CMP

give the role name and select the comparison destination give destination and execute

hope this helps

Thanks

kishore

0 Kudos

I'd think you'd need an RFC destination for each SID/client combination, or you should get a loginscreen where you can specify the client...

former_member759680
Contributor
0 Kudos

Thanks everyone