<?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: Regarding Change Authorization in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-change-authorization/m-p/6818060#M1469854</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Karthik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Follow Martin's approach as you really should be concered with the S_TABU_DIS authorization for change on that authorization group. If the user has that access pull other tcodes like "SE16N, SM30, OB58, or other table edit transactions" they will be able to edit the values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Apr 2010 17:36:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-04-20T17:36:13Z</dc:date>
    <item>
      <title>Regarding Change Authorization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-change-authorization/m-p/6818055#M1469849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Guru's&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ob58 tcode was assigned to few users and I would like to find out to how many users ob58 change access autiorization was given.Is there any way to find out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help me..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regrds&lt;/P&gt;&lt;P&gt;Krithika&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Apr 2010 04:40:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-change-authorization/m-p/6818055#M1469849</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-20T04:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Change Authorization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-change-authorization/m-p/6818056#M1469850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;in table AGR_1251 (via SE16) you can look for your requested authorization object and find out roles, which have the requested authorization. Afterwards you can search for users, who have got these roles.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or you can go via SUIM and look for users by complex selection criteria - by authorization values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Julia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Apr 2010 06:12:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-change-authorization/m-p/6818056#M1469850</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-20T06:12:51Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Change Authorization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-change-authorization/m-p/6818057#M1469851</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 search before posting. Similar questions to yours have been answered on this forum. Basically, OB58 corresponds to SM30 for view V_T011 (you can see it from SE93). In SE11 you can see the authorization group assigned to this view. So you are looking for all users who have authorization for object S_TAB_DIS ACTVT = 02 and DICBERCLS = &amp;lt;group assigned to V_T011&amp;gt;. You can get the list using one of the SUIM reports.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Apr 2010 06:22:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-change-authorization/m-p/6818057#M1469851</guid>
      <dc:creator>mvoros</dc:creator>
      <dc:date>2010-04-20T06:22:25Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Change Authorization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-change-authorization/m-p/6818058#M1469852</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;Execute , SUIM --&amp;gt; Roles by transactions , Put tcode : OB58 , You will find list of roles who have authorization for tcode OB58 .  Take list of roles and  execute SE16N , Enter AGR_1251&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enter all roles in Field :  AGR_NAME  &amp;amp; Put in FIELD : ACTVT  Execute it , You will find roles with  all defined activites . &lt;/P&gt;&lt;P&gt;Now take list of roles  ine excel , Filter with Activity = 2 (change).Take roles ,  Now Execute SUIM -- &amp;gt; Users by roles . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will find list of users who have change access for tcode OB58&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know ,If any confusion .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Apr 2010 06:48:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-change-authorization/m-p/6818058#M1469852</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-20T06:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Change Authorization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-change-authorization/m-p/6818059#M1469853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think Your Idea is right, but the steps arent accurate. It is good to follow Martin's suggestion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHY? the approach of checking only on the activity 02 would give you faluty results. If i have OB58 and VF02 and some other change transactions in the same role, and there is activity 02 for a host of objects but for S_TABU_DIS i have activity 03, such a role would be displayed in your list and the end user who you think can make changes using OB58, in fact cannot do it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Apr 2010 11:42:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-change-authorization/m-p/6818059#M1469853</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-20T11:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Change Authorization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-change-authorization/m-p/6818060#M1469854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Karthik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Follow Martin's approach as you really should be concered with the S_TABU_DIS authorization for change on that authorization group. If the user has that access pull other tcodes like "SE16N, SM30, OB58, or other table edit transactions" they will be able to edit the values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Apr 2010 17:36:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-change-authorization/m-p/6818060#M1469854</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-20T17:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Change Authorization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-change-authorization/m-p/6818061#M1469855</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;By SUIM you can get the data. Goto SUIM&lt;DEL&gt;&amp;gt;expand the users by complex selection Criteria&lt;/DEL&gt;&amp;gt;Click on By transaction Authorisations..Provide the transaction which you wanted to search the users list and click on execute... you will get the list of userids which are all having the access to particular transaction(s).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Apr 2010 14:28:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-change-authorization/m-p/6818061#M1469855</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-27T14:28:29Z</dc:date>
    </item>
  </channel>
</rss>

