on 2004 Apr 01 9:45 AM
Hi,
I'm trying to search for users with a specific role. But i couldn't find any hint in the SAP PDK for EP 6.0 SP2 how to do it. Could anybody help me?
Best regards,
Jens
should be something like this:
UMFactory.getRoleFactory().getUsersOfRole(String uniqueIdOfRole, boolean recursive)
should return uniqueIds of the users. You can then call
IUser = UMFactory.getUserFactory().getUser(uniqueId)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
68 | |
10 | |
8 | |
7 | |
6 | |
6 | |
6 | |
6 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.