<?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: Deleting roles from multiple users simultaneously in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/deleting-roles-from-multiple-users-simultaneously/m-p/4299892#M1025355</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; Someone will suggest a CATT so it might as well be me.&lt;/P&gt;&lt;P&gt;&amp;gt; Search this forum for how to write a CATT script. I would use tcode SU01 versus PFCG to create the CATT script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How would one write a catt script to &lt;U&gt;delete&lt;/U&gt; role assignments? You'd need to predict which line to delete in the SU01 roles tab.&lt;/P&gt;&lt;P&gt;Sounds a bit beyond (E)CATT to me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Aug 2008 12:53:52 GMT</pubDate>
    <dc:creator>jurjen_heeck</dc:creator>
    <dc:date>2008-08-01T12:53:52Z</dc:date>
    <item>
      <title>Deleting roles from multiple users simultaneously</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/deleting-roles-from-multiple-users-simultaneously/m-p/4299887#M1025350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to delete all of the roles from multiple users and I was wondering if anyone knows of a way to do it simultaneously other than  a Mercury script(it wont take the roles away that are lower than the initial 20)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2008 20:04:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/deleting-roles-from-multiple-users-simultaneously/m-p/4299887#M1025350</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-31T20:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting roles from multiple users simultaneously</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/deleting-roles-from-multiple-users-simultaneously/m-p/4299888#M1025351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there could be easier ways to do it, but this is how I'd go about it if I didn't want to go to each user ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Get a list of all roles assigned to your users you want to restrict from SUIM (display the list of users via tcode S_BCE_68001400).  Click on the 'roles' button and it will pull up a list of all the roles assigned to those users.  Extract and save that).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Filter the list so you have only one entry of each role name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then go to SU10, enter in all your user IDs to change and go to the role tab, enter the unique list and put wide dates on it say from 01.01.1995 - 31.12.9999 (you want them earlier than the earliest role 'valid from' date and later than the latest role 'valid to' assignment).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Click the 'Remove' box and save and you should have all roles removed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck with it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Dianne&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2008 20:33:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/deleting-roles-from-multiple-users-simultaneously/m-p/4299888#M1025351</guid>
      <dc:creator>diwheeler</dc:creator>
      <dc:date>2008-07-31T20:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting roles from multiple users simultaneously</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/deleting-roles-from-multiple-users-simultaneously/m-p/4299889#M1025352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;(it wont take the roles away that are lower than the initial 20)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can program it to delete all the roles, it is possible to do scripting in Mercury and get this one completed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, you can also opt to use table AGR_USERS (with Indirect assingment &amp;lt;&amp;gt;X) for all those users,&lt;/P&gt;&lt;P&gt;Go to SU10&lt;/P&gt;&lt;P&gt;Click Authorization data, paste all the users , execute it, select all and transfer them to SU10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Click change, go to roles tab enter all the roles, check the remove radio button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to profiles, check the radio button to remove profiles.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Execute it.. bingo !!! its done !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Zaheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2008 22:05:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/deleting-roles-from-multiple-users-simultaneously/m-p/4299889#M1025352</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-31T22:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting roles from multiple users simultaneously</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/deleting-roles-from-multiple-users-simultaneously/m-p/4299890#M1025353</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 can do it using transaction code PFCG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Execute pfcg -&amp;gt; give the role name in the role name field -&amp;gt; click on change -&amp;gt; go to user tab  ,here you will find all the users aggaigned to that role.&lt;/P&gt;&lt;P&gt;select all the users you want to remove then click on delete button and save the role.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ashok&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2008 07:02:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/deleting-roles-from-multiple-users-simultaneously/m-p/4299890#M1025353</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-01T07:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting roles from multiple users simultaneously</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/deleting-roles-from-multiple-users-simultaneously/m-p/4299891#M1025354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Someone will suggest a CATT so it might as well be me.&lt;/P&gt;&lt;P&gt;Search this forum for how to write a CATT script. I would use tcode SU01 versus PFCG to create the CATT script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2008 12:48:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/deleting-roles-from-multiple-users-simultaneously/m-p/4299891#M1025354</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-01T12:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting roles from multiple users simultaneously</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/deleting-roles-from-multiple-users-simultaneously/m-p/4299892#M1025355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; Someone will suggest a CATT so it might as well be me.&lt;/P&gt;&lt;P&gt;&amp;gt; Search this forum for how to write a CATT script. I would use tcode SU01 versus PFCG to create the CATT script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How would one write a catt script to &lt;U&gt;delete&lt;/U&gt; role assignments? You'd need to predict which line to delete in the SU01 roles tab.&lt;/P&gt;&lt;P&gt;Sounds a bit beyond (E)CATT to me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2008 12:53:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/deleting-roles-from-multiple-users-simultaneously/m-p/4299892#M1025355</guid>
      <dc:creator>jurjen_heeck</dc:creator>
      <dc:date>2008-08-01T12:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting roles from multiple users simultaneously</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/deleting-roles-from-multiple-users-simultaneously/m-p/4299893#M1025356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was able to do this using the find role function in SU01. It will place the role in the first position on the screen and then you can delete the role.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2008 13:25:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/deleting-roles-from-multiple-users-simultaneously/m-p/4299893#M1025356</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-01T13:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting roles from multiple users simultaneously</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/deleting-roles-from-multiple-users-simultaneously/m-p/4299894#M1025357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, good one. Didn't know that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2008 13:55:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/deleting-roles-from-multiple-users-simultaneously/m-p/4299894#M1025357</guid>
      <dc:creator>jurjen_heeck</dc:creator>
      <dc:date>2008-08-01T13:55:50Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting roles from multiple users simultaneously</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/deleting-roles-from-multiple-users-simultaneously/m-p/4299895#M1025358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also use SU10 for this too, in general it is pretty useful as it when deleting a role from a user it will perform the find and when adding a role/s will append so bypassing the scroll. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Interesting to hear about the find functionality in SU01&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2008 14:54:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/deleting-roles-from-multiple-users-simultaneously/m-p/4299895#M1025358</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-01T14:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting roles from multiple users simultaneously</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/deleting-roles-from-multiple-users-simultaneously/m-p/4299896#M1025359</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;This may not help but I do recall seeing a SAP Standard report for this when I worked on ERP 6.0. a couple of years ago but never had a chance to look at this in detail because I was happy with using a CATT script to remove redundant roles at that time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem is that I dont have access to SAP at the moment and cannot recall the name of this report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone used this feature and if so, did it work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I remember a discussion I had with a collegue about this report who advised me at that time that it only worked for single roles and would need to be tweaked with ABAP to enable the deletion of multiple roles.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is one area of SAP that frustrates me and it would be great if there was a SAP Standard Mass role deletion tool that actually worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Charmaine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Aug 2008 09:20:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/deleting-roles-from-multiple-users-simultaneously/m-p/4299896#M1025359</guid>
      <dc:creator>charmaine_greene</dc:creator>
      <dc:date>2008-08-03T09:20:53Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting roles from multiple users simultaneously</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/deleting-roles-from-multiple-users-simultaneously/m-p/4299897#M1025360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ahh... but such tools do indeed exist, if only on a very limited range of (exclusive) systems... &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check my blog: &lt;A class="jive_macro jive_macro_blogpost" href="https://community.sap.com/" __jive_macro_name="blogpost" modifiedtitle="true" __default_attr="46793"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My outlined solution could be easily modified to delete (or allocate) roles in any number of systems, CUA or not, by selecting specific roles or, say, role name patterns (every role adhering to Z&lt;STRONG&gt;ABAP&lt;/STRONG&gt;123* etc...) - the possibilities are numerous.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hm... maybe it's time I finished off my full-blown version of this thing and put it up for sale... &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2008 11:42:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/deleting-roles-from-multiple-users-simultaneously/m-p/4299897#M1025360</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-05T11:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting roles from multiple users simultaneously</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/deleting-roles-from-multiple-users-simultaneously/m-p/4299898#M1025361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems as though the original question I had was changed somewhere along the lines. The question is that I need to delete multiple users roles(for inactive users). I do not have specific role names, nor do I specific authorization objects that I am looking for. I have a list of about 1000 users, all of which have a great degree of varying roles and authorizations in which I need all of them deleted, without deleting the user.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2008 15:15:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/deleting-roles-from-multiple-users-simultaneously/m-p/4299898#M1025361</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-05T15:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting roles from multiple users simultaneously</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/deleting-roles-from-multiple-users-simultaneously/m-p/4299899#M1025362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes I believe we were answering that question. I mentioned that you can delete the role assignment from SU01 by creating a CATT (ECATT). You will first need to run a list from SUIM of your inactive user ids and then list out all of the roles assigned.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2008 15:30:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/deleting-roles-from-multiple-users-simultaneously/m-p/4299899#M1025362</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-05T15:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting roles from multiple users simultaneously</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/deleting-roles-from-multiple-users-simultaneously/m-p/4299900#M1025363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you just have the ID's you want to delete &lt;EM&gt;all&lt;/EM&gt; roles from then you don't even need to know the roles you want deleting.  eCATTing SU01 &amp;amp; clicking on the select all and then delete all icons will do the job.&lt;/P&gt;&lt;P&gt;I agree most of the answers did address the original question, there is always more than 1 way to skin a cat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2008 15:34:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/deleting-roles-from-multiple-users-simultaneously/m-p/4299900#M1025363</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-05T15:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting roles from multiple users simultaneously</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/deleting-roles-from-multiple-users-simultaneously/m-p/4299901#M1025364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alex,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Quite right - you don't need to know the roles - just "select all" and delete.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2008 15:43:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/deleting-roles-from-multiple-users-simultaneously/m-p/4299901#M1025364</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-05T15:43:09Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting roles from multiple users simultaneously</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/deleting-roles-from-multiple-users-simultaneously/m-p/4299902#M1025365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I already have my list of inactive users, however if I have to list out the roles for  the users(even if they share some assignments) wouldn't it just be as easy to delete each users roles one by one instead of compiling a list just to build a script. What I would like is a way to delete multiple users roles regardless of what they are assigned.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2008 16:27:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/deleting-roles-from-multiple-users-simultaneously/m-p/4299902#M1025365</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-05T16:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting roles from multiple users simultaneously</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/deleting-roles-from-multiple-users-simultaneously/m-p/4299903#M1025366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; I already have my list of inactive users, however if I have to list out the roles for  the users(even if they share some assignments) wouldn't it just be as easy to delete each users roles one by one instead of compiling a list just to build a script. What I would like is a way to delete multiple users roles regardless of what they are assigned.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Between what JC &amp;amp; I have posted just now, you will have your answer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2008 16:29:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/deleting-roles-from-multiple-users-simultaneously/m-p/4299903#M1025366</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-05T16:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting roles from multiple users simultaneously</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/deleting-roles-from-multiple-users-simultaneously/m-p/4299904#M1025367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello James,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may try the below procedure, programatically...with the help of a Developer.&lt;/P&gt;&lt;P&gt;- Recursively, Obtain the Roles of User using &lt;STRONG&gt;BAPI_USER_LOCACTGROUPS_READ&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;- Delete just the Local Role Assignments of User using &lt;STRONG&gt;BAPI_USER_ACTGROUPS_DELETE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, you may explore the other Methods (BAPI / Remote-enabled FMs) in the Business Object &lt;STRONG&gt;USER&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this resolves your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards&lt;/P&gt;&lt;P&gt;VG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2008 05:05:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/deleting-roles-from-multiple-users-simultaneously/m-p/4299904#M1025367</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-06T05:05:49Z</dc:date>
    </item>
  </channel>
</rss>

