<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-group/m-p/4040699#M965809</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Authorization Gropu is required to restrict access to Reports( thorugh object S_PROGRAM) and also restrict acces to Tables (through object S_TABU_DIS)&lt;/P&gt;&lt;P&gt;For Tables:&lt;/P&gt;&lt;P&gt;- S_TABU_DIS is checked anytime someone looks at data in a table&lt;/P&gt;&lt;P&gt;directly (with one of these transactions - SE16/SE16N, SE17, SM30,&lt;/P&gt;&lt;P&gt;SM31 - or the Implementation Guide).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;S_TABU_DIS has two fields: Activity and Authorization Group. &lt;/P&gt;&lt;P&gt;TheAuthorization Group field is mapped to which tables a user can&lt;/P&gt;&lt;P&gt;access. The mapping is performed in table TDDAT. Table TDDAT&lt;/P&gt;&lt;P&gt;maps the Authorization Group to a list of tables.&lt;/P&gt;&lt;P&gt;You can create a new Authorization Group using Transaction SE54.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Reports:&lt;/P&gt;&lt;P&gt;You can use the authorization object S_PROGRAM to control the&lt;/P&gt;&lt;P&gt;authorization to execute a program. S_PROGRAM uses the following&lt;/P&gt;&lt;P&gt;fields:&lt;/P&gt;&lt;P&gt;- User Action determines if you can start the program and schedule it to&lt;/P&gt;&lt;P&gt;run in batch mode, and what variants you can use.&lt;/P&gt;&lt;P&gt;- Authorization Group determines which programs you can execute.&lt;/P&gt;&lt;P&gt;The Authorization Group field comes from the authorization group in the&lt;/P&gt;&lt;P&gt;attributes of an ABAP program.&lt;/P&gt;&lt;P&gt;For this authorization object to be effective, ABAP programs must have an&lt;/P&gt;&lt;P&gt;authorization group assigned to them in the attributes of the program. If a&lt;/P&gt;&lt;P&gt;program does not have an authorization group assigned, the system does&lt;/P&gt;&lt;P&gt;not carry our a check for S_PROGRAM. For this reason, you may want to&lt;/P&gt;&lt;P&gt;always assign an authorization group to programs created by customers.&lt;/P&gt;&lt;P&gt;With the RSCSAUTH program, you can assign an authorization group&lt;/P&gt;&lt;P&gt;to all executable programs or to individual programs or program groups.&lt;/P&gt;&lt;P&gt;This ensures effective protection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;Please award points if it is useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Jun 2008 09:10:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-18T09:10:52Z</dc:date>
    <item>
      <title>authorization group</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-group/m-p/4040695#M965805</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 want to know about authorization group attributes like  when it is created who is created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anyone give me idea?&lt;/P&gt;&lt;P&gt;&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>Wed, 18 Jun 2008 07:59:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-group/m-p/4040695#M965805</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-18T07:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: authorization group</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-group/m-p/4040696#M965806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All authorization objects stores in TPGP table.&lt;/P&gt;&lt;P&gt;First create a entry in the TPGP table ( for ex. zv30_320 is a entry) .&lt;/P&gt;&lt;P&gt;Go to se 38 -&amp;gt; ur report -&amp;gt; menu -&amp;gt; goto -&amp;gt; attributes -&amp;gt; authorization group -&amp;gt; give that created entry ( zv30_320 here).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thus we can create the authorization objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2 way:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using company code activity and object id programatically we can create the authorization object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which method u required plz let me know.&lt;/P&gt;&lt;P&gt;So that i can come in detailed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SU20 and SU21 are useful for creating FIELD and Object authorizations. i need to create authorization Group for DB Maintenance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward me points if it is useful.&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;Sridhar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2008 09:06:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-group/m-p/4040696#M965806</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-18T09:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: authorization group</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-group/m-p/4040697#M965807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi check these tables...AGR_USERS , UST04&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2008 09:08:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-group/m-p/4040697#M965807</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-18T09:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: authorization group</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-group/m-p/4040698#M965808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Authorization Gropu is required to restrict access to Reports( thorugh object S_PROGRAM) and also restrict acces to Tables (through object S_TABU_DIS)&lt;/P&gt;&lt;P&gt;For Tables:&lt;/P&gt;&lt;P&gt;- S_TABU_DIS is checked anytime someone looks at data in a table&lt;/P&gt;&lt;P&gt;directly (with one of these transactions - SE16/SE16N, SE17, SM30,&lt;/P&gt;&lt;P&gt;SM31 - or the Implementation Guide).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;S_TABU_DIS has two fields: Activity and Authorization Group. &lt;/P&gt;&lt;P&gt;TheAuthorization Group field is mapped to which tables a user can&lt;/P&gt;&lt;P&gt;access. The mapping is performed in table TDDAT. Table TDDAT&lt;/P&gt;&lt;P&gt;maps the Authorization Group to a list of tables.&lt;/P&gt;&lt;P&gt;You can create a new Authorization Group using Transaction SE54.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Reports:&lt;/P&gt;&lt;P&gt;You can use the authorization object S_PROGRAM to control the&lt;/P&gt;&lt;P&gt;authorization to execute a program. S_PROGRAM uses the following&lt;/P&gt;&lt;P&gt;fields:&lt;/P&gt;&lt;P&gt;- User Action determines if you can start the program and schedule it to&lt;/P&gt;&lt;P&gt;run in batch mode, and what variants you can use.&lt;/P&gt;&lt;P&gt;- Authorization Group determines which programs you can execute.&lt;/P&gt;&lt;P&gt;The Authorization Group field comes from the authorization group in the&lt;/P&gt;&lt;P&gt;attributes of an ABAP program.&lt;/P&gt;&lt;P&gt;For this authorization object to be effective, ABAP programs must have an&lt;/P&gt;&lt;P&gt;authorization group assigned to them in the attributes of the program. If a&lt;/P&gt;&lt;P&gt;program does not have an authorization group assigned, the system does&lt;/P&gt;&lt;P&gt;not carry our a check for S_PROGRAM. For this reason, you may want to&lt;/P&gt;&lt;P&gt;always assign an authorization group to programs created by customers.&lt;/P&gt;&lt;P&gt;With the RSCSAUTH program, you can assign an authorization group&lt;/P&gt;&lt;P&gt;to all executable programs or to individual programs or program groups.&lt;/P&gt;&lt;P&gt;This ensures effective protection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;Please award points if it is useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2008 09:10:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-group/m-p/4040698#M965808</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-18T09:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: authorization group</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-group/m-p/4040699#M965809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Authorization Gropu is required to restrict access to Reports( thorugh object S_PROGRAM) and also restrict acces to Tables (through object S_TABU_DIS)&lt;/P&gt;&lt;P&gt;For Tables:&lt;/P&gt;&lt;P&gt;- S_TABU_DIS is checked anytime someone looks at data in a table&lt;/P&gt;&lt;P&gt;directly (with one of these transactions - SE16/SE16N, SE17, SM30,&lt;/P&gt;&lt;P&gt;SM31 - or the Implementation Guide).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;S_TABU_DIS has two fields: Activity and Authorization Group. &lt;/P&gt;&lt;P&gt;TheAuthorization Group field is mapped to which tables a user can&lt;/P&gt;&lt;P&gt;access. The mapping is performed in table TDDAT. Table TDDAT&lt;/P&gt;&lt;P&gt;maps the Authorization Group to a list of tables.&lt;/P&gt;&lt;P&gt;You can create a new Authorization Group using Transaction SE54.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Reports:&lt;/P&gt;&lt;P&gt;You can use the authorization object S_PROGRAM to control the&lt;/P&gt;&lt;P&gt;authorization to execute a program. S_PROGRAM uses the following&lt;/P&gt;&lt;P&gt;fields:&lt;/P&gt;&lt;P&gt;- User Action determines if you can start the program and schedule it to&lt;/P&gt;&lt;P&gt;run in batch mode, and what variants you can use.&lt;/P&gt;&lt;P&gt;- Authorization Group determines which programs you can execute.&lt;/P&gt;&lt;P&gt;The Authorization Group field comes from the authorization group in the&lt;/P&gt;&lt;P&gt;attributes of an ABAP program.&lt;/P&gt;&lt;P&gt;For this authorization object to be effective, ABAP programs must have an&lt;/P&gt;&lt;P&gt;authorization group assigned to them in the attributes of the program. If a&lt;/P&gt;&lt;P&gt;program does not have an authorization group assigned, the system does&lt;/P&gt;&lt;P&gt;not carry our a check for S_PROGRAM. For this reason, you may want to&lt;/P&gt;&lt;P&gt;always assign an authorization group to programs created by customers.&lt;/P&gt;&lt;P&gt;With the RSCSAUTH program, you can assign an authorization group&lt;/P&gt;&lt;P&gt;to all executable programs or to individual programs or program groups.&lt;/P&gt;&lt;P&gt;This ensures effective protection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;Please award points if it is useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2008 09:10:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-group/m-p/4040699#M965809</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-18T09:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: authorization group</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-group/m-p/4040700#M965810</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;Authorization Groups: -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Authorization groups are used to group the logically related objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        In the table maintenance screen, an entry for the authorization group should be created.&lt;/P&gt;&lt;P&gt;·        While creating the program the authorization group should be specified in the attributes screen of the program.&lt;/P&gt;&lt;P&gt;·        In the view TRDIR, we can get the list of all the objects associated to the authorization group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for more information go through this links:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapmaterial.com/authorization_checks.html" target="test_blank"&gt;http://www.sapmaterial.com/authorization_checks.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_sm32/helpdata/en/6e/eb949c2d7911d4b5bf006094192fe3/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_sm32/helpdata/en/6e/eb949c2d7911d4b5bf006094192fe3/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_46c/helpdata/EN/35/26b17fafab52b9e10000009b38f974/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_46c/helpdata/EN/35/26b17fafab52b9e10000009b38f974/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Adil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2008 09:13:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-group/m-p/4040700#M965810</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-18T09:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: authorization group</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-group/m-p/4040701#M965811</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;you can use transaction SE54 or simply in the program attribute you can type in a name for the group and it will get created into TPGP table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can also use program RSCSAUTH to assing authorization group to programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg: How to add Materials to Authorization group&lt;/P&gt;&lt;P&gt;Goto SPRO==&amp;gt;Logistics - General==&amp;gt; Material Master ==&amp;gt; Tools ==&amp;gt; Maintain Authorizations and Authorization Profiles&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vikranth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2008 09:13:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-group/m-p/4040701#M965811</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-18T09:13:51Z</dc:date>
    </item>
  </channel>
</rss>

