<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Delete users without Roles in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-users-without-roles/m-p/8042414#M1610922</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What happens when you double-click the Role field in the selection criteria?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Julius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Jul 2011 20:34:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-07-07T20:34:07Z</dc:date>
    <item>
      <title>Delete users without Roles</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-users-without-roles/m-p/8042405#M1610913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello everyone&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to delete all empty users means users with any roles or any authorizations or profiles. can anyone answer me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 07:48:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-users-without-roles/m-p/8042405#M1610913</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-07T07:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: Delete users without Roles</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-users-without-roles/m-p/8042406#M1610914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You don't have this reporting feature in SUIM. You have to use SQVI query viewer and use USR02, USR04 (Also you can use V_USERNAME table, if you wish to have user first name, and last name). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there is no entry in USR04, that means user doesn't have any roles assigned. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you have the list of users, you can delete them from SU01 or SU10 transaction code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Raghu Boddu on Jul 7, 2011 10:42 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 08:42:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-users-without-roles/m-p/8042406#M1610914</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-07T08:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: Delete users without Roles</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-users-without-roles/m-p/8042407#M1610915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is possible to get this from SUIM users by roles if you reverse your normal way of working &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt; but why you would want to delete users (old chestnut) is beyond me...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 08:55:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-users-without-roles/m-p/8042407#M1610915</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-07T08:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: Delete users without Roles</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-users-without-roles/m-p/8042408#M1610916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Select all users from USR01. Than use this selected user list to select roles from table AGR_USERS. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You get the list of all usersu2019 role assignment. Use Excel for user's duplicity removing and afterwards i.e. compare two users list via respective software (i.e. total commander). If no record is in list from AGR_USERS, than user has no roles assignment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 10:53:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-users-without-roles/m-p/8042408#M1610916</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-07T10:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: Delete users without Roles</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-users-without-roles/m-p/8042409#M1610917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raghu Boddu wrote:&lt;/P&gt;&lt;P&gt;If there is no entry in USR04, that means user doesn't have any roles assigned. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this statement is not correct.&lt;/P&gt;&lt;P&gt;b.rgds, Bernhard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 12:18:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-users-without-roles/m-p/8042409#M1610917</guid>
      <dc:creator>Bernhard_SAP</dc:creator>
      <dc:date>2011-07-07T12:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: Delete users without Roles</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-users-without-roles/m-p/8042410#M1610918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi david. I want to delete users to reduce my usr01 list.. is there any alternative way to keep them off from all type of records and auths.. pls explian it.. also tell me way to delete them..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 16:36:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-users-without-roles/m-p/8042410#M1610918</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-07T16:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: Delete users without Roles</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-users-without-roles/m-p/8042411#M1610919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt; also tell me way to delete them..&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look at the icons on the initial screen of SU01&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 17:04:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-users-without-roles/m-p/8042411#M1610919</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-07T17:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: Delete users without Roles</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-users-without-roles/m-p/8042412#M1610920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi (Dil)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have hinted at finding users without roles but I can't help you delete users. Just search on deleting users in this forum and try ignoring your tables for a little while unless another is pushing you hard. In that case ask them to search this forum for cases against deleting users.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best wishes&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 17:13:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-users-without-roles/m-p/8042412#M1610920</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-07T17:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: Delete users without Roles</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-users-without-roles/m-p/8042413#M1610921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are very clever, David. I think I figured out what you're talking about in SUIM. Here I go spilling the beans ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In SUIM, run users by role with nothing in the role. If you have a gozillion users this may not be a good idea. Once you get the resulting list, click on the Roles button. That will list all of the users who have role assignments. You can dump both lists into Excel and back into the list of users without role assignments using VLOOKUP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In response to another part of your question, you can expire users instead of deleting them. That will help you to exclude them when checking who has access in the system. It also will remove them from your license count. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Krysta&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Krysta Osborn on Jul 7, 2011 10:26 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 20:26:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-users-without-roles/m-p/8042413#M1610921</guid>
      <dc:creator>krysta_osborn</dc:creator>
      <dc:date>2011-07-07T20:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: Delete users without Roles</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-users-without-roles/m-p/8042414#M1610922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What happens when you double-click the Role field in the selection criteria?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Julius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 20:34:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-users-without-roles/m-p/8042414#M1610922</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-07T20:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: Delete users without Roles</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-users-without-roles/m-p/8042415#M1610923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not clever and my method probably misses an easier solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Users by roles (e.g.)&lt;/P&gt;&lt;P&gt;Just use exclude single values /* S* Z* X* and excute&lt;/P&gt;&lt;P&gt;If you get a short list of ID's then click on roles - if any roles found then redo the exclude to include 'exclude' those starting with"."*&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: David Berry on Jul 7, 2011 10:21 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 21:20:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-users-without-roles/m-p/8042415#M1610923</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-07T21:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: Delete users without Roles</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-users-without-roles/m-p/8042416#M1610924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried double clicking in the role field, and it does bring up the selection options screen. I selected = and left the role field blank, but it doesn't return any results even though there are users with no role assignments. I think David's suggestion gets around that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Krysta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 21:24:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-users-without-roles/m-p/8042416#M1610924</guid>
      <dc:creator>krysta_osborn</dc:creator>
      <dc:date>2011-07-07T21:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: Delete users without Roles</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-users-without-roles/m-p/8042417#M1610925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you are correct. Perhaps a SUIM report for users who can logon but not do anything would be usefull &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alterately, the user will get bored fairly quickly, and then you can delete "idle" passwords or monitor logon dates and lock them / move them to "retired" user groups.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Deleting users is generally not recommended as this preserves the unique user ID and access concepts &lt;STRONG&gt;outside&lt;/STRONG&gt; of the ABAP role based access concept (e.g. manual profiles, validations &amp;amp; other user check tables, personalizations, object ownership, HR and AD mapping, address data, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Julius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 21:36:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-users-without-roles/m-p/8042417#M1610925</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-07T21:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: Delete users without Roles</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-users-without-roles/m-p/8042418#M1610926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Krysta&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The = single value "null" doesn't seem to work as you have found &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seems odd as it is (or seems to be) fine in other reports in say AGR_TEXTS for the ID field which is why I went for this solution. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 22:03:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-users-without-roles/m-p/8042418#M1610926</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-07T22:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: Delete users without Roles</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-users-without-roles/m-p/8042419#M1610927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it's not odd in this case. That report tries to select all users from the table AGR_USERS with role blank. Obviously, there is no such a user. You can't use this trick here. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To get users you can play with SUIM report - Users - by user ID. You can run this report and enter A*, This gives you a list of all users starting with A. There is a button "Roles" which gives you a subset of selected users with role assignment. You can just select users and copy them into clipboard. Then you need to go back to selection screen and paste content of clipboard into section Exclude single values. So new selection gives you all users starting with A which haven't appeared in the second ALV. Just to double check you can click on button Roles. You shouldn't get any records. There is a limit for clipboard size hence I am proposing to do it letter by letter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Update: using button "Profiles" is better because it covers roles as well as profiles.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Martin Voros on Jul 8, 2011 10:47 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2011 00:43:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-users-without-roles/m-p/8042419#M1610927</guid>
      <dc:creator>mvoros</dc:creator>
      <dc:date>2011-07-08T00:43:59Z</dc:date>
    </item>
    <item>
      <title>Re: Delete users without Roles</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-users-without-roles/m-p/8042420#M1610928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The 'By Profile' option is another one to capture users with profiles (but no roles) and maybe PFUD not run too?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THe same solution seems to work there too - exclude tab and enter the usual suspects - T* Z* S* etc and run. Any users returned then hit the profiles button - any profiles returned then add their starting letter to the exclusions too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seems to work!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2011 07:28:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-users-without-roles/m-p/8042420#M1610928</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-08T07:28:16Z</dc:date>
    </item>
  </channel>
</rss>

