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: 

user groups

Former Member
0 Kudos

hello,

how do i find list of all user groups from a table or from a report.

usergroups are not in compliance with the naming conventions, so search criteria is not possible like .. can not search by giving starting letters and * and i must have 300 plus user groups all these user groups will start with different starting, ending letters.

need a table or report to pull the list. if i get the list can i delete user groups ( mass deletion of users groups ) ? is it using su10 ? please help.

Thanks

SR

3 REPLIES 3

Former Member
0 Kudos

Hi Sunny,

You can check the table USGRPT for user groups. Transaction SU10 is used only for mass maintain user accounts.

Regards, Leandro

Former Member
0 Kudos

Hi,

You can use Transaction SUGR to maintain/delete User Groups.

Regards

Ashley

Former Member
0 Kudos

Sunny,

You can just dump the table USGRP. This table contains all the user groups defined in you system. And if you have a lot of user groups to be deleted use a catt script(SCAT or SECATT depending on your version) to delete them. User groups can be deleted using SUGR transaction. Hope this helps.

Regards,

Naveen

Award points for the helpful answers....