cancel
Showing results for 
Search instead for 
Did you mean: 

Map portal role to ECC

jack_wong
Participant
0 Kudos

Hi,

I created a Workset, and this workset is assigned to a portal role.

My question is, how do I map this portal role to ECC?

The reason for me to map portal role to ECC is that when there is a new user who need access to the workset, we will just assign ECC roles instead of assigning portal roles.

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member194211
Contributor
0 Kudos

Hi Jackwong,

You can use IBM's IDM-Identity Management tool (LDAP) to acheive this. Here you can write rules which says,

IF ECC role=XXXXX then assign the Portal group=YYYYYY.

Thanks.

Sushil

hofmann
Active Contributor
0 Kudos

Hi,

your UME datasource is ABAP?

"AS ABAP roles appear as groups in UME applications. You cannot change these groups or the user assignments to these groups. To change these groups, use the transaction PFCG to change the ABAP roles they represent on the AS ABAP. "

http://help.sap.com/saphelp_nw70/helpdata/en/45/af3ac012d32e78e10000000a155369/frameset.htm

ABAP roles will be UME groups. You'll need to assign your role to the transformed ABAP -> UME group. This way, you add users to the ABAP role in the ECC and they will get access to the role + workset you created in the portal.

br,

Tobias