<?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: Role assignment in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/role-assignment/m-p/2200695#M470159</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess I was not clear with my question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not want to add or create the role using BAPI or function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tcode su01 or su10 or PFCG will be used to add the role to a specific user.&lt;/P&gt;&lt;P&gt;Now I want to search for the user exit or BADI where control comes when tcode is saved. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Apr 2007 10:09:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-24T10:09:58Z</dc:date>
    <item>
      <title>Role assignment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/role-assignment/m-p/2200693#M470157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could someone give me a suggestion as to how to fix up this problem. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to shoot a mail whenever a new role is assigned, we have a list of critical roles and we want if any of these role is assigned to user a mail should be sent to the responsible person. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I am in search of such a user exit which gets triggered when role is saved successfully using su01 or su10, it can be a badi also. If I am able to find this then I will build in my required logic there in. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am still searching but no hits found. I want to know from any one of you what should be actual approach to achieve this task. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone of you been in this kind of development. &lt;/P&gt;&lt;P&gt;Kindly suggest me in a right direction. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2007 09:59:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/role-assignment/m-p/2200693#M470157</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-24T09:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: Role assignment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/role-assignment/m-p/2200694#M470158</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 don't know if there's an exit, but u can create a program using SUSR_BAPI_USER_PROFILES_ASSIGN to assign the roles to user and then send the mail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2007 10:05:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/role-assignment/m-p/2200694#M470158</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-24T10:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: Role assignment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/role-assignment/m-p/2200695#M470159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess I was not clear with my question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not want to add or create the role using BAPI or function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tcode su01 or su10 or PFCG will be used to add the role to a specific user.&lt;/P&gt;&lt;P&gt;Now I want to search for the user exit or BADI where control comes when tcode is saved. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2007 10:09:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/role-assignment/m-p/2200695#M470159</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-24T10:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: Role assignment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/role-assignment/m-p/2200696#M470160</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;Yes I understood your problem, but I'm using 4.6C and no user-eixt is that transaction, so or you create a your program or your change std one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2007 10:23:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/role-assignment/m-p/2200696#M470160</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-24T10:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: Role assignment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/role-assignment/m-p/2200697#M470161</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;Does anyone know about this thread???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I´m in same situation. I need a BADI or USER-EXIT for role/profile assignment. If it´s a critical role, I have to prevent the assignment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if you have any way to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Sep 2010 12:04:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/role-assignment/m-p/2200697#M470161</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-06T12:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: Role assignment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/role-assignment/m-p/2200698#M470162</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 activate some special "user-exits" in transaction PFCG. These are not classic user-exits or BAdI's but could be helpful for your requirements. They can be activated in table with customizing parameters for PFCG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look here for details:&lt;/P&gt;&lt;P&gt;[http://www.kerum.pl/infodepot/00020|http://www.kerum.pl/infodepot/00020]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Kris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2011 10:41:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/role-assignment/m-p/2200698#M470162</guid>
      <dc:creator>krzysztof_murkowski2</dc:creator>
      <dc:date>2011-04-20T10:41:24Z</dc:date>
    </item>
  </channel>
</rss>

