<?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 Authorization Group??? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-group/m-p/3924767#M940068</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;Can anyone explain me  about Authorization Group used  protect program?how to create ? what is the purpose?&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm totally confused !!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Jun 2008 10:58:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-02T10:58:12Z</dc:date>
    <item>
      <title>Authorization Group???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-group/m-p/3924767#M940068</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;Can anyone explain me  about Authorization Group used  protect program?how to create ? what is the purpose?&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm totally confused !!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2008 10:58:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-group/m-p/3924767#M940068</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-02T10:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization Group???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-group/m-p/3924768#M940069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;the aim of the authorization group is to secure the access to a report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is used in the object S_PROGRAM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please have a look at [SAP Note 338177|https://service.sap.com/sap/support/notes/338177]  for more information. I am sure, the online help will give also some inofmration....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b.rgds, Bernhard&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;....and also note # 7642....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Bernhard Hochreiter  on Jun 2, 2008 1:26 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2008 11:24:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-group/m-p/3924768#M940069</guid>
      <dc:creator>Bernhard_SAP</dc:creator>
      <dc:date>2008-06-02T11:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization Group???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-group/m-p/3924769#M940070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One thing to note - if you check table TRDIR - field SECU - which is the auth group for programs - and look for fields that are not blank, you will find that most of the programs are not secured with an auth group. So that might mean that you would have to populate this field for all programs if you use this method of securing programs. At last count I found only about 4300 programs secured out of 2.4 million on ECC.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2008 13:50:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-group/m-p/3924769#M940070</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-02T13:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization Group???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-group/m-p/3924770#M940071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should also restrict the program type to executable programs (TRDIR-SUBC = 1), then the ratio will change a bit... &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@ naveen&lt;/P&gt;&lt;P&gt;As Bernhard has already mentioned, the programs should ideally have the correct authority-checks to use them (as opposed to start them) in the programs. S_PROGRAM, much like S_TCODE, is a bit of an all-or-nothing control. An exception is restricting access to variants for the reports via S_PROGAM of course, but for that there are also "protect" flags which can be set, like an editor-lock. See tcode VARCH.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are also a handfull of programs which should not have S_PROGRAM authorization groups on them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you do not have access to SAP notes, the documentation on report RSCSAUTH will also help you. Choose the "Documentation" radio button in SE38. The execute option &lt;EM&gt;might&lt;/EM&gt; not work for you, because of S_PROGRAM &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Julius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2008 14:27:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-group/m-p/3924770#M940071</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-02T14:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization Group???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-group/m-p/3924771#M940072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;True - then it comes down to 50600, but still a pretty big task to define groups for all of these.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2008 19:33:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-group/m-p/3924771#M940072</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-02T19:33:24Z</dc:date>
    </item>
  </channel>
</rss>

