<?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 maintenance in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/role-maintenance/m-p/4043755#M966618</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Richard is correct, derived roles will not help.&lt;/P&gt;&lt;P&gt;Create a role for each set of transactional access.  If you want to further restrict these transactional roles by organisational data then you can create derived roles to save you time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Jun 2008 10:48:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-11T10:48:17Z</dc:date>
    <item>
      <title>Role maintenance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/role-maintenance/m-p/4043750#M966613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created role "ztest" and coppied SAP menu MM in it.&lt;/P&gt;&lt;P&gt;now &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have two user &lt;/P&gt;&lt;P&gt;manager and data entry operator&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want manager to use all Tcode in it&lt;/P&gt;&lt;P&gt; but for data entry operator only create entries and display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to do tht ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks in advance&lt;/P&gt;&lt;P&gt;Mani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2008 08:51:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/role-maintenance/m-p/4043750#M966613</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-11T08:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: Role maintenance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/role-maintenance/m-p/4043751#M966614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am afraid there is no easy work behind roles.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to create two different roles.&lt;/P&gt;&lt;P&gt;One with display access (oftenly activity 03) and one with change access (activity 02).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you also have to figure out how to manage create, delete, inactivate etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also create them as separate functions and by combining them you can achieve the desired functions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But to be honest. I would recommend to take the ADM940 training from SAP cause there are so many things to know when working with roles and authorizations!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Fredrik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2008 09:11:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/role-maintenance/m-p/4043751#M966614</guid>
      <dc:creator>fredrik_borlie</dc:creator>
      <dc:date>2008-06-11T09:11:36Z</dc:date>
    </item>
    <item>
      <title>Re: Role maintenance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/role-maintenance/m-p/4043752#M966615</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;As fedrik told ..&lt;/P&gt;&lt;P&gt;create a 2 roles with different naming convention..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1, in the manager role maintain all activity.(create change display delete....)&lt;/P&gt;&lt;P&gt;2. in the data entry role maintain only create and display. activity &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this will help u .....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gangadhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2008 09:51:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/role-maintenance/m-p/4043752#M966615</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-11T09:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: Role maintenance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/role-maintenance/m-p/4043753#M966616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So you mean so say one role can't be assigned to diffrent users with diffrent authorization ???&lt;/P&gt;&lt;P&gt;If yes, shall I consider making derived roles ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2008 10:04:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/role-maintenance/m-p/4043753#M966616</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-11T10:04:15Z</dc:date>
    </item>
    <item>
      <title>Re: Role maintenance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/role-maintenance/m-p/4043754#M966617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Derived roles, as far as I understand them, will be no big help as you only distinguish by organizational values like company codes in them. Authorizations like Tcodes and activities will remain unchanged by default.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Richard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2008 10:18:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/role-maintenance/m-p/4043754#M966617</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-11T10:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: Role maintenance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/role-maintenance/m-p/4043755#M966618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Richard is correct, derived roles will not help.&lt;/P&gt;&lt;P&gt;Create a role for each set of transactional access.  If you want to further restrict these transactional roles by organisational data then you can create derived roles to save you time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2008 10:48:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/role-maintenance/m-p/4043755#M966618</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-11T10:48:17Z</dc:date>
    </item>
    <item>
      <title>Re: Role maintenance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/role-maintenance/m-p/4043756#M966619</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;Even you can create a role with all the required t-codes and activity..and you can copy the same role to other..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By default all the t-codes and activity will be copied.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the copied role you can change the activity with your requirements.&lt;/P&gt;&lt;P&gt;1. create a role for manager(ex: &lt;STRONG&gt;z:mm__manager)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;in &lt;STRONG&gt;pfcg copy&lt;/STRONG&gt; to new role (ex: &lt;STRONG&gt;z:MM_dataentry)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then go the &lt;STRONG&gt;z:mm_dataentry role.&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;change the activity like create(activity-01) and display(activity-03)only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will resolve your requirements&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Gangadhar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: gangadhar hm on Jun 11, 2008 5:09 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2008 11:38:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/role-maintenance/m-p/4043756#M966619</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-11T11:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: Role maintenance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/role-maintenance/m-p/4043757#M966620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks to ALL.&lt;/P&gt;&lt;P&gt;I made derived roles for same deparment users and separate role for others.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks once again.&lt;/P&gt;&lt;P&gt;God bless you all&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2008 04:53:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/role-maintenance/m-p/4043757#M966620</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-12T04:53:40Z</dc:date>
    </item>
  </channel>
</rss>

