<?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: Identify duplicated authorization objects in a role in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/identify-duplicated-authorization-objects-in-a-role/m-p/3840973#M923549</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We advise to never use merge :&lt;/P&gt;&lt;P&gt;The problem is that the link of the TRX to Object from USOBT_C can be lost when merging and next time you open the profile the same object is added again.&lt;/P&gt;&lt;P&gt;beter is to deactivate the objects one does not want.&lt;/P&gt;&lt;P&gt;Anyway they do not bite as they will be merged when the user logs on!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to find them: download AGR_1251 and do a query on duplicate Lines/values on that table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 May 2008 15:47:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-20T15:47:47Z</dc:date>
    <item>
      <title>Identify duplicated authorization objects in a role</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/identify-duplicated-authorization-objects-in-a-role/m-p/3840969#M923545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We built some roles manually by drag and drop transaction through the menu tab. In some roles, we have duplicated authorization object&lt;/P&gt;&lt;P&gt;For example, in PM : Maintenance Plant (object I_SWREK), we have 2 profiles with SWERK=* and TCD = (list of transactions).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd like to generate a new role with only one profile which contains SWERK=* and a list of transactions in TCD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The pb is i don't know at first which authorization objects or profiles are concerned by this duplicated objects&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Is there a program, trans code or function module i can run to get this information ?&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;Guillaume&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2008 08:42:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/identify-duplicated-authorization-objects-in-a-role/m-p/3840969#M923545</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-20T08:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: Identify duplicated authorization objects in a role</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/identify-duplicated-authorization-objects-in-a-role/m-p/3840970#M923546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The fact that you have the same object multiple times is not wrong. When the objects have the same values you can deactivate one of the objects. When they have different values the authorization will be based on the object that allows the most. So if you have an object with values 1,2 and 3 and that same object with only value 3, then the user will have the authorizations of the first object (11,2 and 3).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2008 10:16:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/identify-duplicated-authorization-objects-in-a-role/m-p/3840970#M923546</guid>
      <dc:creator>dannysprangers2</dc:creator>
      <dc:date>2008-05-20T10:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: Identify duplicated authorization objects in a role</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/identify-duplicated-authorization-objects-in-a-role/m-p/3840971#M923547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just to add !!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;Duplicated block1 may have activity say 1,2,3 with Auth group field ABC &lt;/P&gt;&lt;P&gt;Duplicated block2 may have activity say 3 with Auth group field XYZ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in this senario same Tcode will be able to create, change and display for Auth group ABC and Will act as only display for Auth group XYZ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If activities are same then you can club the duplicated block into one and deactivate the other.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take care of these things before deactivating.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rakesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2008 10:29:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/identify-duplicated-authorization-objects-in-a-role/m-p/3840971#M923547</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-20T10:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: Identify duplicated authorization objects in a role</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/identify-duplicated-authorization-objects-in-a-role/m-p/3840972#M923548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;....there is also a compression-function in pfcg....&lt;/P&gt;&lt;P&gt;menu-&amp;gt;utilities-&amp;gt;Merge authorizations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But authorizations can only be merged depending on identical status and values....&lt;/P&gt;&lt;P&gt;b.rgds, Bernhard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2008 11:05:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/identify-duplicated-authorization-objects-in-a-role/m-p/3840972#M923548</guid>
      <dc:creator>Bernhard_SAP</dc:creator>
      <dc:date>2008-05-20T11:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: Identify duplicated authorization objects in a role</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/identify-duplicated-authorization-objects-in-a-role/m-p/3840973#M923549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We advise to never use merge :&lt;/P&gt;&lt;P&gt;The problem is that the link of the TRX to Object from USOBT_C can be lost when merging and next time you open the profile the same object is added again.&lt;/P&gt;&lt;P&gt;beter is to deactivate the objects one does not want.&lt;/P&gt;&lt;P&gt;Anyway they do not bite as they will be merged when the user logs on!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to find them: download AGR_1251 and do a query on duplicate Lines/values on that table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2008 15:47:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/identify-duplicated-authorization-objects-in-a-role/m-p/3840973#M923549</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-20T15:47:47Z</dc:date>
    </item>
    <item>
      <title>Re: Identify duplicated authorization objects in a role</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/identify-duplicated-authorization-objects-in-a-role/m-p/3840974#M923550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, thanks for yours answers. &lt;/P&gt;&lt;P&gt;If we deal with performances during authorization checks (when executing transactions or reports), do you think it's better to store all the information in one profile?&lt;/P&gt;&lt;P&gt;For example :&lt;/P&gt;&lt;P&gt;one profile :&lt;/P&gt;&lt;P&gt;- SWERK=*  and TCD = IE03, IL03, IP06, IQS1, IQS2, IQS3, IW3D &lt;/P&gt;&lt;P&gt;2 profiles &lt;/P&gt;&lt;P&gt;- SWERK=*  and TCD = IE03, IL03, IP06&lt;/P&gt;&lt;P&gt;- SWERK=*  and TCD = IQS1, IQS2, IQS3, IW3D &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which one is the better ?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Guillaume&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2008 15:59:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/identify-duplicated-authorization-objects-in-a-role/m-p/3840974#M923550</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-20T15:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: Identify duplicated authorization objects in a role</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/identify-duplicated-authorization-objects-in-a-role/m-p/3840975#M923551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guillaume,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would say, that there will be not much difference.&lt;/P&gt;&lt;P&gt;The auth.-check scans one authorzation (not profile!!!) after the other for the requested values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So for example:&lt;/P&gt;&lt;P&gt;check for TCD = IE03&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first hit is successful for both scenarios, as both list IE03 at first place.&lt;/P&gt;&lt;P&gt;Scenario 1:&lt;/P&gt;&lt;P&gt;SWERK=* and TCD = IE03, IL03, IP06, IQS1, IQS2, IQS3, IW3D &lt;/P&gt;&lt;P&gt;Scenario2:&lt;/P&gt;&lt;P&gt;SWERK=* and TCD = IE03, IL03, IP06 &lt;/P&gt;&lt;P&gt;SWERK=* and TCD = IQS1, IQS2, IQS3, IW3D &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;second example:&lt;/P&gt;&lt;P&gt;check for TCD=IW3D&lt;/P&gt;&lt;P&gt;Scenario 1: the first authorization is loaded and verified, last value gives success.&lt;/P&gt;&lt;P&gt;Scenario 2: no success for the first authorization, second auth. has to be loaded for analyzis and gives success with the last value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So scenario 2 could even be less performant....&lt;/P&gt;&lt;P&gt;did you realize already some differencies???? Would be interesting...&lt;/P&gt;&lt;P&gt;thx, Bernhard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2008 08:01:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/identify-duplicated-authorization-objects-in-a-role/m-p/3840975#M923551</guid>
      <dc:creator>Bernhard_SAP</dc:creator>
      <dc:date>2008-05-21T08:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: Identify duplicated authorization objects in a role</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/identify-duplicated-authorization-objects-in-a-role/m-p/3840976#M923552</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 agree with Bernhard, there is no performance change involved in how you create your roles:&lt;/P&gt;&lt;P&gt;The profile contents is stored without a link to a role, and all info from that table is being merged at the moment the user logs on.&lt;/P&gt;&lt;P&gt;Of course many big roles assigned to a single user can lead to performance problems and &lt;/P&gt;&lt;P&gt;one should be verry carefull which objects to restrict. Especailly Org levels. Do not just assign values as they can be assigned, but let the functional consultants tell you were they are needed. Were are the risks when leving them open. For instance, if you only have ONE company code in the system, performance wise it is than better to assign a * (STAR) value then the code itselve.&lt;/P&gt;&lt;P&gt;On the other hand talk to your basis people what they can do to optimise the system performance. I have never seen that security (Profiles) did so much harm to the system or user performance, as long as you obide the afromentioned rules.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2008 08:51:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/identify-duplicated-authorization-objects-in-a-role/m-p/3840976#M923552</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-21T08:51:13Z</dc:date>
    </item>
  </channel>
</rss>

