<?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: Authorization group changes for Security reason in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-group-changes-for-security-reason/m-p/10727086#M1873680</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We don't give SM30 authorization to the business users at all and found that using custom transactions that allow for additional authorization checks (e.g. by an organization code) works better for us. I wrote on this a &lt;A href="http://friendlyabaper.blogspot.com/2006/11/call-view-maintenance-to-rescue.html"&gt;while ago&lt;/A&gt; and there are also more recent blogs on SCN on using maintenance views. In some cases we have one program call maintenance view for several Z tables. Although the best approach is to avoid direct table maintenance altogether, I think. &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1103/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Dec 2014 16:29:50 GMT</pubDate>
    <dc:creator>Jelena_Perfiljeva</dc:creator>
    <dc:date>2014-12-11T16:29:50Z</dc:date>
    <item>
      <title>Authorization group changes for Security reason</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-group-changes-for-security-reason/m-p/10727082#M1873676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In Production sometimes I have to give access to "table" transaction like SM30 in modification.&lt;/P&gt;&lt;P&gt;When the authorization group is restricted to few tables, I can give access.&lt;/P&gt;&lt;P&gt;But some transactions are linked to views with &lt;STRONG&gt;LARGE&lt;/STRONG&gt; authorization group like &amp;amp;NC&amp;amp; or VC.&lt;/P&gt;&lt;P&gt;So if I give access in change on S_TABU_DIS in &amp;amp;NC&amp;amp; or VC or others standards authorizations group, I potentially give the change access to others tables, so Ineed to restrict the access to SAP tables...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What do your recommend? What is the SAP best practices on this issue?&lt;/P&gt;&lt;P&gt;--&amp;gt; Change the standard authorization group to a specific one?&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;--&amp;gt; Create a specific view with a specific authorization group and Create a specific transaction in this view? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot in advance for your answer.&lt;/P&gt;&lt;P&gt;Mélanie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2014 15:13:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-group-changes-for-security-reason/m-p/10727082#M1873676</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-12-11T15:13:11Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization group changes for Security reason</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-group-changes-for-security-reason/m-p/10727083#M1873677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Melanie&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another option is to avoid granting SM30/SM31/SM34 in Production by building a custom transaction code to access the table or view that skips the SM30 screen. Also, check if such a transaction already exists for the table you want to maintain (table TSTCP contains the parameter defs).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not, see if you can use S_TABU_NAME instead of S_TABU_DIS (if you search marketplace or SCN you will find notes and information relating to this object). However, you would need to clean up the use of S_TABU_DIS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Colleen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2014 15:26:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-group-changes-for-security-reason/m-p/10727083#M1873677</guid>
      <dc:creator>Colleen</dc:creator>
      <dc:date>2014-12-11T15:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization group changes for Security reason</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-group-changes-for-security-reason/m-p/10727084#M1873678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Colleen. It's works for ECC6 version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But for 4.7 version... ? There are a SAP note to add this authorization object S_TABU_NAM ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2014 15:39:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-group-changes-for-security-reason/m-p/10727084#M1873678</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-12-11T15:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization group changes for Security reason</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-group-changes-for-security-reason/m-p/10727085#M1873679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;4.7 is too old for that object. You would need to look at Z transaction code instead so you can avoid granting SM30 (pretty sure but haven't been on a 4.7 system recently to confirm).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2014 15:43:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-group-changes-for-security-reason/m-p/10727085#M1873679</guid>
      <dc:creator>Colleen</dc:creator>
      <dc:date>2014-12-11T15:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization group changes for Security reason</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-group-changes-for-security-reason/m-p/10727086#M1873680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We don't give SM30 authorization to the business users at all and found that using custom transactions that allow for additional authorization checks (e.g. by an organization code) works better for us. I wrote on this a &lt;A href="http://friendlyabaper.blogspot.com/2006/11/call-view-maintenance-to-rescue.html"&gt;while ago&lt;/A&gt; and there are also more recent blogs on SCN on using maintenance views. In some cases we have one program call maintenance view for several Z tables. Although the best approach is to avoid direct table maintenance altogether, I think. &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1103/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2014 16:29:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-group-changes-for-security-reason/m-p/10727086#M1873680</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2014-12-11T16:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization group changes for Security reason</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-group-changes-for-security-reason/m-p/10727087#M1873681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;Hi Melanie,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;You can create a customized T-code like ZSM30 where in you can specify authorization fields similar to S_TABU_DIS with an additional field which will have the &lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;table name under the customized authorization object linked to this T-code. So whenever a user executes the T-code ZSM30 the logic should work in such a way that it should first check the custmoized Authorization object and see if user has access to work on the particular table and then it checks for the S_TABU_DIS object with the required authorization values. In this way you can restrict the user.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;Hope this helps.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;Deepak grover&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2014 07:47:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-group-changes-for-security-reason/m-p/10727087#M1873681</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-12-24T07:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization group changes for Security reason</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-group-changes-for-security-reason/m-p/10727088#M1873682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot for your answer Colleen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP has sent to me this OSS Note Number.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="title"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="title"&gt;1634305 - Advance implementation of authorization concept &lt;/SPAN&gt;&lt;A href="http://service.sap.com/sap/support/notes/1634305" title="1634305  - Advance implementation of authorization concept S_TABU_NAM"&gt;&lt;SPAN class="title"&gt;S_TABU_NAM&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will see if it's ok in my SAP system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks to all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mélanie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jan 2015 12:54:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-group-changes-for-security-reason/m-p/10727088#M1873682</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-01-08T12:54:30Z</dc:date>
    </item>
  </channel>
</rss>

