<?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 duplicate authorization objects in custom roles for user in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/duplicate-authorization-objects-in-custom-roles-for-user/m-p/11621152#M1941798</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Our company never had anyone to manage the roles of the users. When user request access to certain transactions, we simple just added the transaction in one of the roles we thought it would fit the best based on description. &lt;/P&gt;&lt;P&gt;At this point , multiple roles for that user have the same authorization objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got a request to restrict the transaction based on a cost center. Restricting the authorization object on K_CCA for the role that contains the transaction doesn't work because&amp;nbsp; K_CCA can be found in other roles for the user. We can restrict all the K_CCA objects we find for that user in all the roles but this doesn't seem to be the right solution or is it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is the best solution for such scenraios? Should be restructure roles so all the transactions that use the same authorization objects are under the same role?&amp;nbsp; or create a program enhancment and programmatically set a authorization based on user and cost center?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any ideas would be welcomed &lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 12 Mar 2016 06:13:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2016-03-12T06:13:20Z</dc:date>
    <item>
      <title>duplicate authorization objects in custom roles for user</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/duplicate-authorization-objects-in-custom-roles-for-user/m-p/11621152#M1941798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Our company never had anyone to manage the roles of the users. When user request access to certain transactions, we simple just added the transaction in one of the roles we thought it would fit the best based on description. &lt;/P&gt;&lt;P&gt;At this point , multiple roles for that user have the same authorization objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got a request to restrict the transaction based on a cost center. Restricting the authorization object on K_CCA for the role that contains the transaction doesn't work because&amp;nbsp; K_CCA can be found in other roles for the user. We can restrict all the K_CCA objects we find for that user in all the roles but this doesn't seem to be the right solution or is it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is the best solution for such scenraios? Should be restructure roles so all the transactions that use the same authorization objects are under the same role?&amp;nbsp; or create a program enhancment and programmatically set a authorization based on user and cost center?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any ideas would be welcomed &lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Mar 2016 06:13:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/duplicate-authorization-objects-in-custom-roles-for-user/m-p/11621152#M1941798</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-03-12T06:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: duplicate authorization objects in custom roles for user</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/duplicate-authorization-objects-in-custom-roles-for-user/m-p/11621153#M1941799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would highly recommend to restructure the authorization concept. Implementing of enhancements is definetely not the right way.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Mar 2016 08:58:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/duplicate-authorization-objects-in-custom-roles-for-user/m-p/11621153#M1941799</guid>
      <dc:creator>michael_kozlowski</dc:creator>
      <dc:date>2016-03-12T08:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: duplicate authorization objects in custom roles for user</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/duplicate-authorization-objects-in-custom-roles-for-user/m-p/11621154#M1941800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Depending on if you want to keep digging your grave or you want to clean up the mess.In other words I agree with Michael.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Mar 2016 10:56:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/duplicate-authorization-objects-in-custom-roles-for-user/m-p/11621154#M1941800</guid>
      <dc:creator>mvoros</dc:creator>
      <dc:date>2016-03-12T10:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: duplicate authorization objects in custom roles for user</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/duplicate-authorization-objects-in-custom-roles-for-user/m-p/11621155#M1941801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Juan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a temporary fix (considering the current request has some fixed ETA), i would recommend to update the all the roles of user which contain this auth object but this can cause issue to other users having common roles hence you need to check this beforehand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a long term solution to make whole security task easy, its highly recommended to make your SAP roles consistent and adaptive to further subsequent changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 09:55:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/duplicate-authorization-objects-in-custom-roles-for-user/m-p/11621155#M1941801</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-03-14T09:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: duplicate authorization objects in custom roles for user</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/duplicate-authorization-objects-in-custom-roles-for-user/m-p/11621156#M1941802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Santosh,&lt;/P&gt;&lt;P&gt;Thanks for help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the correct why to structure the authorization object?what do you mean by consistent?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The way I see it, m&lt;SPAN style="font-size: 10pt;"&gt;ultiple authorization objects will always be shared in multiple roles because transaction have &lt;/SPAN&gt;multiple&lt;SPAN style="font-size: 10pt;"&gt; authorization objects.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 14:33:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/duplicate-authorization-objects-in-custom-roles-for-user/m-p/11621156#M1941802</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-03-14T14:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: duplicate authorization objects in custom roles for user</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/duplicate-authorization-objects-in-custom-roles-for-user/m-p/11621157#M1941803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Juan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to define all your roles as per any recommended role design policy such as based on user's position/job description. Multiple roles will share the common authorization objects provided multiple JDs have some common activities among them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2016 03:31:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/duplicate-authorization-objects-in-custom-roles-for-user/m-p/11621157#M1941803</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-03-16T03:31:30Z</dc:date>
    </item>
  </channel>
</rss>

