on 2007 Feb 20 8:21 PM
I want to create a group with a role assigned to it and 500 users in it. whats the fastest way to do it.
Thanks
lerner
Or use the text based input tool. See <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/5a/7adf3dffadd95ee10000000a114084/frameset.htm">here</a> for the format of the file...
Cheers
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can import users,group or roles, but you do it from the menu path you found which, confusingly, is under Users!
When you export, by default you can only export from companies. If you go to the Groups menu you can export groups from there.
Please follow
<a href="http://help.sap.com/saphelp_nw04/helpdata/en/86/85a1e83de97b46bc298edc3b218ad4/frameset.htm">this link</a>
Cheers
heres what it is
I need to test 500 personel numbers in the portal.All i want to do is give each of these pernrs a role so that they can go to the entrprise portal and log in.
Manually it will take a long time for me ,so is it possible that i create a group and add a role to it and then add the pernrs from the text file as in import.
Thanks
yes i have to test ESS functions,
pernr 98761234 has userid:p98761234
with the user id he can log on and perform actions depending on the role given to him.
so how can i do that for 500 pernrs who have 500 userids already existing, but i want to assign them to one group and assign a role to it.
can u tell me in detail
okay
i have user 34567891
and in 105 infotype have his username for ESS p34567891.
I want to let this person access the portal and want to give him a role. like in create user and then give him a password and then a role.
How can i do this for 500 personnel.
I have to go in and create a user for each of this personnel and assign a password and a role manually.
any better way to do it
Hi Lerner,
The easiest way is to write a Portal Component which would do all this programatically.
Check the API's that will help:
https://help.sap.com/javadocs/NW04/current/um/index.html
Check these classes to know how to create Users and assign them to Group programatically. And assign a Group to a Role:
IGroup
IGroupFactory
IRole
IRoleFactory
IUser
IUserFactory
Greetings,
Praveen Gudapati
p.s. Points are always welcome for helpful answers
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
81 | |
11 | |
10 | |
10 | |
10 | |
8 | |
7 | |
7 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.