<?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: Users &amp; Role Assignment Report in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/users-role-assignment-report/m-p/3477224#M835883</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do have another workaround that I'm using myself when running into similar problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Search for users that have role1 assigned. Copy all user IDs from the output and use them as input criteria for your search on role2. As you are only interested in those user who have role1 &amp;amp; role2 you can limit your selection for role2 to those users already having role1 assigned. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your example if you start with "who has role2 assigned" your result would be userA, userB, userC and userD. Call S_BCE_68001400 (i.e. RSUSR002 will full selection screen) and enter userA, userB, userC  and userD in the USER field. Enter role1 in the ROLE field. As a result you will now see userA and userC only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This can of course also become a bit tedious with a large number of users but it should work fine up to at least 1000 users in you first result list. Not sure about the exact limit when you upload selection criteria from the clipboard. It also depends on the built SQL statement I think.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Feb 2008 18:12:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-27T18:12:43Z</dc:date>
    <item>
      <title>Users &amp; Role Assignment Report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/users-role-assignment-report/m-p/3477218#M835877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, Here is the scenario:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User A, User C  have following roles:&lt;/P&gt;&lt;P&gt;Role1&lt;/P&gt;&lt;P&gt;Role2&lt;/P&gt;&lt;P&gt;Role3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User B, User D  have following roles:&lt;/P&gt;&lt;P&gt;Role2&lt;/P&gt;&lt;P&gt;Role3&lt;/P&gt;&lt;P&gt;Role4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I run a SUIM Report for all the users assigned with Role1,Role2,Role3 I'd get Users A, B, C &amp;amp; D coz SUIM will default an OR operator (i.e., we'd get users assigned to Role1 OR Role2 OR Role3)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to know which users are assigned to Role1 AND Role2 AND Role3 (i.e., User A &amp;amp; User C)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to do it in SAP ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2008 17:12:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/users-role-assignment-report/m-p/3477218#M835877</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-26T17:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: Users &amp; Role Assignment Report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/users-role-assignment-report/m-p/3477219#M835878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use S_BCE_68001399 &lt;/P&gt;&lt;P&gt;Enter one role at a time, producing a list of users for each role.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2008 17:27:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/users-role-assignment-report/m-p/3477219#M835878</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-26T17:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: Users &amp; Role Assignment Report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/users-role-assignment-report/m-p/3477220#M835879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think we dont have any option like this .Only thing i can think of is to dump the agr_users table in a database and put a required query .&lt;/P&gt;&lt;P&gt;Or probably if you need it on regular basis then write a customized program or a query for it .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2008 17:30:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/users-role-assignment-report/m-p/3477220#M835879</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-26T17:30:09Z</dc:date>
    </item>
    <item>
      <title>Re: Users &amp; Role Assignment Report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/users-role-assignment-report/m-p/3477221#M835880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prashanth, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Normally the scenarios will be, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;gt; a. How many users are assigned/ have access to a particular role &lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b. how many roles are assigned to a particular user. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;these scenarios will be used for reporting/ audit. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in your scenario, you have assigned roles to different users.  And when you run the report, it will show the assigned user accounts. but you want few of them should be in the list. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(as you said -&amp;gt; I need to know which users are assigned to Role1 AND Role2 AND Role3 (i.e., User A &amp;amp; User C)) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as per my knowledge it won't possible. you have to import the data from table agr_users, and remove what ever you don't want.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2008 07:15:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/users-role-assignment-report/m-p/3477221#M835880</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-27T07:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: Users &amp; Role Assignment Report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/users-role-assignment-report/m-p/3477222#M835881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prashant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i dont think we have an option for that &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for single role it is not possible to find but you can try with composite role &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;below 3 can be added to a composite role and assign to  A &amp;amp; C &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Role1&lt;/P&gt;&lt;P&gt;Role2&lt;/P&gt;&lt;P&gt;Role3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;kishore&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2008 08:07:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/users-role-assignment-report/m-p/3477222#M835881</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-27T08:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: Users &amp; Role Assignment Report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/users-role-assignment-report/m-p/3477223#M835882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;unfortunately the multiple selection on rolenames is really treated as 'OR'-operand. If you have to check only the assignement of 3 roles (=the maximum number for my workaround), I suggest to &lt;/P&gt;&lt;P&gt;1. identify, which profiles are connected to that 3 roles.&lt;/P&gt;&lt;P&gt;2. With that 3 profilenames start S_BCE_68001395 (users by profiles)&lt;/P&gt;&lt;P&gt;3. enter the 3 profilenames in the selectionscreen (they are treated then with 'AND' operand. I hope this workaround helps. b.rgds, Bernhard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2008 08:12:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/users-role-assignment-report/m-p/3477223#M835882</guid>
      <dc:creator>Bernhard_SAP</dc:creator>
      <dc:date>2008-02-27T08:12:48Z</dc:date>
    </item>
    <item>
      <title>Re: Users &amp; Role Assignment Report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/users-role-assignment-report/m-p/3477224#M835883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do have another workaround that I'm using myself when running into similar problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Search for users that have role1 assigned. Copy all user IDs from the output and use them as input criteria for your search on role2. As you are only interested in those user who have role1 &amp;amp; role2 you can limit your selection for role2 to those users already having role1 assigned. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your example if you start with "who has role2 assigned" your result would be userA, userB, userC and userD. Call S_BCE_68001400 (i.e. RSUSR002 will full selection screen) and enter userA, userB, userC  and userD in the USER field. Enter role1 in the ROLE field. As a result you will now see userA and userC only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This can of course also become a bit tedious with a large number of users but it should work fine up to at least 1000 users in you first result list. Not sure about the exact limit when you upload selection criteria from the clipboard. It also depends on the built SQL statement I think.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2008 18:12:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/users-role-assignment-report/m-p/3477224#M835883</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-27T18:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: Users &amp; Role Assignment Report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/users-role-assignment-report/m-p/3477225#M835884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I use an Excel Add In called "The Duplicate Master" I found for free (Google)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use S_BCE_68001399 &lt;/P&gt;&lt;P&gt;Enter one role at a time, producing a list of users for each role, enter each list into a worksheet and then use the Duplicate Master to compare the lists.  It will highlight those users who have all three.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2008 19:00:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/users-role-assignment-report/m-p/3477225#M835884</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-27T19:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: Users &amp; Role Assignment Report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/users-role-assignment-report/m-p/3477226#M835885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks everyone for your suggestions. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yeah the Composite roles would've definitely solved the problem however we are using single role assignments referencing a 'Master Jobs - Security Roles' sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have 120 jobs(avg 7 roles each) so the manual filtering approach would take forever. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am playing with MS access for now ... I'll keep you posted. Do let me know if any of you got a ABAP report developed with an AND operand (Users for Role1 AND Role2 AND Role3)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2008 19:37:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/users-role-assignment-report/m-p/3477226#M835885</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-27T19:37:42Z</dc:date>
    </item>
  </channel>
</rss>

