cancel
Showing results for 
Search instead for 
Did you mean: 

IDM Mass Operations

ged_hurst
Participant
0 Kudos

Hello everyone,

we're investigating the possibility to deploy SAP CUA or SAP IDM at our Company. We're a little uncertain about the IDM solution because we heard that there might be limitations around mass operations, particularly:

1) Mass changes/Deletes/Lock and Unlock: functionality like that provided by SU10

2) Tool to create users from a template and in mass assignment of roles to users

Could any of you clear this up for me?

Thank you.

Regards

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Basicaly you could just do it with a CSV you import to IDM.

Thats quite simple and in my view very fast.

ged_hurst
Participant
0 Kudos

Could you please further elaborate on this?

Is the user interface features/functionality along the lines of SAP Portals Identity Management?

We haven't installed SAP IDM yet and it's a little hard to figure this out.

Thank you.

Former Member
0 Kudos

I do this stuff on the Mangement Console.

Like if you have the inital phase of a project and want to assign lots of roles.

You read the CSV, and write it to Identity Center.

This way, the roles get assinged.

ged_hurst
Participant
0 Kudos

Do you have to code any thing to mass assign roles?

Do you have to code any thing to mass lock/unlock users?

Can this be done through out-of-the-box functionality?

Cheers

Former Member
0 Kudos

It requires a minimal amount of "coding" and some understanding of how the management console works. This is not an option for regular end users, only for people who are setting up and administrating IdM in the management console.

See screenshots here: http://min.us/mvjtmLg

We have also coded a tool in Java/JSP to interface with the IdM database and allow for mass uploads by a few select end users, but this is very dangerous and I'm not sure I'd recommend it unless you can ensure a certain level of competence on the part of these users...

Answers (1)

Answers (1)

Murali_Shanmu
Active Contributor
0 Kudos

I was looking at a similar thread http://scn.sap.com/thread/3227071 . You can find my responses for it.

Basically, there is no out-of-box functionality. You can do all those listed by you, but this would definitely need bit of configuration and in complex cases, need to use javaScripts.

Cheers,

Murali