<?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 Function Module to get the Users in the Role in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-the-users-in-the-role/m-p/2558713#M583376</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;I need a Function Module to get all the Users in the ROLE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls tell me if you know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Surjith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Jul 2007 14:51:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-20T14:51:18Z</dc:date>
    <item>
      <title>Function Module to get the Users in the Role</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-the-users-in-the-role/m-p/2558713#M583376</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;I need a Function Module to get all the Users in the ROLE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls tell me if you know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Surjith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2007 14:51:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-the-users-in-the-role/m-p/2558713#M583376</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-20T14:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module to get the Users in the Role</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-the-users-in-the-role/m-p/2558714#M583377</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;Try SUSR_GET_PROFILES_OF_USER, SUSR_USER_PROFS_PROFILES_GET&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try also: PRGN_READ_ACTIVITY_GROUPS_ONE, PRGN_READ_ACTIVITY_GROUPS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2007 14:58:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-the-users-in-the-role/m-p/2558714#M583377</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-20T14:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module to get the Users in the Role</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-the-users-in-the-role/m-p/2558715#M583378</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;Please try BAPI BAPI_USER_GET_DETAIL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This BAPI gives list of roles/ profiles assinged to user and check parameter 'activitygroup' for roles and 'profiles' for profiles.&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;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2007 15:03:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-the-users-in-the-role/m-p/2558715#M583378</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-20T15:03:51Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module to get the Users in the Role</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-the-users-in-the-role/m-p/2558716#M583379</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;&lt;/P&gt;&lt;P&gt;  Check this table  UST04 it has the user name and the list of profiles that a specific user is assigned to..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  you can select from this table passing profile.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2007 15:11:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-the-users-in-the-role/m-p/2558716#M583379</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-20T15:11:26Z</dc:date>
    </item>
  </channel>
</rss>

